Uses of Interface
boofcv.struct.ImageGrid.ProcessCell
-
Uses of ImageGrid.ProcessCell in boofcv.struct
Modifier and TypeMethodDescriptionvoid
ImageGrid.processCells
(ImageGrid.ProcessCell<T> processor) Goes through every cell in the grid and passes in data to the processorvoid
ImageGrid.processCellsThreads
(ImageGrid.ProcessCell<T> processor) Same asImageGrid.processCells(boofcv.struct.ImageGrid.ProcessCell<T>)
but threaded.