Mean and Std Values of RGB Image Table

Hi

I’m working on an image analytics project and have a table of images which I have split into RBG using the Splitter node. What is the best way to find out the mean value of each channel and also the std deviation of each image then for each column?

Regards

Brendan

Hi @brendanPdoherty -

You can use the Image Features node to calculate the first order statistics for images. A sample workflow might look something like this:

2020-01-03%2010_57_09-KNIME%20Analytics%20Platform

1 Like

Excellent thanks! I have the image features part but not the transpose so was then having to use the GroupBy node. Using the Transpose before the Image Features looks a lot better.

Regards

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.