Ask Your Question
-1

reverse thresholding

asked 2013-02-08 16:55:15 -0600

soheil1365 gravatar image

Hi my friend

IS it possible in opencv to extract the original image from the thresholded of that?

I am going to put a button in my application which has 2 states...with its pressing ,threshold the image, with pressing it again original image is shown to me?

is it possible to do that?

thanks in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
4

answered 2013-02-08 17:04:31 -0600

berak gravatar image

updated 2013-02-08 17:08:37 -0600

you can't ever get back the information lost in the thresholding pass.

so, what about caching both ( original / thresholded )

and let the button just toggle between 2 different 'views' ?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-08 16:55:15 -0600

Seen: 812 times

Last updated: Feb 08 '13