boofcv.alg.feature.detect.intensity.impl
Class ImplShiTomasiCornerWeighted_F32
- java.lang.Object
-
- boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_F32
-
- boofcv.alg.feature.detect.intensity.impl.ImplShiTomasiCornerWeighted_F32
-
- All Implemented Interfaces:
- FeatureIntensity<GrayF32>, GradientCornerIntensity<GrayF32>, ShiTomasiCornerIntensity<GrayF32>
public class ImplShiTomasiCornerWeighted_F32 extends ImplSsdCornerWeighted_F32 implements ShiTomasiCornerIntensity<GrayF32>
Implementation of
ShiTomasiCornerIntensitythat samples pixels using a Gaussian distribution based off ofImplSsdCornerWeighted_F32.
-
-
Constructor Summary
Constructors Constructor and Description ImplShiTomasiCornerWeighted_F32(int radius)
-
Method Summary
-
Methods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_F32
getIgnoreBorder, getRadius, process
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface boofcv.alg.feature.detect.intensity.GradientCornerIntensity
process
-
Methods inherited from interface boofcv.alg.feature.detect.intensity.FeatureIntensity
getIgnoreBorder, getRadius
-
-
DataMelt 3.0 © DataMelt by jWork.ORG