Ask Your Question

highway900's profile - activity

2014-09-27 18:56:07 -0600 received badge  Nice Answer (source)
2013-05-13 03:30:22 -0600 received badge  Teacher (source)
2013-05-12 23:28:45 -0600 answered a question Can I compress an image using opencv in android ?

OpenCV supports writing to JPEG with compression arguments.

http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html?highlight=imwrite#imwrite

Or in android

http://docs.opencv.org/java/org/opencv/highgui/Highgui.html#CV_IMWRITE_JPEG_QUALITY

If you require compressing to a ZIP or tarball there are android versions of these around. If you search the internet.

2013-05-12 22:44:15 -0600 asked a question realtime AR marker tracking embedded platform

Hi all,

I am attempting realtime marker tracking using the ARUCO Library to do my tracking.

I have noticed and read that USB cameras come with processing overhead and thus give poor frame rates. I have also observed that mobile phone camera AR applications give better frame rates.

I have looked into using the raspberry pi, but alas until the camera module comes out I cannot get reasonable frame rates from USB camera solutions. Unless there are others?

What is the best platform I can use for a realtime embedded AR system?

2013-05-12 21:59:02 -0600 commented question Cross-compiling OpenCV for Raspberry Pi with Python Support.

are you able to compile OpenCV for the native architecture (assuming x86). What operating system are you using?