Uses of Class
boofcv.abst.feature.detect.interest.ConfigHarrisCorner
-
Uses of ConfigHarrisCorner in boofcv.abst.feature.detect.interest
Modifier and TypeFieldDescriptionfinal ConfigHarrisCorner
ConfigPointDetector.harris
Configuration only used with HarrisModifier and TypeMethodDescriptionConfigHarrisCorner.copy()
ConfigHarrisCorner.setTo
(ConfigHarrisCorner src) -
Uses of ConfigHarrisCorner in boofcv.factory.feature.detect.interest
Modifier 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.