Uses of Interface
boofcv.struct.PackedArray
Package
Description
-
Uses of PackedArray in boofcv.alg.scene.vocabtree
Modifier and TypeFieldDescriptionfinal PackedArray<Point>
HierarchicalVocabularyTree.descriptions
Modifier and TypeFieldDescriptionprotected final DogArray<PackedArray<Point>>
LearnHierarchicalTree.listPoints
Modifier and TypeMethodDescriptionvoid
LearnHierarchicalTree.process
(PackedArray<Point> points, HierarchicalVocabularyTree<Point> tree) Performs clusteringModifierConstructorDescriptionHierarchicalVocabularyTree
(PointDistance<Point> distanceFunction, PackedArray<Point> descriptions) ModifierConstructorDescriptionLearnHierarchicalTree
(BoofLambdas.Factory<PackedArray<Point>> factoryStorage, BoofLambdas.Factory<StandardKMeans<Point>> factoryKMeans, long randomSeed) Constructor which specifies factories for internal data structures which are dynamic bsaed on the maximum number of levels -
Uses of PackedArray in boofcv.alg.similar
ModifierConstructorDescriptionSimilarImagesSceneRecognition
(DetectDescribePoint<Image, TD> detector, AssociateDescriptionHashSets<TD> asscociator, FeatureSceneRecognition<TD> recognizer, BoofLambdas.Factory<PackedArray<TD>> factoryPackedDesc) SimilarImagesTrackThenMatch
(DescribePoint<Image, TD> describer, AssociateDescriptionHashSets<TD> featureAssociator, FeatureSceneRecognition<TD> recognizer, BoofLambdas.Factory<PackedArray<TD>> factoryPackedDesc) -
Uses of PackedArray in boofcv.factory.struct
Modifier and TypeMethodDescriptionstatic <TD extends TupleDesc<TD>>
PackedArray<TD>FactoryTupleDesc.createPacked
(DescriptorInfo<TD> info) static <TD extends TupleDesc<TD>>
PackedArray<TD>FactoryTupleDesc.createPackedBig
(DescriptorInfo<TD> info) -
Uses of PackedArray in boofcv.struct.feature
Modifier and TypeInterfaceDescriptioninterface
Interface for all Packed Tuple arraysModifier and TypeClassDescriptionclass
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array.class
Stores a set of tuples in a single continuous array. -
Uses of PackedArray in boofcv.struct.packed
Modifier and TypeClassDescriptionclass
Packed array ofPoint2D_F32
.class
Packed array ofPoint2D_F64
.class
Packed array ofPoint2D_I16
.class
Packed array ofPoint2D_I32
.class
Packed array ofPoint3D_F32
.class
Packed array ofPoint3D_F64
.class
Packed array ofPoint4D_F32
.class
Packed array ofPoint4D_F64
.class
Packed array ofPoint2D_F32
.class
Packed array ofPoint2D_F64
.class
Packed array ofPoint3D_F32
.class
Packed array ofPoint3D_F64
.class
Packed array ofPoint4D_F32
.class
Packed array ofPoint4D_F64
.