Class GradientThree_Share
java.lang.Object
boofcv.alg.filter.derivative.impl.GradientThree_Share
This is an attempt to improve the performance by minimizing the number of times arrays are accessed and partially unrolling loops.
While faster than the standard algorithm, the standard appears to be fast enough.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
derivX_F32
(GrayF32 orig, GrayF32 derivX) Can only be used with images that are NOT sub-images.
-
Constructor Details
-
GradientThree_Share
public GradientThree_Share()
-
-
Method Details
-
derivX_F32
Can only be used with images that are NOT sub-images.
-