Visible/NIR Fusion
Made a lot of optimizations to the H7 code, and added the functionality to load both the Visible Light and NIR images in right at the beginning. Code is now complete
However, the code is still not completely running due to a memory error
After spending a couple of days straight changing the code around, we have gotten it nearly to the end without running out of memory, we did this by reducing the number of calls to malloc and sending an entire channel at a time through a function via pointer arithmetic
Created a few more image pairs, other than that, most of this week was spent looking at H7 code
Comments