02-25-2016 07:05 AM
hello everyone,
i converted my rgb to binary image( which i got after thresholding the color image) but now i would like to convert back the threshold image to color image i.e: i would like to reverse the process.
can any one help with their ideas.
02-25-2016 07:16 AM - edited 02-25-2016 07:17 AM
Once you throw away data, any reassembly is going to be a "best guess". With a binary image, you've thrown out most of the color data, so I can't imagine reconstructing a meaningful color image from that.
Photography has taught me always to save the raw data. Building test applications have taught me the same thing. Never throw away the raw data. (For instance, don't just save a picture of a graph - the picture of the graph goes in your report. The data that produced the graph goes into an archive.)