Be carefull that using filter and binary operation changes the values of the pixels in the image. Save the raw image first to keep the raw data.
Filter
Pixel by pixel operation that will be done on your image. Filter will be operation that compute the values of the neighbouring pixels
All information about the filters can be found here
Binary operations
Operation that can be done on binary (black and white) images.
All information about the binary operations can be found here
comments powered by Disqus