Visible-NIR Fusion
Wrote the High Pass Filter code on the H7
Code uses a convolution (really correlation) sliding filter just like the ML Project
This code finishes up the implementation on the H7
Now we are working on optimizing and changing the code so that we only allocate right when it is needed and then free right after because we ran into stack memory issues, not sure about Heap memory yet
Only remaining issue is to figure out how to properly export the refined image from the H7
Comments