Uses of Class
boofcv.abst.feature.detect.interest.ConfigShiTomasi
Packages that use ConfigShiTomasi
-
Uses of ConfigShiTomasi in boofcv.abst.feature.detect.interest
Fields in boofcv.abst.feature.detect.interest declared as ConfigShiTomasiModifier and TypeFieldDescriptionfinal ConfigShiTomasi
ConfigPointDetector.shiTomasi
Configuration only used with Shi-TomasiMethods in boofcv.abst.feature.detect.interest that return ConfigShiTomasiModifier and TypeMethodDescriptionConfigShiTomasi.copy()
ConfigShiTomasi.setTo
(ConfigShiTomasi src) Methods in boofcv.abst.feature.detect.interest with parameters of type ConfigShiTomasi -
Uses of ConfigShiTomasi in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigShiTomasiModifier 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.