Ask Your Question

Sham's profile - activity

2013-05-22 10:06:53 -0600 answered a question OpenCV on beagleboard

Hello,

Here is the link to install OpenCV on pandaboard. [https://sites.google.com/site/andrewssobral/pandaboard] I hope the same procedure can help you install OpenCV on beagleboard also.

All the best.

Regards, Sham

2013-04-24 10:10:54 -0600 commented answer Cross-compiling OpenCV for PandaBoard (OMAP4)

Hello, Thanks for your reply, I have already seen that link. Can you please tell me that the steps shown in there should be followed on host or target board. Thanks in advance! Regards, Sham

2013-04-24 09:01:18 -0600 asked a question Cross-compiling OpenCV for PandaBoard (OMAP4)

Hello Sir/Madam,

I wrote a program in C++ to read a video sequence from file and detect a moving object from the video and draw a rectugular bounding box on the moving object using only OpenCV functions.

This program runs fine on my PC(I am using ubuntu via VirtualBox on a Windows machine).

I installed Ubuntu and OpenCV directly on PandaBoard and 'run'ed the program and it was very slow.

Now, I want to run this program on my PandaBoard by Cross-compiling from my PC to see a better performance.

I am new to Cross-compiling, I have seen some tutorials for Cross-compiling but I didn't get the exact steps to follow.

I request you to help me in this task, I want you to post the link or the document for Cross-compiling.

Thanks in advance :) !!!

Regards, Sham.