I have a binarized image to which i add noise and then try to filter out the noise using various thresholding algorithms such as otsu and niblack.How can i compare the resultant image with the original image so as to find the percentage error that exists between the two??
the original image is as such:
and the resultant image is:
I need a way to find the percentage error that is present.


