Searched refs:ImageProcessor (Results 1 – 2 of 2) sorted by relevance
54 public class ImageProcessor extends SequentialProcessor<TensorImage> { class55 private ImageProcessor(Builder builder) { in ImageProcessor() method in ImageProcessor148 public ImageProcessor build() { in build()149 return new ImageProcessor(this); in build()
56 import org.tensorflow.lite.support.image.ImageProcessor;61 // Create an ImageProcessor with all ops required. For more ops, please62 // refer to the ImageProcessor Architecture section in this README.63 ImageProcessor imageProcessor =64 new ImageProcessor.Builder()177 ## ImageProcessor Architecture179 The design of the `ImageProcessor` allowed the image manipulation operations to180 be defined up front and optimised during the build process. The `ImageProcessor`189 ImageProcessor imageProcessor =190 new ImageProcessor.Builder()