-
Question:Open Where can I get the dataset common color MPEG-7 used in the core experiments?I need images for my tests.
-
Answer added to:4 Is there a good survey on the function of V1, V2 and V4 of the human cortex?
-
Question:Open GASAC (Genetic Algorithm Sample Consensus)Does anyone can help me to find working code for GASAC (Genetic Algorithm Sample Consensus) algorithm? Matlab implementation is also welcome.
-
Answer added to:12 What is the best unsupervised method for feature subset selection?"Best method ?" .... I don't think any of the algorithm is best. These algorithms works best for some particular condition.So first analysis your data... [more]
-
Answer added to:13 Is there any tutorial for implementing image processing algorithms over GPU?Which language are you using? Depending on the language, there are a multitude of tutorials out there, for GLSL, CUDA, as well as OpenCL.
-
Answer added to:5 Can anyone tell me about an algorithm/methodology to match the feature points between two images which is invariant to scale, rotation and illumination in opencv2.1?SIFT alg can be used check it out
-
Answer added to:4 Can anyone suggest a measure for range images registration?Consider combining the measures based on confusion matrix with true positives, false positives, true negatives and false negatives. This gives you pos... [more]
-
Answer added to:3 Matching descriptors: other choicesYou can take a look to quantization based approach: - Vocabulary tree, - Product quantization for nearest neighbor search, - LSH, Multi Probe LSH meth... [more]
-
Answer added to:5 In order to perform registration of two images which only differ slightly at the viewpoint is the affine transformation adequate?I take as a fact that your views are not from the same position. You could have same position if you only rotated your cameras or your subject moved b... [more]
-
Answer added to:6 In OpenCV, which are the fastest 2D feature detector and extractor algorithms?If one is only looking for feature location I have found FAST to be useful and very fast... No pun intended it is also very discriminating with well ... [more]
-
Answer added to:4 What are the best algorithms for non-rigid point set registration?Thank you. However, I am thinking in ICP-like algorithms for non-rigid registration that doesn't require the use of descriptors for the alignment of t... [more]
-
Answer added to:3 Is anyone working on pedestrian group detection and the effect of past data on 'real time group detection and scene interpretation'?I do not know about any such research or approaches as to me personally it seems a bit stretched. The reason is the following. If I have a set of obje... [more]
-
Answer added to:4 What are the best stereo matching algorithms for real time stereo vision?I have used DAISY descriptor for the same purpose in my work. You can go here ( http://cvlab.epfl.ch/software/daisy ) and check it's helpful
-
Answer added to:10 Efficient way for image alignment by MATLAB??In my opinion, feature based methods like SIFT and SURF are good enough for alignment. The methods has been implemented in MATLAB.
-
Answer added to:4 I'm interested in finding information regarding binocular disparity.Thies, I am so grateful for your response! Yes, please post papers whenever you have the chance. Thank you! Katie
-
Question:Open Feature function for conditional random field in sequence detection of gesture recognition.How do you use the feature function in for gesture recognition? Since the values recorded will change during the training.
-
Answer added to:2 How to reconstruct a 3D image from two 2D images of the same scene taken from the same camera?Once you have a P = [K [R|t]] for each camera for each correspondence you have to triangulate in order to have a 3D point. => i.e attachment You will... [more]
-
Answer added to:5 What are the most common edge based segmentation methods?For some basicson image processing you can start using imagej which have different plugin. Also, there is an online course specialized on image proces... [more]
-
Answer added to:2 Is there a good paper or book about tensor application in computer vision?Thanks Daniel. This is a good material for me.
-
Question:Open Anyone working or worked with functional difference predictors (FDPs)?Does anyone know some follow-up work on the original paper by James A. Ferwerda?
-
Question:Open Bird's eye view MapCan anyone help me with the code for constructing a bird's eye view for robotic mapping?
-
Answer added to:3 Data Analysis Tools for Researchers (especially Computer Vision Engineering)@Ankur Kumar: I just know about OpenCV and totally blind about VTK, ITK and PCL. Do you mind enlighten me on those tools such as their purposes and us... [more]
-
Question:Open How to "increase PSNR of super resolved" image using watermarking"I want to increase PSNR of SR image by embedding watermark in it.
-
Answer added to:2 What is the best corner detection data-set ?Thanks dinesh for your answer, yes these images are good and from standard dataset, but i need the complete dataset with different image quality. Btw ... [more]
-
Answer added to:4 Using an android phone camera as an imaging device for a laptop.Thank you for all the suggestions. @Patrick : The article was good. I'm actually interested to implement the connectivity b/w the mobile & server usin... [more]
-
Question:Open Registration of two (possibly high-dimensional) probability distributions.I am dealing with finding the affine transformation between two probability distribution functions in a dimensional space greater than 3 (e.g. 6). I d... [more]
-
Answer added to:3 What do we exactly mean by feature dissimilarity measure?You might check these papers: 1) S.-H. Cha. Comprehensive survey on distance/similarity measures between probability density functions. Inter- nationa... [more]
-
Answer added to:11 I am confused as to whether the eyes and particularly the iris remains the same at growing age? As I am working on Age invariant face recognition.If you are close enough to scan the iris then you can probably can scan the retina which is unique. People can wear colored contact lenses making iris... [more]
About Computer Vision
For discussion on techniques for aqcuiring and analysing images and other high dimensional data in order to produce information.