Tagged Questions
The object-detection tag has no wiki summary.
21
votes
3answers
560 views
In a digital photo, how can I detect if a mountain is obscured by clouds?
The problem
I have a collection of digital photos of a mountain in Japan. However the mountain is often obscured by clouds or fog.
What techniques can I use to detect that the mountain is visible in ...
11
votes
2answers
424 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
154 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
234 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
51 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
370 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 ...
3
votes
1answer
270 views
Histogram of Oriented Gradients in multi-scale (mean-shift?)
I am working on HOG descriptors and I am pretty much done with most of the parts, except the fusion of the detection windows.
What I have done so far is; I build a scale space pyramid of the image ...
3
votes
1answer
406 views
how to do Object detection in opengl Android?
I've started with OpenGl es for Android since 2 weeks and after trying 3D examples I'm stuckup at obect detection.
Basically mapping between x,y coordinates of screen to x,y,z of 3d space and vice a ...
2
votes
4answers
119 views
JavaScript object detection: dot syntax versus 'in' keyword
I have seen two ways of detecting whether a UA implements a specific JS property: if(object.property) and if('property' in object).
I would like to hear opinions on which is better, and most ...
2
votes
1answer
466 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, ...
2
votes
3answers
152 views
Javascript difference between IE and Firefox
I have the following lines of Javascript:
var button = document.getElementById("scriptsubmit");
button.setAttribute("class", "remove");
In Firefox this works perfectly and in Internet explorer it ...
1
vote
1answer
56 views
DETECT the Edge of a Document in iPhoneSDK
I am looking something like attached image, How can I implement this in iPhoneSDK.
Can anybody suggest me some open source API or Algorithm Code to detect the corners of captured image of a document.
...
1
vote
1answer
51 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
97 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
345 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
187 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
231 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
878 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
116 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
1answer
107 views
Javascript xmlHttpRequest object detection vs try..catch
When checking whether a particular browser supports AJAX, object detection is what I usually do:
if (window.XMLHttpRequest)
{
xhr = new XMLHttpRequest();
}
else if (window.ActiveXObject)
{
...
1
vote
2answers
734 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
97 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
1answer
436 views
Histogram of Oriented Gradients
I have been reading theory about HOG descriptors for object(human) detection. But I have some questions about the implementation, which might sound like an insignificant detail.
Regarding the window ...
1
vote
2answers
787 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 ...
1
vote
5answers
2k views
what are the steps in object detection?
I'm new to image processing and I want to do a project in object detection. So help me by suggesting a step-by-step procedure to this project. Thanx.
1
vote
5answers
10k views
Detect IE8, IE7, Safari, FireFox with jQuery 1.3+?
I need to change a value based on each browser since they all render differently.
if (navigator.appName == 'Netscape'){
top = 17;
}
This was working but unfortunately both Firefox and Safari show ...
0
votes
0answers
43 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
66 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
154 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
52 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
45 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
24 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
1answer
60 views
Professional Object Tracking Solution
I want to build a video based tracking software. I can manage the control and display quite easily but the actual object tracking in a video stream is very difficult (color tracking is not an option).
...
0
votes
2answers
155 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
61 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
259 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
133 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
377 views
can i use kinect to identify objects?
Pylons decide a path. I want the kinect to detect pylons so that I can make my robot to stay within the path. Is kinect capable of object detection and is there any tutorial on this.
Thanks.
0
votes
1answer
771 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
801 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 ...
0
votes
2answers
1k views
Object detection/tracking within Java
I'm looking to do some image processing in Java and I'll be developing in Ubuntu with Eclipse.
So here is my objective:
From a greyscale image, I would like to be able to detect certain sized ...
0
votes
3answers
652 views
Looking for an OSX application that can do image processing using a webcam
I'm looking for an OSX (or Linux?) application that can recieve data from a webcam/video-input and let you do some image processing on the pixels in something similar to c or python or perl, not that ...