Joelgranados / EcoIP

Scripts to Analyze Color Data
GNU General Public License v3.0
4 stars 0 forks source link

create pipe/method that creates a comparison of all color spaces. #21

Closed Joelgranados closed 12 years ago

Joelgranados commented 12 years ago

There are various ideas with this:

  1. Create a graph that contains all the histograms of each color component for foreground and background. There would be two columns: foreground and background. and there would be as many rows as color spaces.
  2. Same format as 1, but instead of histograms, we can output the histogram describing variables. Like mean and standard deviation.
  3. For each color component we output a number. This would represent the distance from the background histogram to the foreground histogram. (I like this one better).