Ask Your Question
0

What's the best Linux based server OS to run OpenCV?

asked 2013-08-22 06:21:06 -0600

andrei.cacio gravatar image

updated 2013-08-27 02:03:24 -0600

I tried building OpenCV on CentOS 6 but it's pretty hard to configure so I was starting to think of an alternative server os to run it on. What would you recommend?

edit retag flag offensive close merge delete

Comments

Just a small remark. In the future, try using the tags without the hashtags supplied. It creates tons of doubles and makes effective searching through this forum quite hard. Thank you in advance!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-08-27 02:04:59 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-08-27 01:58:07 -0600

utkarshmankad gravatar image

Red Hat based OS gave me problems to set up OpenCV. i use Ubuntu 12.04 and it runs excellently. Try any Debian based Linux eg-Ubuntu

edit flag offensive delete link more
0

answered 2013-10-12 23:42:02 -0600

I was using PythonCV APIs in Ubuntu, but I run into an error which I wasn't able to solve. The error was on polyline function.

I then switched to Fedora 19. Insofar, everything works for my PythonCV experiments. Although I have to do "cv2.namedWindow('WorkAroundTheCoreDump')" at the beginning of my Python main model if I am going to use cv2 named window. Without it, imshow() and namedWindow() will cause a core dump. I am guessing this may have something to do Fedora's stricter security.

I am interested to hearing your experience.

edit flag offensive delete link more

Comments

I guess it is kind of difficult to help you if the python error isn't even in your remark :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-10-14 01:43:03 -0600 )edit

Question Tools

Stats

Asked: 2013-08-22 06:21:06 -0600

Seen: 1,773 times

Last updated: Oct 12 '13