MATLAB: Subtract each pixel from average pixel value

Image Processing Toolboxpixel subtraction

i have taken mean pixel value of an image and now i have to subtract from each pixel value of the image the average pixel value…how can i do it?

Best Answer

It seems deceptively simple...
Image-meanValue
Related Question