Tagged Questions

5
votes
4answers
522 views

Rectangle detection with Hough transform

I'm trying to implement rectangle detection using the Hough transform, based on this paper. I programmed it using Matlab, but after the detection of parallel pair lines and ortho …
4
votes
4answers
143 views

Find the corners of a polygon represented by a region mask

BW = poly2mask(x, y, m, n) computes a binary region of interest (ROI) mask, BW, from an ROI polygon, represented by the vectors x and y. The size of BW is m-by-n. …
2
votes
1answer
59 views

How to programatically disable the auto-focus of a webcam.

I am trying to do computer vision using a webcam (the model is Hercules Dualpix). I know it is not the ideal camera to use, but I have no choice here. The probleme is the auto-focu …
2
votes
2answers
60 views

Computing object statistics from the second central moments

I'm currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I'm still struggling with the implementation of a …
1
vote
3answers
91 views

C# - Multi-touch help? USB web cam input? Image Analysis?

I am trying to make a DIY touchscreen and would like to enter it into the local science fair but wanted to do it on the programing aspect of Multi-touch. My problem lies in that i …
9
votes
4answers
307 views

Viola-Jones’ face detection claims 180k features

I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placin …
2
votes
2answers
142 views

Face detection and comparison

I'm running a small research on face detection and comparison for my article. Currently, I'm using rapid face detection based on haar like features based on OpenCV cascade (I'll i …
4
votes
6answers
188 views

Detect marker in 2D image

I am hoping to obtain some some help with 2D object detection. I'll give a brief overview of the context in which this will be implemented. There will be an image taken of the ce …
1
vote
4answers
88 views

Transforming captured co-ordinates into screen co-ordinates

Hi everyone. I think this is probably a simple maths question but I have no idea what's going on right now. I'm capturing the positions of "markers" on a webcam and I have a list …
2
votes
1answer
77 views

Basics of normalized cross correlation

I am trying to use normxcorr2 (normalized cross-correlation) from MATLAB for calculating velocity of moving shapes in a developing embryo. I have 3 questions: 1) My image size is …
1
vote
3answers
109 views

Eye-detection in MATLAB

I have two images. In one of the images, my eye is in the center position and in the other image, it is in the left. How do I find out whether my eye is in the left or the right? …
6
votes
4answers
613 views

Face detection in java

Can anyone recommend a decent java library for face detection (recognition not required, just detection). The library would preferably be pure java (e.g. no dependencies on other n …
0
votes
0answers
51 views

Downhill Simplex Method

Is it possible to use Downhill Simplex Method for template matching?Let's say I have 40 landmarks on the edges of an object and I have pixel intesities of normal vectors on these l …
0
votes
2answers
136 views

Hough Transform question

Hi I implemented Hough Transform in C# this way: List<Point> forme = new List<Point>(); forme.Add(new Point(260, 307)); forme.Add(new Point( …
3
votes
3answers
105 views

Looking for ideas on a class project in Computer Vision

Hello all. I have come upon another class where I need to find an idea for a project, and since my last posting on SO for a project idea was so successful, I've decided to ask here …

1 2 3 4 5 next
15 30 50 per page