Skip to main content

Questions tagged [opencv]

OpenCV (Open Source Computer Vision) is a library for real time computer vision. When using this tag, please add a language specific tag (python, c++, ...), if relevant.

1 vote
2 answers
5k views

EmguCV/OpenCV Image addition/subtraction

I am using EmguCV and am trying to subtract 2 images to create a filter similar to AForge .NET's MoveTowards filter. This is what my slightly modified version from the above URL tries to do. Given 2 ...
Aishwar's user avatar
  • 9,544
0 votes
1 answer
2k views

OpenCV matrix access produces EXC_BAD_ACCESS

When I run the following program with scalefactory higher than 1.5, the program throws an EXC_BAD_ACCESS. The program scales an image. #include <iostream> #include <OpenCV/cv.h> #include &...
spangs's user avatar
  • 1
0 votes
2 answers
548 views

how to configure opencv 1.2 in visual c++?

i am trying to do a project in visual c++ using opencv library of version 1.2. but i cannot proceed forward due to the difficulty in configuring opencv 1.2 in vc++.please anybody help me....
ranzan's user avatar
  • 1
2 votes
3 answers
844 views

Where can I find these libraries to install in Ubuntu 8.10?

Here is some information saying some libraries are needed to build OpenCV for programming: -- checking for module 'libunicap' -- package 'libunicap' not found -- checking for module 'libucil' -- ...
Tim's user avatar
  • 97.8k
0 votes
1 answer
203 views

Visual Studio 2008 .exe problem

I wrote a program and when I compile and run it in Microsoft Visual Studio 2008 it works. I learned that there is an exe file in the projects folder. I found in "project name"->debug folder. When I ...
eomer's user avatar
  • 3,564
8 votes
2 answers
7k views

OpenCV K-Means (kmeans2)

I'm using Opencv's K-means implementation to cluster a large set of 8-dimensional vectors. They cluster fine, but I can't find any way to see the prototypes created by the clustering process. Is this ...
n00dle's user avatar
  • 6,023
12 votes
4 answers
18k views

How do I create an OpenCV image from a PIL image?

I want to do some image processing with OpenCV (in Python), but I have to start with a PIL Image object, so I can't use the cvLoadImage() call, since that takes a filename. This recipe (adapted ...
Arkady's user avatar
  • 14.9k
1 vote
5 answers
2k views

Searching a C++ Vector<custom_class> for the first/last occurence of a value

I'm trying to work out the best method to search a vector of type "Tracklet" (a class I have built myself) to find the first and last occurrence of a given value for one of its variables. For example, ...
n00dle's user avatar
  • 6,023
2 votes
2 answers
1k views

OpenCV Multi-Threaded Thread Message

I am writing a program using .Net 3.5 and OpenCV 1.1. I have multiple threads that need to get an image variables from the web camera on my computer, the problem being I get memory violation errors ...
kman99's user avatar
  • 7,565
1 vote
2 answers
4k views

Adding libraries to Visual Studio problem

Can someone link me a good guide for using libraries in a c or c++ project? Right now I'm trying to add OpenCV to a newly created project. I've added all the directories I can think of in "Project ...
Dimitar's user avatar
  • 137
1 vote
2 answers
331 views

About installing the open cv library

sir, I have tried my level best to install open cv library 2.2.0 version.but it has'nt suceeded it shows that errors in linking the library hughigh, whether we wanted to insatll the ipp library prior ...
john's user avatar
  • 11
0 votes
2 answers
2k views

OpenCV Multi-thread call

I have made a program that has two threads, soon to be three, that is trying to get an image from a web cam from both threads at the same time. Is there a way to do this or is there a better way to do ...
kman99's user avatar
  • 7,565
4 votes
1 answer
1k views

Threading with .NET and OpenCV?

I am having trouble getting a thread to work with OpenCV. The problem is with the ThreadStart() part of my code. public ref class circles { public: static void circleFind(bool isPhoto, ...
kman99's user avatar
  • 7,565
2 votes
2 answers
3k views

OpenCV Grid Area

I want to find the non-white area of an image from a camera using OpenCV. I can already find circles using images from my web cam. I want to make a grid or something so I can determine the percent of ...
kman99's user avatar
  • 7,565
0 votes
2 answers
2k views

opnecv tracking dots

i want to put dots to cordinates to a video frame which i determine and track them like opencv sample "lk demo" i didnt understand the sample. which functions put the dots and track them thanks for ...
eomer's user avatar
  • 3,564

15 30 50 per page