Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

import cv2 ImportError: DLL load failed: %1 is not a valid Win32 application

I have seen :ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are there And a couple of other solutions that suggest placing the \opencv\build\python\2.7\x86\cv2....
user2176576's user avatar
1 vote
3 answers
9k views

Install opencv python package in Anaconda

Can someone provide the steps and the necessary links of the dependencies to install external python package "opencv-python" for image processing? I tried installing it in pycharm, but it was not able ...
Abhishek Jain's user avatar
-2 votes
1 answer
124 views

How to detect face in python open cv?

I am a newbie in python. I am working on a real time facial expression detection project. For the first module, my aim is to detect the face. Is there any way to detect face without using any ...
user8791111's user avatar
0 votes
2 answers
509 views

opencv with anaconda python2

I know there is lot of questions about it but I still can't find a useful answer. I have anaconda installed with python 2 and i have builded my own version of opencv with cmake and visual studio, how ...
Martian's user avatar
  • 99
0 votes
1 answer
381 views

Anaconda and OpenCV using old version

I am trying to download the latest version of OpenCV using anaconda, but Anaconda only has version 3.1.0. I ended up installing it with pip, but can someone explain why anaconda does not have 3.2.0 ...
C4rbyn3m4n's user avatar
1 vote
1 answer
3k views

OSError: [Errno 40] Too many levels of symbolic links: '/home/ahmed/.virtualenvs/cv/bin/python'

l'm under ubuntu 16.04. l have installed opencv for python 3 (3.6 and 3.5). Now , l need also to install it for python2.7. To do so, l've followed the following link : http://www.pyimagesearch.com/...
vincent75's user avatar
  • 473
0 votes
0 answers
247 views

OpenCV installation on Anaconda Windows ImportError

I try to install OpenCV but it doesn't work, I get import error: from conda.cli.main import main ImportError: No module named conda.cli.main
grigorij's user avatar
1 vote
0 answers
2k views

Opencv failed to parse AVI

I've installed opencv3.1.0 through anaconda along with the ffmpeg package. opencv still gives Failed to parse avi: index was not found when I try to read an .avi file. Is it possible to have .avi ...
Locus's user avatar
  • 179
2 votes
1 answer
972 views

Is it possible to use python 2.7 with julia while anaconda is preinstalled with python 3.4?

I installed julia and am using some nice python packages like matplotlib in julia using PyCall. I have installed all python stuff with anaconda and used python 3.4. I am able to switch from enviroment ...
F.Wessels's user avatar
  • 217
0 votes
0 answers
216 views

SurfFeatureDetector detector(400); SyntaxError: invalid syntax

I'm trying use SurfFeatureDetector from opencv to detect keypoints, unfortunately it's not working good. Anyone have idea why? This is peace of my code: import numpy as np import cv2 from ...
Magda's user avatar
  • 1
3 votes
1 answer
1k views

Why does cv2.waitkey function cause error using conda on ubuntu

I've been using cv2 with anaconda successfully until I added: cv2.waitKey(0) receiving this error: cv2.error: -------src-dir-------/opencv-2.4.10/modules/highgui/src/window.cpp:562: error: (-2) ...
Rubber Duck's user avatar
  • 3,723
3 votes
0 answers
1k views

Import OpenCV under anaconda fails

I'm trying to use OpenCV under Anaconda for Python2.7.8.final.0. I did a fresh install of Anaconda, followed by import of the latest (win-64) distribution of OpenCV (2.4.9.1-np19py27_0) using the ...
ClintFromVa's user avatar