Tagged Questions

21
votes
3answers
593 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
481 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 ...
11
votes
4answers
29k 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 ...
3
votes
2answers
420 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
296 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 ...
1
vote
1answer
95 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
3answers
1k 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
467 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
837 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.
0
votes
1answer
74 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
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
656 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 ...