Re: OpenCV with Python (cv or cv2)

2015-05-29 Thread Chris Angelico
On Sat, May 30, 2015 at 12:29 AM, Markos wrote: > the simplest way to install opencv in jessie is: > > apt-get install python-dev libopencv-opencv > > And from what I saw the opencv package available in the repository is 2.4.9 > > https://packages.debian.org/jessie/python-opencv > > And from what

Re: OpenCV with Python (cv or cv2)

2015-05-29 Thread Markos
Hi Laura, I will follow your advice and install Debian 8.0. I was postponing this upgrade. :^) I just find that Jessie is the new stable release. According to the tutorial: http://milq.github.io/install-opencv-ubuntu-debian/ the simplest way to install opencv in jessie is: apt-get install

Re: OpenCV with Python (cv or cv2)

2015-05-27 Thread Laura Creighton
Your cmake output doesn't mention that it tried to build libcv.so so, I guess the reason you cannot find it is that it never tried to make it. You may already have fixed your problem by just installing the relevant debian package. If not, it may be that you need to install this one https://packag

Re: OpenCV with Python (cv or cv2)

2015-05-27 Thread Markos
Hi Laura, On 26-05-2015 11:21, Laura Creighton wrote: In a message of Tue, 26 May 2015 10:24:30 -0300, Markos writes: Hi, I want to use OpenCV with Python. I installed version 2.4.9 (http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.9/opencv-2.4.9.zip/) in debian Squeeze

Re: OpenCV with Python (cv or cv2)

2015-05-26 Thread IronManMark20
On Tuesday, May 26, 2015 at 6:52:00 AM UTC-7, Markos wrote: > Hi, > > I want to use OpenCV with Python. > > I installed version 2.4.9 > (http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.9/opencv-2.4.9.zip/) > > in debian Squeeze running Python 2.6.6. Using the tutorial: > h

Re: OpenCV with Python (cv or cv2)

2015-05-26 Thread Thomas 'PointedEars' Lahn
Rustom Mody wrote: > On Tuesday, May 26, 2015 at 9:19:35 PM UTC+5:30, Thomas 'PointedEars' Lahn > wrote: >> Markos wrote: >> ^^ >> Please append your last name. > > No more required than an affidavit proving PointedEars is your legal name In addition to this utter nonsense, do you have anyth

Re: OpenCV with Python (cv or cv2)

2015-05-26 Thread Rustom Mody
On Tuesday, May 26, 2015 at 9:19:35 PM UTC+5:30, Thomas 'PointedEars' Lahn wrote: > Markos wrote: > ^^ > Please append your last name. No more required than an affidavit proving PointedEars is your legal name -- https://mail.python.org/mailman/listinfo/python-list

Re: OpenCV with Python (cv or cv2)

2015-05-26 Thread Thomas 'PointedEars' Lahn
Markos wrote: ^^ Please append your last name. > I want to use OpenCV with Python. > > I installed version 2.4.9 > (http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.9/opencv-2.4.9.zip/) > in debian Squeeze running Python 2.6.6. Using the tutorial: > http://indranilsinharoy.

Re: OpenCV with Python (cv or cv2)

2015-05-26 Thread Laura Creighton
In a message of Tue, 26 May 2015 10:24:30 -0300, Markos writes: >Hi, > >I want to use OpenCV with Python. > >I installed version 2.4.9 >(http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.9/opencv-2.4.9.zip/) > >in debian Squeeze running Python 2.6.6. Using the tutorial: >http:/

OpenCV with Python (cv or cv2)

2015-05-26 Thread Markos
Hi, I want to use OpenCV with Python. I installed version 2.4.9 (http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.9/opencv-2.4.9.zip/) in debian Squeeze running Python 2.6.6. Using the tutorial: http://indranilsinharoy.com/2012/11/01/installing-opencv-on-linux/ (I tried t