Documentation of 'boofcv.alg.feature.disparity.impl.SelectRectSubpixel' Java class
SelectRectSubpixel
boofcv.alg.feature.disparity.impl

Class SelectRectSubpixel



  • public class SelectRectSubpixel
    extends java.lang.Object

    Implementation of ImplSelectRectStandardBase_S32 that adds sub-pixel accuracy. Using equation (3) from [1]:
    d_sub = d + (C0 - C2)/(2*(C0 - 2*C1 + C2)
    where C0,C1,C2 is the cost value, before, at, and after the selected disparity.

    [1] Wannes van der Mark and Dariu M. Gavrila, "Real-Time Dense Stereo for Intelligent Vehicles" IEEE Trans. Intelligent Transportation Systems, Vol 7., No 1. March 2006.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectRectSubpixel

        public SelectRectSubpixel()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.