Package boofcv.alg.feature.describe.impl
Class ImplDescribeBinaryCompare_U8
java.lang.Object
boofcv.alg.feature.describe.DescribePointBinaryCompare<GrayU8>
boofcv.alg.feature.describe.impl.ImplDescribeBinaryCompare_U8
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processBorder
(int c_x, int c_y, TupleDesc_B feature) Called if the descriptor region goes outside the image bordervoid
processInside
(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_U8
-
-
Method Details
-
processInside
Description copied from class:DescribePointBinaryCompare
Called if the descriptor region is contained entirely inside the image- Specified by:
processInside
in classDescribePointBinaryCompare<GrayU8>
-
processBorder
Description copied from class:DescribePointBinaryCompare
Called if the descriptor region goes outside the image border- Specified by:
processBorder
in classDescribePointBinaryCompare<GrayU8>
-