OpenCV (Open Source Computer Vision) is a cross-platform library of programming functions for real time computer vision. It was officially launched by Intel in 1999 and is now supported by Willow Garage. Uses include: Human-Computer Interaction; Object Identification, Segmentation and ...
-1
votes
0answers
19 views
Is it API version trouble?(use opencv in android)
My english is very poor. Please understand :)
I create project with android 3.0 version and my phone is android 2.1.1 version.
I try to apply houghline detect. It is very good at my phone. but, ...
0
votes
2answers
28 views
opencv image window/imshow
I am just starting to use the Open CV library and one of my first code is a simple negative transform function.
#include <stdio.h>
#include <opencv2/opencv.hpp>
using namespace cv;
using ...
1
vote
1answer
57 views
Process on curve/path skeleton binary image
I am trying to develop a code that can process on path/curve of a skeleton of an image . I want to have a vector of points from the skeleton between two points .
This code ends after adding some ...
-2
votes
0answers
16 views
CXX0030: Error: expression cannot be evaluated [closed]
I have running the program
but it has an error about the "&temp" and I got error message:
CXX0030: Error: expression cannot be evaluated. Anyone can help? Thanks
1
vote
1answer
26 views
How OpenCV C++ Interface Manage ROI
Using OpenCV C++ interface how can I write code for setting and resetting ROI
For eg: If I need to code like
-> Load image
-> SetImageRoi
-> Do some processing on ROI region
-> Reset ROI
...
1
vote
0answers
29 views
Saving an SVM as an exportable file
In my iOS project I have to train an SVM in opencv2 with a large set of images (~40,000). This SVM is static (just train it once with no additional learning). Obviously, this takes a long time to ...
1
vote
1answer
52 views
How to write text on a image in windows using python opencv2
I am a newbee to Python OpenCV.
I wanted to put some text on an Image.
I am writing the code as:
cv2.putText(image,"Hello World!!!", (x,y), cv2.CV_FONT_HERSHEY_SIMPLEX, 2, 255)
It gives ERROR, ...
0
votes
1answer
15 views
SUN benchmark code Invalid .mex file error
I've downloadad the SUN benchmark code from MIT:
version 2:
http://people.csail.mit.edu/jxiao/SUN/source_code/
Once I download the 15 image dataset and run the function:
compute_features.m
I ...
0
votes
0answers
22 views
Comparision of different Opencv implementations [duplicate]
How would you compare Opencv in C Vs. C++ Vs. Python for developing commercial Image processing applications. A few points for comparision maybe speed, ease of maintenance, applying updates etc.
Thank ...
0
votes
0answers
22 views
OpenCV (EMGUCV wrapper) integration in Unity
As you know OpenCV is very useful library that let you do amazing and powerful things in Computer vision. So I passed a good time to figure out how to use it in Unity3d, I had many problems, and ...
0
votes
2answers
37 views
How to Process Coordinates for OpenCV Contours?
I have an image like here below:
With this source code, I have successfully extract the center coordinates of each dots in the image.
#include <opencv2/imgproc/imgproc.hpp>
#include ...
0
votes
0answers
43 views
Trying to run “cout_mat.cpp”
I've recently configurated OpenCV in my machine as described in here.
I'm trying to run this simple code:
#include "opencv2/core/core.hpp"
#include <iostream>
using namespace std;
...
0
votes
1answer
31 views
Visible Light Communication with Android camera Approach
I have a circle which changes colors according to a data encoding scheme. For example I want to encode the message "Hello" in the color changes of that circle. That means something like a transition ...
0
votes
0answers
8 views
Testing build3dmodel.cpp which comes with openCV
This is regarding the sample code shipped with opencv 'build3dmodel.cpp' https://code.ros.org/trac/opencv/browser/trunk/opencv/samples/cpp/build3dmodel.cpp?rev=3220 .
I am hoping to do a project on ...
0
votes
0answers
16 views
Check OpenCV manager
From service don't work checked OpenCV Manager. I try make own void. But result always false, even after the OpenCv Manager. I think that "org.opencv.engine.BIND" dont right. in google I don't found ...
0
votes
1answer
90 views
usb webcam runs slowly on raspberry pi with opencv
I have some code that I have adapted to run on a headless Rpi using a usb webcam, it is running a bit slow, so my questions are:
If I were to use the GPI pins with a dedicated webcam would that be ...
0
votes
1answer
17 views
Resolution versus Time of processing
I'm processing an image from my webcam with opencv. How can I know how much time my processor needs for read every pixel of the matrix and show this? The used algorithm don't matter, I need a generic ...
0
votes
0answers
17 views
Blob/Rectangle Collision from OpenCV with XNA
I use OpenNi and Kinect to detect movement of player, and then convert them to MCVBox2D rectangles. I'm looking for any way to attach physic to my generated shape - for example made circle bounce on ...
0
votes
0answers
37 views
Increased processing time for every loop vector of Matrixes c++
This code gets called for multiple images in a row to create features of an image based on the Histogram of Orientated Gradients and a Correlogram. Problem is that with every image the processing time ...
-2
votes
1answer
56 views
crash error : Vector subscript out of range
This programme doesn't show any errors in compiler, but there is 1 warning
warning C4018: '<' : signed/unsigned mismatch "
Also when i run the programme it crashes saying "Vector subscript out of ...
1
vote
0answers
63 views
Extracting connected pixels using the idea of Breadth-first search
I am trying to collect a set of pixels between two pixels:start and end point from a skeleton image.
So the idea is : I start on a position in the image. I put that position in a list. Then in a loop
...
0
votes
0answers
40 views
error video capturing android app
I have created this Android App:
MainActivity.java:
package com.example.provavideocapture;
import android.os.Bundle;
import android.app.Activity;
public class MainActivity extends Activity {
...
2
votes
2answers
65 views
Differences between two images
Using this image as a refernce I want to find the dirty spot at the bottom of this image.
I was able to turn second image to the same scale and orientation and now trying fo find the spot using ...
1
vote
0answers
17 views
OpenCV capture from file different results
When using VideoCapture from file, who does the decoding? I guess FFDshow, that I have installed on my computer, right? A colleague couldn't open mpgs so she installed FFDshow as well. My delicate ...
2
votes
0answers
62 views
Why is neural network not predicting?
I am trying to train a neural network using backpropagation algo. in OpenCV 2.3.
However it is not predicting correctly....not even on training dataset. Could anybody please help me find whats wrong ...
-1
votes
0answers
18 views
OpenCV Optical Flow Point matching, tiny error
I am trying to simulate Optical Flow using 2 images. This program give no compilation error,but it crashes when i run it. However i have 2 warning. I think the error could be in vector variable ...
0
votes
1answer
28 views
How to choose stable area for template matching with OpenCV?
I am using OpenCV for some project. I want to use part of a planar appearance to track this planar with template matching. Is there some method to choose stabler patches for template matching? Any ...
0
votes
0answers
47 views
Tutorial 2 OpenCV for Android not working
I have tried to create an Android App that use openCV camera, similar to the tutorial project of openCV 2.4.0 named tutorial-2-opencvcamera.
I have this error in the logcat and I am not able to fix ...
2
votes
1answer
79 views
Delaunay triangulation opencv c++
I made a delaunay triangulation with openCv thanks to this code :
example code
(in partiluclar draw_subdiv).
However, when I want to display the triangulation, I get the mesh and lines who don't ...
0
votes
0answers
30 views
Android emulator with openCV (Bluestacks?)
I am programming with Eclipse and openCV and I would like to use an emulator.
The AVD works really bad (slow + openCV doesn't work).
I had high hopes for bluestacks, which works fine otherwise, but ...
0
votes
1answer
35 views
image processing for quality control
I am working on a college project where I have to use image processing using opencv to detect manufacturing defects in cookies. The program must be able to detect oversized, undersized, distorted ...
0
votes
1answer
52 views
Android OpenCV Running Samples in Eclipse
I can't get Android OpenCV samples to run within Eclipse. I have ADT, CDT, OpenCV, and NDK installed. My Eclipse version is Juno.
I converted the samples to C/C++ projects within Eclipse, so I got ...
0
votes
2answers
25 views
OpenCV: How to get corners of CvBox2D?
I need to find corner positions of CvBox2D (or MCvBox2D) to map found contours on game object in XNA. I have a problem with correct translation of rotation angle. I thought that this is kind of basic ...
3
votes
1answer
35 views
how to use cuda with opencv on ubuntu 11.10
I would like to run surfgpu on ubuntu .But do not know how to write cmakelists.I have installed the CUDA 4.2 SDK and Toolkit, and C inside the program can run.My development environment is Qt.ubuntu ...
0
votes
0answers
17 views
Can't include OpenBR library file in project file
Warning: I'm no Qt expert, so that may be what my problem is.
I built OpenBR on Windows 7 with MinGW following this guide.
This results in libopenbr.dll and the Unix-style libopenbr.dll.a.
What do ...
0
votes
0answers
33 views
noisy binary images in opencv
I am using python and opencv to track the "hinges" of the aortic valve along the cardiac cycle with a Kanade-Lucas-Tomasi algorithm (lkdemo.py as master file), and using this type of video as a ...
3
votes
4answers
106 views
+50
Matching thermographic / non-thermographic images with OpenCV feature detectors
I’m currently working on building software which can match infrared and non-infrared images taken from a fixed point using a thermographic camera.
The use case is the following: A picture is taken ...
0
votes
3answers
35 views
EMGU with C# WPF
I'm trying to follow the following tutorial but using WPF instead of Win Forms:
A Basic Program
WPF doesn't use PictureBox, instead it uses Image.
So here goes trying to load an Image.
XAML
...
1
vote
0answers
28 views
Load cv::RTrees from memory
I use OpenCv for image classification. After training I've saved model to *.yaml.gz. Then I've added this file to embedded resources. Now I need to load model from resource, but OpenCv allows only ...
0
votes
0answers
33 views
Extract polygons using OpenCV
I trying using OpenCV for polygon detection.
After filtering and canny i have:
How i can take polygon points and fix problems in green circles?
Thanks.
0
votes
0answers
21 views
Error while loading shared libraries, Netbeans, openCV, MinGW, Windows 7
I am getting this error on Netbeans while using OpenCV, on Windows 7 while using MinGW :
/cygdrive/c/Users/(...)/dist/Debug/MinGW-Windows/cppapplication_2.exe:
error while loading shared ...
0
votes
1answer
25 views
gamma correction in opencv hog.cpp
I dont understand the code of the gamma correction in hog.cpp in opencv, i went through some links here which doesnt match with the code in opencv hog.cpp
Mat_<float> _lut(1, 256);
const ...
0
votes
1answer
79 views
QGLWidget with 2 rendering mode
I have an OpenGL widget in Qt (inherits from QGLWidget), with 2 rendering mode :
rendering default cube (#define CUBE_MODE 0).
rendering opencv image (#define IMAGE_MODE 1).
I have a public ...
0
votes
0answers
28 views
Cuda5, Ubuntu 12.04, OpenCV cuDeviceGetAttribute Error
OpenCV had previously installed properly on my machine with a CUDA capable card. After installing the Cuda 5 toolkit, OpenCV fails to build from source with the following error, ...
1
vote
0answers
41 views
Access to pixels along the curve/path using opencv
Is there a solution to access to pixels along the curve /path ? can we use LineIterator to do it
1
vote
1answer
27 views
Using LIBSVM on Visual studio 2010
I wanted to use libsvm in visual studio 2010 just for classifying my test sample and nothing more ..
I've worked with libsvm using the documentation provided by its official site ...
So I used ...
0
votes
2answers
46 views
How to get coordinates of pixel after shape was rectified?
I'm using EmguCV wrapper for OpenCV and I'm rectifing this shape:
with help of this code:
public Image<Bgr,byte> Rectify()
{
try
{
Image<Bgr, byte> ...
0
votes
1answer
33 views
How to use Cross-Validation in OpenCV?
Can somebody please tell me how to employ cross-validation in OpenCV? I am working with Neural Networks module in OpenCV and there is no in-built option for cross-validation as in the case of Decision ...
-1
votes
0answers
36 views
TextExtraction on food packaging [closed]
For a new development project, I need to implement a program to detect and extract texts from food packaging. Images will be taken through smartphones.
I tried a lots of algorithm with OpenCV to ...
0
votes
0answers
11 views
OpenCV: Making GPU pyrlk_optical_flow.cpp work on video input
It seems that the pyrlk_optical_flow.cpp sample code (opencv\samples\gpu) only works on two still images.
If so, do any of you know of examples of how to convert the code from still image input to ...

