machinevision-toolbox-matlab
machinevision-toolbox-matlab copied to clipboard
Machine Vision Toolbox for MATLAB
Fixes bug in distortion. Homogeneous coordinates were used instead of euclidian to compute pixel distances. Includes the computation of distortion when projecting rays. Includes a handy undistortion function to directly...
I found some issues while trying to update the 3D drawing of the Camera Object. Apparently this was caused by the deprecated variable 'h_camera3D' which seemed to be replaced by...
icorner with patch returns unit vector descriptors PointFeature.match subtracts these, is this right. Modify closest to do dot product, not just subtraction. Do the Zisserman trick on descriptors.
eported by [email protected], Feb 2, 2014 What steps will reproduce the problem? 1. b1 = iread('building2-1.png','grey','double'); 2. C1 = icorner(b1, 'nfeat', 200); 3. C2 = icorner(b1, 'nfeat', 200, 'suppress', 20);...
Reported by nibesh.mastran, Apr 19, 2013 What steps will reproduce the problem? 1. opening the census.m file.IT is not complete. 2. 3. What is the expected output? What do you...
Add more corner detectors, leverage OpenCV? Alternatively, wrap CVST
The labels should ideally be sequential starting at 1. We have the same problem in ilabel(), perhaps factor out that code and apply it to this problem. Maybe the new...