Package boofcv.alg.feature.describe.impl
Class ImplDescribeBinaryCompare_F32
java.lang.Object
boofcv.alg.feature.describe.DescribePointBinaryCompare<GrayF32>
boofcv.alg.feature.describe.impl.ImplDescribeBinaryCompare_F32
Implementation of DescribePointBinaryCompare for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplDescribeBinaryCompare.
-
Field Summary
Fields inherited from class boofcv.alg.feature.describe.DescribePointBinaryCompare
definition, image, offsets, offsetsA, offsetsB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessBorder(int c_x, int c_y, TupleDesc_B feature) Called if the descriptor region goes outside the image bordervoidprocessInside(int c_x, int c_y, TupleDesc_B feature) Called if the descriptor region is contained entirely inside the imageMethods inherited from class boofcv.alg.feature.describe.DescribePointBinaryCompare
getDefinition, process, setImage
-
Constructor Details
-
ImplDescribeBinaryCompare_F32
-
-
Method Details
-
processInside
Description copied from class:DescribePointBinaryCompareCalled if the descriptor region is contained entirely inside the image- Specified by:
processInsidein classDescribePointBinaryCompare<GrayF32>
-
processBorder
Description copied from class:DescribePointBinaryCompareCalled if the descriptor region goes outside the image border- Specified by:
processBorderin classDescribePointBinaryCompare<GrayF32>
-