Ask Your Question
1

running openvc on an microcontroller

asked 2012-09-15 11:21:58 -0600

reonem gravatar image

hello, is it possible to run openvc on mc 8051? for my final project at school i need to procces an image, my teacher refered me to openvc but i still dont understand- if i will manage to run openvc on the mc, will i be able to receive image from any kind of camera? how will the picture data apear in the mc when i would like to procces it?

edit retag flag offensive close merge delete

Comments

Here is related question: http://answers.opencv.org/question/1146. Another one, but without answers: http://answers.opencv.org/question/2307. They are not about microcontrollers, because they use ARM CPU, but you can try to start from there. Embedded CV requires a lot of efforts...

Kirill Kornyakov gravatar imageKirill Kornyakov ( 2012-09-17 03:16:06 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2012-09-16 14:39:57 -0600

Adi gravatar image

OpenCV is written in portable C/C++. It should compile and run on any device that has a C/C++ compiler.

That being said, video i/o (highgui) is platform and OS dependent. You'll probably have to use the platform's video capture to get the actual frames.
Also, on architectures that support only integer operations, OpenCV operations that use floating point will be significantly slower.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-15 11:21:58 -0600

Seen: 1,763 times

Last updated: Sep 16 '12