Uses of Class
boofcv.struct.feature.TupleDesc_B
Package
Description
-
Uses of TupleDesc_B in boofcv.abst.feature.associate
Modifier and TypeMethodDescriptiondouble
ScoreAssociateHamming_B.score
(TupleDesc_B a, TupleDesc_B b) -
Uses of TupleDesc_B in boofcv.abst.feature.describe
Modifier and TypeMethodDescriptionDescribeBrief_RadiusAngle.createDescription()
DescribeBriefSO_RadiusAngle.createDescription()
Modifier and TypeMethodDescriptionDescribeBrief_RadiusAngle.getDescriptionType()
DescribeBriefSO_RadiusAngle.getDescriptionType()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDescribePointBrief.createFeature()
Function which creates a description of the appropriate size.DescribePointBriefSO.createFeature()
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionfinal TupleDesc_B
PackedTupleArray_B.temp
final TupleDesc_B
PackedTupleBigArray_B.temp
Modifier and TypeMethodDescriptionPackedTupleArray_B.getTemp
(int index) PackedTupleBigArray_B.getTemp
(int index) TupleDesc_B.newInstance()
Modifier and TypeMethodDescriptionPackedTupleArray_B.getElementType()
PackedTupleBigArray_B.getElementType()
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionComputeMedianTuple_B.newInstanceThread()
TuplePointDistanceHamming.newInstanceThread()
Modifier and TypeMethodDescriptiondouble
TuplePointDistanceHamming.distance
(TupleDesc_B a, TupleDesc_B b) Modifier 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)