Skip to main content

All Questions

0 votes
0 answers
14 views

How are values assigned to pixels in hyperspectral imaging for airborne cases?

From what I know, hyperspectral images can have up to hundreds of bands. During acquisition, each pixel seems to store only one value. Later, algorithms are used to calculate the missing values across ...
0 votes
2 answers
48 views

How to determine stripe width of a barcode

A barcode consists of alternating back and white stripes. Thin stripes are one "unit" wide. We'll assume fat stripes are 2 "units" wide. But how big is a "unit"? I can't ...
0 votes
1 answer
1k views

HOG descriptor algorithm

I would like to implement a HOG descriptor in C++. I found an implementation of this code in Open Pattern Recognition Project - Histograms of Oriented Gradients (HOG) Feature Extraction. An extract of ...
0 votes
1 answer
531 views

Finding rectangle corners by using point cloud

I have a rectangle in the 3D scene, which I know its width and height. It is placed in the 3D scene like the image below. I can manually select all points on the rectangle by mouse click. Given the ...
1 vote
1 answer
418 views

Problem with "Topological Structural Analysis of Digitized Binary Images by Border Following" by Suzuki Abe

I have a Problem with the Paper "Topological Structural Analysis of Digitized Binary Images by Border Following" by Suzuki and Abe. In the Chapter "Appendix I: The Formal Description of ...
7 votes
2 answers
746 views

Convex Optimization in Signal and Image Processing

In signal processing, convex optimization plays a useful role in problems such as sparse signal recovery and filter design. What other places does convex optimization appear? For example, in ...
0 votes
1 answer
816 views

Is my algorithm about blob tracking for vehicle following correct?

I'm doing vehicles tracking project. The video is a one-way, no vehicles occlusion. After doing background subtraction, erosion and dilation, I get bounding box objects for each frame, and I can find $...
3 votes
1 answer
2k views

Barcode localization in difficult environments

I'm creating a program for localizing types of barcodes. (I know plenty exist, that's not the question :) ) I'm focusing for the time being on 1D barcodes. The difficulty I have is that the barcodes ...
4 votes
2 answers
989 views

Qualitative Evaluation of Interest-Point-Detectors and Descriptors in Computer Vision

I'm writing on a qualitative evaluation study of interest-point-detectors and descriptors. I've read all Mikolajczyk papers as well as most of the surves from Datta et al. etc. Now I'm implementing an ...
1 vote
1 answer
625 views

I have some questions about background subtraction with Gaussian Mixture Model (GMM)

I'm learning about Gaussian Mixture Model (GMM) for background subtraction.. And have some questions about it.. In Chris Stauffer paper "Adaptive background mixture models for real-time tracking" ...
0 votes
1 answer
3k views

AGAST vs FAST evaluation

In ~2006 the FAST corner detector was introduced. One of it characteristics is that you have to train a decision tree from some test image in order to learn the types of corners present and relevant ...
1 vote
1 answer
412 views

Computer Vision/Image Processing Riddles [closed]

I know this topic is not clearly relevant to the forum, but I think it's fun and interesting. I'm looking for computer vision riddles - fun and interesting questions that have a clear and precise ...
15 votes
1 answer
6k views

Binary robust independent elementary features ("BRIEF") understanding

How are the descriptors in the BRIEF algorithm matched to each other? How is the template image found in the another image? How do we compare the descriptors? I have read that article but didn't ...
2 votes
0 answers
117 views

Phong Reflection Model Parameters

Question: Can anyone refer me the Phong reflection model parameters for a face image taken for web-cam? Details: I am doing 3D reconstruction of 2D images using 3D Morphable Model as in this paper ...
12 votes
4 answers
344 views

Any references for the trade-off between software and mechanics/optics in industrial machine vision systems?

I explain my question with a simplified example. I can design an industrial vision system for the automatic inspection of an item with these main requirements: the image of a good piece must be a ...

15 30 50 per page