hello,
i tried to create a custom processing bloc by modifyong the edge-detection-processing-block and test it on color image.
When i read the raw_data matrix i always get a 2d image (gray level image) not a 3d image(color).
Why and how can i do to get a color image after reshape of raw_data matrix?
this my impulse project IMAGE
thanks an advance