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 TypeMethodDescriptiondouble
ScoreAssociateHamming_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 TypeMethodDescriptionboolean
DescribeBrief_RadiusAngle.process
(double x, double y, double orientation, double radius, TupleDesc_B storage) boolean
DescribeBriefSO_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 int
DescriptorDistance.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 TypeMethodDescriptionvoid
DescribePointBinaryCompare.process
(int c_x, int c_y, TupleDesc_B feature) Computes the descriptor at the specified point.void
DescribePointBrief.process
(double c_x, double c_y, TupleDesc_B feature) Computes the descriptor at the specified point.void
DescribePointBriefSO.process
(float c_x, float c_y, float orientation, float radius, TupleDesc_B feature) abstract void
DescribePointBinaryCompare.processBorder
(int c_x, int c_y, TupleDesc_B feature) Called if the descriptor region goes outside the image borderabstract void
DescribePointBinaryCompare.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 TypeMethodDescriptionvoid
ImplDescribeBinaryCompare_F32.processBorder
(int c_x, int c_y, TupleDesc_B feature) void
ImplDescribeBinaryCompare_U8.processBorder
(int c_x, int c_y, TupleDesc_B feature) void
ImplDescribeBinaryCompare_F32.processInside
(int c_x, int c_y, TupleDesc_B feature) void
ImplDescribeBinaryCompare_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_B
PackedTupleArray_B.temp
final TupleDesc_B
PackedTupleBigArray_B.temp
Methods 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 TypeMethodDescriptionvoid
PackedTupleArray_B.append
(TupleDesc_B element) void
PackedTupleBigArray_B.append
(TupleDesc_B element) void
PackedTupleArray_B.copy
(TupleDesc_B src, TupleDesc_B dst) void
PackedTupleBigArray_B.copy
(TupleDesc_B src, TupleDesc_B dst) void
PackedTupleArray_B.getCopy
(int index, TupleDesc_B dst) void
PackedTupleBigArray_B.getCopy
(int index, TupleDesc_B dst) boolean
TupleDesc_B.isEquals
(TupleDesc_B tuple) void
PackedTupleArray_B.set
(int index, TupleDesc_B element) void
PackedTupleBigArray_B.set
(int index, TupleDesc_B element) void
TupleDesc_B.setTo
(TupleDesc_B source) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_BModifier and TypeMethodDescriptionvoid
PackedTupleArray_B.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_B> op) void
PackedTupleBigArray_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 TypeMethodDescriptiondouble
TuplePointDistanceHamming.distance
(TupleDesc_B a, TupleDesc_B b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_BModifier and TypeMethodDescriptionprotected void
ComputeMedianTuple_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 void
ComputeMedianTuple_MT_B.countBitsInEachCluster
(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments) protected void
ComputeMedianTuple_B.countsToBits
(FastAccess<TupleDesc_B> clusters) void
ComputeMedianTuple_B.process
(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments, FastAccess<TupleDesc_B> clusters) void
ComputeMedianTuple_B.process
(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments, FastAccess<TupleDesc_B> clusters)