Uses of Class
boofcv.struct.feature.TupleDesc_B
Packages that use TupleDesc_B
Package
Description
-
Uses of TupleDesc_B in boofcv.abst.feature.associate
Methods in boofcv.abst.feature.associate that return types with arguments of type TupleDesc_BMethods in boofcv.abst.feature.associate with parameters of type TupleDesc_BModifier and TypeMethodDescriptiondoubleScoreAssociateHamming_B.score(TupleDesc_B a, TupleDesc_B b) -
Uses of TupleDesc_B in boofcv.abst.feature.describe
Methods in boofcv.abst.feature.describe that return TupleDesc_BModifier and TypeMethodDescriptionDescribeBrief_RadiusAngle.createDescription()DescribeBriefSO_RadiusAngle.createDescription()Methods in boofcv.abst.feature.describe that return types with arguments of type TupleDesc_BModifier and TypeMethodDescriptionDescribeBrief_RadiusAngle.getDescriptionType()DescribeBriefSO_RadiusAngle.getDescriptionType()Methods in boofcv.abst.feature.describe with parameters of type TupleDesc_BModifier and TypeMethodDescriptionbooleanDescribeBrief_RadiusAngle.process(double x, double y, double orientation, double radius, TupleDesc_B storage) booleanDescribeBriefSO_RadiusAngle.process(double x, double y, double orientation, double radius, TupleDesc_B storage) -
Uses of TupleDesc_B in boofcv.alg.descriptor
Methods in boofcv.alg.descriptor with parameters of type TupleDesc_BModifier and TypeMethodDescriptionstatic intDescriptorDistance.hamming(TupleDesc_B a, TupleDesc_B b) Computes the hamming distance between two binary feature descriptors -
Uses of TupleDesc_B in boofcv.alg.feature.describe
Methods in boofcv.alg.feature.describe that return TupleDesc_BModifier and TypeMethodDescriptionDescribePointBrief.createFeature()Function which creates a description of the appropriate size.DescribePointBriefSO.createFeature()Methods in boofcv.alg.feature.describe with parameters of type TupleDesc_BModifier and TypeMethodDescriptionvoidDescribePointBinaryCompare.process(int c_x, int c_y, TupleDesc_B feature) Computes the descriptor at the specified point.voidDescribePointBrief.process(double c_x, double c_y, TupleDesc_B feature) Computes the descriptor at the specified point.voidDescribePointBriefSO.process(float c_x, float c_y, float orientation, float radius, TupleDesc_B feature) abstract voidDescribePointBinaryCompare.processBorder(int c_x, int c_y, TupleDesc_B feature) Called if the descriptor region goes outside the image borderabstract voidDescribePointBinaryCompare.processInside(int c_x, int c_y, TupleDesc_B feature) Called if the descriptor region is contained entirely inside the image -
Uses of TupleDesc_B in boofcv.alg.feature.describe.impl
Methods in boofcv.alg.feature.describe.impl with parameters of type TupleDesc_BModifier and TypeMethodDescriptionvoidImplDescribeBinaryCompare_F32.processBorder(int c_x, int c_y, TupleDesc_B feature) voidImplDescribeBinaryCompare_U8.processBorder(int c_x, int c_y, TupleDesc_B feature) voidImplDescribeBinaryCompare_F32.processInside(int c_x, int c_y, TupleDesc_B feature) voidImplDescribeBinaryCompare_U8.processInside(int c_x, int c_y, TupleDesc_B feature) -
Uses of TupleDesc_B in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return types with arguments of type TupleDesc_BModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointRadiusAngle<T,TupleDesc_B> FactoryDescribePointRadiusAngle.brief(@Nullable ConfigBrief config, Class<T> imageType) Creates a BRIEF descriptor. -
Uses of TupleDesc_B in boofcv.struct.feature
Fields in boofcv.struct.feature declared as TupleDesc_BModifier and TypeFieldDescriptionfinal TupleDesc_BPackedTupleArray_B.tempfinal TupleDesc_BPackedTupleBigArray_B.tempMethods in boofcv.struct.feature that return TupleDesc_BModifier and TypeMethodDescriptionPackedTupleArray_B.getTemp(int index) PackedTupleBigArray_B.getTemp(int index) TupleDesc_B.newInstance()Methods in boofcv.struct.feature that return types with arguments of type TupleDesc_BModifier and TypeMethodDescriptionPackedTupleArray_B.getElementType()PackedTupleBigArray_B.getElementType()Methods in boofcv.struct.feature with parameters of type TupleDesc_BModifier and TypeMethodDescriptionvoidPackedTupleArray_B.append(TupleDesc_B element) voidPackedTupleBigArray_B.append(TupleDesc_B element) voidPackedTupleArray_B.copy(TupleDesc_B src, TupleDesc_B dst) voidPackedTupleBigArray_B.copy(TupleDesc_B src, TupleDesc_B dst) voidPackedTupleArray_B.getCopy(int index, TupleDesc_B dst) voidPackedTupleBigArray_B.getCopy(int index, TupleDesc_B dst) booleanTupleDesc_B.isEquals(TupleDesc_B tuple) voidPackedTupleArray_B.set(int index, TupleDesc_B element) voidPackedTupleBigArray_B.set(int index, TupleDesc_B element) voidTupleDesc_B.setTo(TupleDesc_B source) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_BModifier and TypeMethodDescriptionvoidPackedTupleArray_B.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) voidPackedTupleBigArray_B.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) -
Uses of TupleDesc_B in boofcv.struct.kmeans
Methods in boofcv.struct.kmeans that return types with arguments of type TupleDesc_BModifier and TypeMethodDescriptionComputeMedianTuple_B.newInstanceThread()TuplePointDistanceHamming.newInstanceThread()Methods in boofcv.struct.kmeans with parameters of type TupleDesc_BModifier and TypeMethodDescriptiondoubleTuplePointDistanceHamming.distance(TupleDesc_B a, TupleDesc_B b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_BModifier and TypeMethodDescriptionprotected voidComputeMedianTuple_B.countBitsInEachCluster(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments) Goes through each point and counts the number of bits are true in each cluster its assigned toprotected voidComputeMedianTuple_MT_B.countBitsInEachCluster(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments) protected voidComputeMedianTuple_B.countsToBits(FastAccess<TupleDesc_B> clusters) voidComputeMedianTuple_B.process(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments, FastAccess<TupleDesc_B> clusters) voidComputeMedianTuple_B.process(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments, FastAccess<TupleDesc_B> clusters)