Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun ….py", line 1, in <module> import cv2 # OpenCV for image processing ModuleNotFoundError: No module named 'cv2' >>… Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun Sorry for the weird formatting.. Re: i don´t understand this syntax error when using OpenCV Programming Databases by Reverend Jim What happens if you open a python shell and just type "import cv2"? As I said in your other thread, the problem might be with python 3.12. It imports ok under 3.10. Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun I tried that using Thonny, and I´m getting the same result. I tried the same in the "CMD" that opens when I press Python 3.12, and what happened was, it just said nothing and went back to an empty "line", or whatever. I suppose that´s a good sign? It says syntax error a lot on there too. What sort of programs do you use … Re: A module that comes with Python, doesn´t register? Programming Web Development by Reverend Jim … example, the command to install the opencv package was not given and is pip install opencv-python The only pip command that… A module that comes with Python, doesn´t register? Programming Web Development by Audun ….py", line 1, in <module> import cv2 # OpenCV for image processing ModuleNotFoundError: No module named 'cv2' I double… OpenCV (python) memory issue Programming Software Development by giancan Hi everybody, is there anyone with experience with opencv for python? I was wondering if there is a way … images (usually bigger than 800x800 pixels) I get a "OpenCV Error: Insufficient memory (unable to allocate 59500564 bytes)" message… Re: OpenCV Object Detection Programming Software Development by Nick Evan OpenCV's HAAR-detection is what you need. Be aware that the learning-time will be enormous, specially for objects that 'look alike' like an arm or a leg... There's a face-detection demo-program in the tuts from OpenCV, you might want to take a look at that. Niek OpenCV, PyGame, and Python builds on a Mac Programming Software Development by alberttruism … of Snow Leopard) trying to get python configured with MacPorts, OpenCV, and PyGame (at least). I’ve got python_select properly configured… openCV help Programming Software Development by shazzy99 … image in C# using openCV library. I've installed the openCV 1.0 and have downloaded the opencv wrapper dll file for the… Re: OpenCV help Programming Computer Science by Nick Evan That would be me. What are you working on? and if you'd like more support, join the [URL="http://tech.groups.yahoo.com/group/OpenCV/"]YAHOO! OpenCV group[/URL]. Re: OpenCV Programming Software Development by np complete Have you checked thoroughly the openCV 2.1 documentation ? Here is a [link](http://opencv.willowgarage.com/documentation/cpp/index.html) to it. OpenCV help Programming Computer Science by camproject Hi, I work on a project on object recognition.I would like to know if there is any support in OpenCV. OpenCV ..... Programming Software Development by ejohns85 Hello, I am using the computer vision libraries in OpenCV - if anybody is familiar with these then maybe you can … Re: OpenCV ..... Programming Software Development by daviddoria You should look for the opencv forum (maybe it is a google group, I forget exactly). This is not a c++ question so you probably won't find much help here :( OpenCV Programming Software Development by priyankakerala I coudnot process video files in OpenCV 2.1. I hav OS x86 windows 7,Used visual … opencv with qt using c++ Programming Software Development by ravi_14 …and build paths,when i use **C fucntions of opencv** the program works fine but when i use ***…c++ features of opencv*** i get following error:- #include "widget.h&…/highgui/highgui.hpp" #include "opencv/cv.h" #include "opencv/cvaux.h" Widget::Widget(QWidget *parent… Re: opencv with qt using c++ Programming Software Development by Ancient Dragon … "opencv2/highgui/highgui.hpp" #include "opencv/cv.h" #include "opencv/cvaux.h" #ifdef __cplusplus extern } #endif… OpenCV error while compiling Programming Software Development by kshaaban …: [url]http://www.aishack.in/2010/07/calibrating-undistorting-with-opencv-in-c-oh-yeah/[/url] I seem to be getting… below. (it is all self contained so if you have openCV installed and linked etc you should see the same problem… Re: OpenCV error while compiling Programming Software Development by daviddoria That error is pretty clear from a c++ perspective, the type of the paramter you are passing is a vector but the function is expecting a matrix. For more specifics you'd have to ask the OpenCV people. Re: OpenCV error while compiling Programming Software Development by kshaaban anyone with OpenCV experience care to take a crack? really would like a fresh set of eyes to know whats going wrong here! thanks OpenCV - Why am I getting this error? Programming Software Development by SWEngineer … following (Any ideas?): [CODE] **** Build of configuration Debug for project OpenCV **** **** Internal Builder is used for build **** g++ -IC:\OpenCV2.0….hpp:4112: warning: unused variable '__exchange_and_add' C:/OpenCV2.0/include/opencv/cxmat.hpp: In member function `void cv::SparseMat::release()': C… Re: OpenCV - Why am I getting this error? Programming Software Development by mike_2000_17 It appears that this is just a little compiler flag mismatch. You should follow the instructions [URL="http://tech.groups.yahoo.com/group/OpenCV/message/68131"]here[/URL], and it should work. Re: OpenCV - Why am I getting this error? Programming Software Development by ziggystarman Thinking back had same problem with OpenCV 2.0. I could get it to work correctly with … a tutorial on netbeans c++ forums I wrote to install OpenCV 2.0 with netbeans IDE [URL="http://forums.netbeans… OpenCV highgui110.dll Link Error Programming Software Development by Peter_APIIT … Additional Library Directories C:\Program Files\OpenCV\otherlibs C:\Program Files\OpenCV\lib C:\Program Files\OpenCV\bin Additional Dependencies cv.lib highgui… file: cannot read at 0x2C8 C:\Program Files\OpenCV\bin\highgui110.dll 1 OpenCV Capture What wrong with highgui.dll ? Please help… OpenCV camera sync problem? Programming Software Development by ben25x ….h> #include <opencv/cvaux.h> #include <opencv/highgui.h> //opencv libraries #include <opencv/cxcore.h> CvCapture* camCapture…; //opencv class for retrieving image from… Re: OpenCV highgui110.dll Link Error Programming Software Development by Nick Evan …] also check manually if the file [icode]C:\Program Files\OpenCV\bin\highgui110.dll[/icode] exists. If it does: re-install… openCV Next time you post: use [URL="http://www.daniweb.… Re: OpenCV highgui110.dll Link Error Programming Software Development by Salem … or corrupt file: cannot read at 0x2C8 C:\Program Files\OpenCV\bin\highgui110.dll In essence, the linker hasn't got… OpenCV GPU reference Programming Software Development by Mahsa_C++ … CPU functions and the corresponding GPU functions available in the openCV library.I'm going to port a number of algorithms… to GPU, using openCV gpu module. I have been having troubles finding a full… get a rather complete documentation of the GPU functions in openCV library as well as a number of samples ? I … Re: OpenCV GPU reference Programming Software Development by Stefano Mtangoo Check their [URL="http://opencv.willowgarage.com/wiki/OpenCV%20GPU%20FAQ#AreCPUandGPUOpenCVAPIsimilar.3F"]Wiki FAQ[/URL] Else, [URL=&….google.com/search?client=ubuntu&channel=fs&q=openCV+GPUAPI&ie=utf-8&oe=utf-8#sclient…;hs=XNW&channel=fs&source=hp&q=openCV+GPU&aq=f&aqi=&aql=&oq…