These two papers propose clustering as a deterministic alternative to RANSAC. The corresponding pairs of points can be rewritten as points in 2D space. The inliers will be found close to each other while the outliers will be found further away from the cluster, depending on how well the points correspond. The first paper describes … Continue reading Clustering as an Alternative to RANSAC
Blog
Putative Match Analysis (PUMA)
This paper propose a deterministic alternative to RANSAC that is rotation and scale invariant, but to a smaller extent large perspective differences. We used this in our first word spotter to remove word outliers. The idea is to compare each point in one image with all the ones in the other image. The relative distance … Continue reading Putative Match Analysis (PUMA)
The Spinor Tensor
This paper investigates the use of the spinor tensor as the base for a key point detector, very much like the structure tensor and the Hessian is used for the same purpose. It is shown that the determinant of the Spinor tensor can be approximated by the square of the determinant of Hessian. This is … Continue reading The Spinor Tensor
The Extended Structure Tensor with a Scale Space Parameter
This paper extends the Harris corner detector by investigating the scale space dimension, i.e. the trace of the Hessian matrix. The point found will be close to the one of the Harris corner detector, but still different. There seem to be situations when this detector is more robust than the Harris, but the computational cost … Continue reading The Extended Structure Tensor with a Scale Space Parameter
Parallel Image Stitching
This paper introduce the idea to use different interest point detectors so that each core can work on its own subset independently of the others. However, since the image pairs are the same, the homography will be essentially the same and can therefore be distributed by the process that first finds a solution. This will … Continue reading Parallel Image Stitching
