Package boofcv.struct

Interface ImageGrid.ProcessCell<T>

Enclosing class:
ImageGrid<T>

public static interface ImageGrid.ProcessCell<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(int row, int col, T data)
     
  • Method Details

    • process

      void process(int row, int col, T data)