Uses of Interface
boofcv.struct.PackedArray
Packages that use PackedArray
Package
Description
-
Uses of PackedArray in boofcv.alg.scene.vocabtree
Fields in boofcv.alg.scene.vocabtree declared as PackedArrayModifier and TypeFieldDescriptionfinal PackedArray<Point>
HierarchicalVocabularyTree.descriptions
Fields in boofcv.alg.scene.vocabtree with type parameters of type PackedArrayModifier and TypeFieldDescriptionprotected final DogArray<PackedArray<Point>>
LearnHierarchicalTree.listPoints
Methods in boofcv.alg.scene.vocabtree with parameters of type PackedArrayModifier and TypeMethodDescriptionvoid
LearnHierarchicalTree.process
(PackedArray<Point> points, HierarchicalVocabularyTree<Point> tree) Performs clusteringConstructors in boofcv.alg.scene.vocabtree with parameters of type PackedArrayModifierConstructorDescriptionHierarchicalVocabularyTree
(PointDistance<Point> distanceFunction, PackedArray<Point> descriptions) Constructor parameters in boofcv.alg.scene.vocabtree with type arguments of type PackedArrayModifierConstructorDescriptionLearnHierarchicalTree
(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
Constructor parameters in boofcv.alg.similar with type arguments of type PackedArrayModifierConstructorDescriptionSimilarImagesSceneRecognition
(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
Methods in boofcv.factory.struct that return PackedArrayModifier 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
Subinterfaces of PackedArray in boofcv.struct.featureModifier and TypeInterfaceDescriptioninterface
Interface for all Packed Tuple arraysClasses in boofcv.struct.feature that implement PackedArrayModifier 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
Classes in boofcv.struct.packed that implement PackedArrayModifier 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
.