Uses of Class
boofcv.abst.feature.detect.interest.ConfigShiTomasi
-
Uses of ConfigShiTomasi in boofcv.abst.feature.detect.interest
Modifier and TypeFieldDescriptionfinal ConfigShiTomasi
ConfigPointDetector.shiTomasi
Configuration only used with Shi-TomasiModifier and TypeMethodDescriptionConfigShiTomasi.copy()
ConfigShiTomasi.setTo
(ConfigShiTomasi src) -
Uses of ConfigShiTomasi in boofcv.factory.feature.detect.interest
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createShiTomasi
(@Nullable ConfigGeneralDetector configDetector, @Nullable ConfigShiTomasi configCorner, Class<D> derivType) Detects Shi-Tomasi corners.