Class DerivativeLaplacian_Inner
java.lang.Object
boofcv.alg.filter.derivative.impl.DerivativeLaplacian_Inner
Laplacian which processes the inner image only
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DerivativeLaplacian_Inner
public DerivativeLaplacian_Inner()
-
-
Method Details
-
process
Computes the Laplacian of input image.- Parameters:
orig
- Input image. Not modified.deriv
- Where the Laplacian is written to. Modified.
-
process
-
process
Computes the Laplacian of 'orig'.- Parameters:
orig
- Input image. Not modified.deriv
- Where the Laplacian is written to. Modified.
-