Class GradientThree_Share

java.lang.Object
boofcv.alg.filter.derivative.impl.GradientThree_Share

public class GradientThree_Share extends Object

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 Details

    • GradientThree_Share

      public GradientThree_Share()
  • Method Details

    • derivX_F32

      public static void derivX_F32(GrayF32 orig, GrayF32 derivX)
      Can only be used with images that are NOT sub-images.