Skip to main content
Solved

Change from RGB to HSV or Ycbcr

  • July 17, 2015
  • 3 replies
  • 120 views

Looking to do histogram matching. From research, the preference is to be in a color space with intensity, therefore HSV or YCbCr. I've tried RGB matching but on the darker sets of satellite images, it does not match well when its 'brightness' increases. 

 

 

Is there something I can do/use in FME to convert from RGB to HSV ?

 

Can I do this in python? Read in a feature and output a HSV image?

Best answer by helmoet

hi @pat8037, may be you get some inspiration from this website: http://www.rapidtables.com/convert/color/rgb-to-hsv.htm. I also attached a workbench implementation. Just a bunch of AttributeCreators, basically.

transformcolorrgb-hsv.fmw

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

helmoet
Forum|alt.badge.img+8
  • 195 replies
  • Best Answer
  • August 4, 2017

hi @pat8037, may be you get some inspiration from this website: http://www.rapidtables.com/convert/color/rgb-to-hsv.htm. I also attached a workbench implementation. Just a bunch of AttributeCreators, basically.

transformcolorrgb-hsv.fmw


kdrygalski
Contributor
Forum|alt.badge.img+2
  • Contributor
  • 7 replies
  • December 19, 2019

hi @pat8037, may be you get some inspiration from this website: http://www.rapidtables.com/convert/color/rgb-to-hsv.htm. I also attached a workbench implementation. Just a bunch of AttributeCreators, basically.

transformcolorrgb-hsv.fmw

Hi, can You republish this workbench?


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • December 20, 2019

Hi, can You republish this workbench?

@kdrygalski - Here it is: 9912-transformcolorrgb-hsv.fmw

Tip: If you find a bad link like this, use right click > download and it should work.