Search found 25563 matches

by fmw42
2007-07-12T10:37:36-07:00
Forum: Users
Topic: Combining HSB back to RGB
Replies: 3
Views: 10652

Combining HSB back to RGB

Hi, I would very much like to separate an RGB image to HSB, process the B and/or S channels and then recombine them back to RGB looking like an enhanced version of the original. I have been able to do the first two steps successfully, but I can find no way to reverse the process and go from HSB chan...
by fmw42
2007-07-03T10:40:40-07:00
Forum: Developers
Topic: Histogram By Channel
Replies: 3
Views: 16762

Re: Histogram By Channel

Hello Anthony, Thanks for the reply. In my opinion the histogram should be presented channel by channel, individually, sorted by color value (0-255) or whatever is the scale. As for looking at the code, I am not much of a programmer. I know a little C, but have not done a lot of programming per se. ...
by fmw42
2007-07-02T17:26:34-07:00
Forum: Developers
Topic: Histogram By Channel
Replies: 3
Views: 16762

Histogram By Channel

I have generated a histogram of the red channel of the logo: image and find that the order of the histogram is not sequential with the color values. Seems to me that it might be a important that the listing of the histogram be properly ordered. For example if one wants to extract the count for the l...