Tagged Questions
The object-recognition tag has no wiki summary.
17
votes
7answers
3k views
Where do I start learning about image processing and object recognition?
I'm interested in writing some basic computerized object recognition application, so I figure I need some theoretical background in image processing algorithms, along with some AI for decision making ...
8
votes
4answers
891 views
best tool for object recognition [closed]
i want to do a small project on object recognition, any any tools or literature suggestions on this topic ?
4
votes
1answer
545 views
Object detection for specific flat objects
I'm new to computer vision, and I want to detect specific and flat objects in an image (or video frame).
What do I mean with specific and flat?
Flat
Well, flat objects are like objects, but, you ...
3
votes
2answers
424 views
Finding distance from camera to object of known size
I am trying to write a program using opencv to calculate the distance from a webcam to a one inch white sphere. I feel like this should be pretty easy, but for whatever reason I'm drawing a blank. ...
3
votes
3answers
130 views
Determining object identities using image recognition
I've written some image analysis software that can determine the basic shape, color, and dimensions of what it considers to be the most dominant object in the image.
I've also created a database of ...
2
votes
1answer
28 views
Looking for augmented reality framework to work with stereo vision
Bear with me if this sounds silly but is there any augmented reality code/frameworks in existence that could overlay dinosaur models into the real-word?
I'm really excited about the technology ...
2
votes
2answers
225 views
Ideas for extracting features of an object using keypoints of image
I'll be appreciated if you help me to create a feature vector of an simple object using keypoints. For now, I use ETH-80 dataset, objects have an almost blue background and pictures are took from ...
2
votes
1answer
80 views
Should I do Material Clasification/ Recognition using histograms or some other higher Math tool, like Bayesian Networks?
I'm learning the basics of OpenCV, and I thought a good project would help me make the studying more fun. After thinking some ideas I came up with some material recognition project. Let's say, I got ...
2
votes
2answers
158 views
Image Processing - Which OpenCV algorithm will fit my needs?
I started to work on a small hobbyist program recently in the area of image processing, and I'm kind of a noob with image processing but I'm trying to figure out at least some aspects of it.
What I ...
2
votes
3answers
266 views
What makes object representation and recognition hard?
Intuitively, it would seem that given a dozen or so 2d images from different angles of almost any object, it should be easy to construct a 3d representation of that object. Subsequently a library of ...
2
votes
3answers
435 views
Computer Vision: SURF (Speeded Up Robust Features) with Color consideration
Is it possible to enhance the Speeded Up Robust Features (SURF) Computer Vision algorithm so that it can differentiate equally distributed and shaped objects with different colors?
I am looking for ...
1
vote
3answers
87 views
Does a free API for a Augmented reality service exist?
Currently I am trying to create an app for iPhone which is capable of recognizing the objects on an image such as car, bus, building, bridge, human, etc, and label as object name with the help of ...
1
vote
1answer
234 views
OpenCV Contours Moments?
What are moments of a contour? Could someone explain this in simplistic, non-mathematical terms? Possibly with an example? The official explanation is "integration over all the pixels in a contour". I ...
1
vote
1answer
687 views
Object recognition using MATLAB [closed]
Have you any idea about implementing 2D object recognition with MATLAB? Which characteristics of objects can feed a neural network?
1
vote
3answers
832 views
GUI version of OpenCV for feature-detection (SIFT etc.) prototyping before actual project development?
I had an idea for which I need to be able to recognize certain objects or models from a rendered three dimensional digital movie.
After limited research, I know now that what I need is called feature ...
1
vote
1answer
294 views
Image classification: recognizing various features of many buildings from images
so, let's say i have the long/lat or address of many buildings
can get satellite images, "street view", and perhaps 3d/perspective views of buildings.
want to find:
height,
number of floors,
floor ...
0
votes
0answers
141 views
Affine-SIFT(ASIFT) Feature Detector
I am working on a project where i have to detect the features of an object(Video Frame) and match it with other objects(some other frame) to recognize the same object for tracking. I have goggled many ...
0
votes
1answer
211 views
Object detection and identification using matlab?
How i can detect an object in a image and identify what the object is ,using matlab?
would it be possible to get the step-by-step process.
as how to approach in detecting the object and identify it?
0
votes
0answers
71 views
SIFT object recognition tutorials? Detailing on nearest neighbor approach
I'm trying to write a program using VLFeat to SIFT object recognition. VlFeat has a lot of great functions and readily performs detector and descriptor creation. Now the problem is how to work with ...
0
votes
0answers
119 views
Open source object recognition algorithms
I've been doing a lot of search on the right algorithms to use for my object recognition program. But everything I've found had some major flaws.
My program is supposed to learn new objects as it ...
0
votes
0answers
172 views
OpenTLD, how is it different from other object detection methods?
For those that have heard of OpenTLD, how does it alternate between tracking different objects? It can only track one object at a time, but if I had two or more objects trained in the same video feed, ...
0
votes
1answer
107 views
car recognition on lane
Lets say we have a high camera over the road.
Lets say its a stream of data.
What could we use to produce a software that will recognize a car that is crossing the lanes.
Lets say that there is a ...
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
2answers
360 views
Object & Shape Recognition from webcam
I need to create an application to get input from a webcam or camera connected to a computer and detect certain 3d objects.
I could do this from a .3ds file or something else? I'm not quite sure.
I ...
0
votes
1answer
243 views
Guide for recognizing objects in an image scene
I spent days to search about this topic and I found some good articles, but all them discuss about theory, and I have to implement it using MATLAB. Specified object are picked from Caltec 101 dataset. ...
0
votes
0answers
98 views
who have used PedestrianDetectionHoG_NET2005 I need to know the configure process
this object detect soft ware is good to detect object and recognize them.
I want to learn it, I download it and download the lib it required such as blitz0.9 boost1.41 and opencv 2.0,but when I run ...
-1
votes
1answer
600 views
Help with android augmented reality
i just need some guide on how to detect a marker and make an output text.. for ex: a marker with an image of a dog , when detected, i have an output text "DOG" in a textfield .. can someone help me ...