Uses of Class
boofcv.abst.feature.detect.interest.ConfigHarrisCorner
Packages that use ConfigHarrisCorner
-
Uses of ConfigHarrisCorner in boofcv.abst.feature.detect.interest
Fields in boofcv.abst.feature.detect.interest declared as ConfigHarrisCornerModifier and TypeFieldDescriptionfinal ConfigHarrisCorner
ConfigPointDetector.harris
Configuration only used with HarrisMethods in boofcv.abst.feature.detect.interest that return ConfigHarrisCornerModifier and TypeMethodDescriptionConfigHarrisCorner.copy()
ConfigHarrisCorner.setTo
(ConfigHarrisCorner src) Methods in boofcv.abst.feature.detect.interest with parameters of type ConfigHarrisCorner -
Uses of ConfigHarrisCorner in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigHarrisCornerModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createHarris
(@Nullable ConfigGeneralDetector configDetector, @Nullable ConfigHarrisCorner configCorner, Class<D> derivType) Detects Harris corners.