Ask Your Question

Neil Han's profile - activity

2013-10-12 23:42:02 -0600 answered a question What's the best Linux based server OS to run OpenCV?

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.