matlab - Inverse of rgb2ycbcr() in Octave? (No ycbcr2rgb) -


how convert output of rgb2ycbcr rgb in octave?
can't find ycbcr2rgb function in image package.

i finished rewriting rgb2ycbcr , implementing ycbcr2rgb octave's image package. part of next image package release (likely happen @ end of summer). clone image package repository or download individual functions manually:


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -