[Insight-users] Convert RGB image to CIE-LUV

Kishore Mosaliganti kishoreraom at gmail.com
Thu Mar 11 09:00:27 EST 2010


Hi Nikolas,

I think you may want to look at using image adaptors to convert RGB pixels
into a vector of intensity values that can be modifed by the matrix to get a
new vector of values in CIE/LUV space.

http://www.itk.org/Doxygen/html/group__ImageAdaptors.html

Kishore

On Thu, Mar 11, 2010 at 5:54 AM, Nikolas S <aoratos22 at yahoo.gr> wrote:

> Hello all,
>
> I am new to itk so please be patient with me.
> I want to create a filter to convert a RGB image to a CIELUV colorspace
> image. In order to do that I need to multiply the RGB values with a matrix
> and the result with some other values.
> I realized the best way to do something like that is to copy an existing
> filter and just change the part I am interested in. I have trouble finding a
> suitable filter as a template. Could anyone give me a hint on how I can do
> this? Bear in mind that I'm still on the process of discovering how itk
> works.
>
> Regards,
> Nikolas Stathonikos
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100311/723e66d7/attachment.htm>


More information about the Insight-users mailing list