public class SparseIntegralGradient_NoBorder_F32 extends SparseIntegralGradient_NoBorder<ImageFloat32,GradientValue_F32>
r, w| Constructor and Description |
|---|
SparseIntegralGradient_NoBorder_F32() |
| Modifier and Type | Method and Description |
|---|---|
GradientValue_F32 |
compute(int x,
int y)
Computes the gradient at the specified point.
|
java.lang.Class<GradientValue_F32> |
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<ImageFloat32,GradientValue_F32>width - width in pixelspublic GradientValue_F32 compute(int x, int y)
SparseImageGradientx - x-axis pixel coordinatey - y-axis pixel coordinatepublic java.lang.Class<GradientValue_F32> getGradientType()