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.descriptionsFields in boofcv.alg.scene.vocabtree with type parameters of type PackedArrayModifier and TypeFieldDescriptionprotected final DogArray<PackedArray<Point>>LearnHierarchicalTree.listPointsMethods in boofcv.alg.scene.vocabtree with parameters of type PackedArrayModifier and TypeMethodDescriptionvoidLearnHierarchicalTree.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 TypeInterfaceDescriptioninterfaceInterface for all Packed Tuple arraysClasses in boofcv.struct.feature that implement PackedArrayModifier and TypeClassDescriptionclassStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores a set of tuples in a single continuous array.classStores 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 TypeClassDescriptionclassPacked array ofPoint2D_F32.classPacked array ofPoint2D_F64.classPacked array ofPoint2D_I16.classPacked array ofPoint2D_I32.classPacked array ofPoint3D_F32.classPacked array ofPoint3D_F64.classPacked array ofPoint4D_F32.classPacked array ofPoint4D_F64.classPacked array ofPoint2D_F32.classPacked array ofPoint2D_F64.classPacked array ofPoint3D_F32.classPacked array ofPoint3D_F64.classPacked array ofPoint4D_F32.classPacked array ofPoint4D_F64.