Question

Is it possible to get HEX DUMP from OpenCV programs for microcontrollers/microprocessor ? Or do you strongly suggest MatLab ?

FOR IMAGE-PROCESSING.

Was it helpful?

Solution 2

before installing OpenCv, Set the CMAKE parameter's accroding for that microcontroller/microprocessor.

Ex: http://processors.wiki.ti.com/index.php/Building_OpenCV_for_ARM_Cortex-A8

OTHER TIPS

Your computer and the microcontroller understand different sets of instructions, so it's not possible to simply dump the binary code out of a desktop application and throw it in a microcontroller.

Anyway, if you want to use OpenCV in a microcontroller you will need to build OpenCV for that microcontroller through a process known as cross-compiling.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top