top of page
Search

Week 8

brenden728

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



 
 
 

Recent Posts

See All

Week 9

Visible/NIR Fusion The H7 algorithm is running!!! Bochi and I finally found out that the order in which we ran each modular parts of this...

Week 7

Visible-NIR Fusion Wrote the High Pass Filter code on the H7 Code uses a convolution (really correlation) sliding filter just like the ML...

Comments


bottom of page