public class SparseIntegralHaar_NoBorder_I32 extends SparseIntegralGradient_NoBorder<GrayS32,GradientValue_I32>
r, w| Constructor and Description |
|---|
SparseIntegralHaar_NoBorder_I32() |
| Modifier and Type | Method and Description |
|---|---|
GradientValue_I32 |
compute(int x,
int y)
Computes the gradient at the specified point.
|
java.lang.Class<GradientValue_I32> |
getGradientType() |
void |
setWidth(double width)
Sets how wide the gradient operator is in pixels
|
isInBounds, setImagepublic void setWidth(double width)
SparseScaleGradientsetWidth in class SparseIntegralGradient_NoBorder<GrayS32,GradientValue_I32>width - width in pixelspublic GradientValue_I32 compute(int x, int y)
SparseImageGradientx - x-axis pixel coordinatey - y-axis pixel coordinatepublic java.lang.Class<GradientValue_I32> getGradientType()