Tagged Questions
11
votes
2answers
428 views
Object detection + segmentation
I 'm trying to find an efficient way of acceptable complexity to
detect an object in an image so I can isolate it from its surroundings
segment that object to its sub-parts and label them so I can ...
10
votes
4answers
28k views
OpenCV Object Detection - Center Point
Given an object on a plain white background, does anybody know if OpenCV provides functionality to easily detect an object from a captured frame?
I'm trying to locate the corner/center points of an ...
7
votes
5answers
1k views
What is the best method for object detection in low-resolution moving video?
I'm looking for the fastest and more efficient method of detecting an object in a moving video. Things to note about this video: It is very grainy and low resolution, also both the background and ...
4
votes
3answers
158 views
OpenCV and Computer Vision, where do we stand now?
I want to do a project involving Computer Vision. Mostly object detection/identification. After some research, I keep coming back to OpenCV. But all of the tutorials are from 2008 (I guess it was big ...
4
votes
2answers
235 views
Square detection doesn't find squares
I'm using the program squares.c available in the samples of OpenCV libraries. It works well with every image, but I really can't figure it out why it doesn't recognize the square drawn in that image
...
3
votes
1answer
52 views
Reconstructing Aspect Ratio of Rectangular Objects in Images
I'm working on a little project that does "scan" sheets of paper using a camera (specifically the iPhone camera).
Workflow:
Lets users take pictures of sheets of paper while I will afterwards detect ...
3
votes
2answers
376 views
OpenCV object detection via cascade java (NOT FACE DETECTION)
dear friends, i use openCV in Java. Everything is fine but the thing is that am limited with API, i cant create C files (i'm not skilled in C/C++ that much and i did not use them for a long time) for ...
2
votes
1answer
471 views
opencv cvblob — render blobs other than white
I am trying to detect objects with cvblob. Somehow, my code only marks the white objects. How to mark objects of other colors, like a can of beer or a bottle of water.
Here is my code:
#include ...
2
votes
1answer
1k views
Simple object detection using OpenCV and machine learning
I have to code an object detector (in this case, a ball) using OpenCV. The problem is, every single search on google returns me something with FACE DETECTION in it. So i need help on where to start, ...
1
vote
1answer
53 views
OpenCV: Detecting simple electronic components from black white image
I'm new in OpenCV and trying to figure out methods what would be the best method for searching components from drawings like circuit diagrams. Components are always black with white background but ...
1
vote
2answers
103 views
OpenCV flann.h assertion Error
I wrote a program which gets matches between 2 pictures.
And this is the code. but if I use BruteForceMatcher> (not flann) it works.
#include <stdio.h>
#include "opencv2/core/core.hpp"
#include ...
1
vote
1answer
357 views
OpenCV extract area of an image from a vector of squares
I have an image that contains a square, and I need to extract the area contained in that square.
After applying the squares.c script (available in the samples of every OpenCV distribution) I obtain a ...
1
vote
1answer
191 views
HOG for “detecting object” opencv
I would like to know, if there is any code or any good documentation available for implementing HOG features? I tried to read the documentation here but it's quite difficult to understand and it needs ...
1
vote
2answers
138 views
Average distance of two line segments in 2d/3d
Intro: I'm working on an image processing task trying to find two borders of an object, which can be described by two straight line segments. I'm using some variant of the hough line transform to find ...
1
vote
0answers
232 views
OpenCV - Object Detection in Xcode
I am working on a project for object detection (not faces), I need some guidance on this subject.
I have read a lot of websites but none of them give good advice for doing anything with xcode (mac). ...
1
vote
3answers
887 views
Opencv Motion detection with tracking
I need a robust motion detection and tracking in web cam's video frames. The background is always the same. The aim is to identify the position of the object, if possible without the shadows, but not ...
1
vote
1answer
118 views
filtering out false positives of object detection with opencv
im using opencv's HaarDetectObjects(...) to detect an object in an image. The function returns the coordinates of areas in the image that might contain the object, the problem is i only want to detect ...
1
vote
2answers
740 views
Natural feature tracking with openCV- evaluating the options
In brief, what are the available options for implementing the Tracking of a particular Image(A photo/graphic/logo) in webcam feed using OpenCv?In particular i am trying to collate opinion about the ...
1
vote
1answer
101 views
“Object placed on top” detection with OpenCV
I'm new to the field of computer vision and I want to solve the following task (preferrably with OpenCV and C#, but other solutions like with Scilab? are also gratefully welcome):
There is some ...
1
vote
2answers
788 views
image processing problem
i'm working on detecting shape of any object.i've a binary image where background is white pixels and foreground/object is black pixel. now i need to detect the shape of the area where there are black ...
0
votes
0answers
46 views
Detecting objects in an image using Robb Hess's SIFT library in OpenCV [closed]
I'm doing a project on detecting objects using Robb Hess's SIFT library in OpenCV.
While the code is working fine in detecting objects and detecting the objects in some frames it is giving false ...
0
votes
1answer
67 views
matchTemplate finding good match
Hi I use this answer and write my own program, but I have specific problem. If there is not the object, matchTemplate do not gives an error, and I do not know any method to check if matchTemplate find ...
0
votes
0answers
168 views
OpenCV cv::findHomography runtime error
I am using to compile and run code from Features2D + Homography to find a known object tutorial, and I am getting this
OpenCV Error: Assertion failed (npoints >= 0 && ...
0
votes
0answers
54 views
Types of Object Detection Algorithm
Recently I am working on an object detection algorithm in OpenCV, I am trying to find a list of some object recognition program and do a comparison between them. I am just wondering if anyone would be ...
0
votes
1answer
50 views
Error with matchTemplate function in OpenCV
These are includes which I am using
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/core/core.hpp>
#include ...
0
votes
1answer
26 views
Combining more then one xml's in one xml for haarCascades object detection
Can we add more then one xml's in one xml for detecting more then one objects in a frame(Image)?
e.g: I want to detect nose and face at the same time. OpenCV contains face and nose in both files, but ...
0
votes
2answers
159 views
How can I match a template with the original image by SURF?
Recently, I have worked with robotics project; my robot can detect the object by its colour but I found that not good enough for different object. Therefore, I want the robot SURF the image on real ...
0
votes
1answer
63 views
Getting started in OpenCV, recommendation for API functions to use
I'm just getting started with OpenCV and I'm planning to build a robot with computer vision. I am looking to make this robot recognize classes of objects as well as individual instances. In a sense, a ...
0
votes
3answers
265 views
Difference between feature detection and object detection
I know that most common object detection involves Haar cascades and that there are many techniques for feature detection such as SIFT, SURF, STAR, ORB, etc... but if my end goal is to recognizes ...
0
votes
1answer
139 views
OpenCv pointPolygonTest. How does one supply the contours as input?
I've been trying to use the OpenCV function:
double pointPolygonTest(InputArray contour, Point2f pt, bool measureDist)
I have a contour specified by 4 Points in 2D (x1,y1), ..., (x4,y4). I want to ...
0
votes
0answers
59 views
opencv-createsamples parameter value range
I am trying to use opencv-createsamples to prepare a .vec file. The haar training is for a box.
Yet, I don't quite understand what the parameters mean and what the value should be set.
Since my ...
0
votes
1answer
1k views
OpenCV - Object matching using SURF descriptors and BruteForceMatcher
I have a question about objects matching with OpenCV.
I'm useing SURF algorithm implemented in opencv 2.3 to first detect features on each image, and then extracting the descriptors of these features.
...
0
votes
0answers
335 views
OpenCV 2.2 Haartraining Hanging
I am trying to create a haar cascade for hand detection and no matter what I do, I can't seem to get it finished. It always seems to end up stuck in some loop. I read a suggestion online that ...
0
votes
1answer
774 views
Rapid motion and object detection in opencv
How can we detect rapid motion and object simultaneously, let me give an example,....
suppose there is one soccer match video, and i want to detect position of each and every players with maximum ...
0
votes
1answer
805 views
OpenCV Object Detection
Does anybody have any references to object detection on the iphone, my first aim is to try and find english pool balls on a table.
I have done abit of research and openCV is appearing alot so I have ...