LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert binary image to color image

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.

Message 1 of 2
(3,222 Views)

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.)

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(3,210 Views)