Uses of Interface
boofcv.abst.feature.describe.DescribePoint
Packages that use DescribePoint
-
Uses of DescribePoint in boofcv.abst.feature.describe
Classes in boofcv.abst.feature.describe that implement DescribePointModifier and TypeClassDescriptionclassDescribePointAbstract<T extends ImageBase<T>,TD extends TupleDesc<TD>> Default implementations for all functions inDescribePoint.classDescribePointConvertTuple<T extends ImageGray<T>,In extends TupleDesc<In>, Out extends TupleDesc<Out>> Converts the region descriptor type from theDescribePointRadiusAngleinto the desired output using aConvertTupleDesc.classDescribeRadiusAngle_Point<T extends ImageGray<T>,TD extends TupleDesc<TD>> ConvertDescribePointRadiusAngleintoDescribePoint.classDescribeSurf_Point<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper around SURF forDescribePoint.Constructors in boofcv.abst.feature.describe with parameters of type DescribePointModifierConstructorDescriptionDescribePointConvertTuple(DescribePoint<T, In> original, ConvertTupleDesc<In, Out> converter) -
Uses of DescribePoint in boofcv.alg.similar
Constructors in boofcv.alg.similar with parameters of type DescribePointModifierConstructorDescriptionSimilarImagesTrackThenMatch(DescribePoint<Image, TD> describer, AssociateDescriptionHashSets<TD> featureAssociator, FeatureSceneRecognition<TD> recognizer, BoofLambdas.Factory<PackedArray<TD>> factoryPackedDesc) -
Uses of DescribePoint in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return DescribePointModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,TD extends TupleDesc<TD>>
DescribePoint<T,TD> FactoryDescribePoint.generic(ConfigDescribePoint config, ImageType<T> imageType) Factory function for creating many different types of region descriptors