Image Op Pipeline
An image operation pipeline runs various operations onto an image such as scaling, thresholding, inverting, padding etc. The pipeline can be built with a builder style API Operations are applied in the order they are called in the builder API
Constructors
Functions
Link copied to clipboard
Inverts the colors of an image
Link copied to clipboard
Scale an image by a factor of factor
Link copied to clipboard
Thresholding an image will convert the image to a black and white image
Link copied to clipboard
Run the pipeline and return the final image as a BufferedImage