Uses of Interface
boofcv.abst.feature.describe.DescribePoint
-
Uses of DescribePoint in boofcv.abst.feature.describe
Modifier and TypeClassDescriptionclass
DescribePointAbstract<T extends ImageBase<T>,
TD extends TupleDesc<TD>> Default implementations for all functions inDescribePoint
.class
DescribePointConvertTuple<T extends ImageGray<T>,
In extends TupleDesc<In>, Out extends TupleDesc<Out>> Converts the region descriptor type from theDescribePointRadiusAngle
into the desired output using aConvertTupleDesc
.class
DescribeRadiusAngle_Point<T extends ImageGray<T>,
TD extends TupleDesc<TD>> ConvertDescribePointRadiusAngle
intoDescribePoint
.class
DescribeSurf_Point<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper around SURF forDescribePoint
.ModifierConstructorDescriptionDescribePointConvertTuple
(DescribePoint<T, In> original, ConvertTupleDesc<In, Out> converter) -
Uses of DescribePoint in boofcv.alg.similar
ModifierConstructorDescriptionSimilarImagesTrackThenMatch
(DescribePoint<Image, TD> describer, AssociateDescriptionHashSets<TD> featureAssociator, FeatureSceneRecognition<TD> recognizer, BoofLambdas.Factory<PackedArray<TD>> factoryPackedDesc) -
Uses of DescribePoint in boofcv.factory.feature.describe
Modifier 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