2
votes
1answer
37 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 …
0
votes
4answers
121 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
5answers
2k 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 …
3
votes
4answers
5k 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 …
0
votes
3answers
359 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 …
