문제

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

FOR IMAGE-PROCESSING.

도움이 되었습니까?

해결책 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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top