public class ImplDescribeBinaryCompare_U8 extends DescribePointBinaryCompare<boofcv.struct.image.GrayU8>
Implementation of DescribePointBinaryCompare for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplDescribeBinaryCompare.
definition, image, offsetsA, offsetsB| Constructor and Description |
|---|
ImplDescribeBinaryCompare_U8(BinaryCompareDefinition_I32 definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
processBorder(int c_x,
int c_y,
TupleDesc_B feature)
Called if the descriptor region goes outside the image border
|
void |
processInside(int c_x,
int c_y,
TupleDesc_B feature)
Called if the descriptor region is contained entirely inside the image
|
getDefinition, process, setImagepublic ImplDescribeBinaryCompare_U8(BinaryCompareDefinition_I32 definition)
public void processInside(int c_x,
int c_y,
TupleDesc_B feature)
DescribePointBinaryCompareprocessInside in class DescribePointBinaryCompare<boofcv.struct.image.GrayU8>public void processBorder(int c_x,
int c_y,
TupleDesc_B feature)
DescribePointBinaryCompareprocessBorder in class DescribePointBinaryCompare<boofcv.struct.image.GrayU8>