rgbfcm=cast(o,class(y));
redPlane = y(:, :, 1).*rgbfcm;
greenPlane =y(:, :, 2).*rgbfcm;
bluePlane = y(:, :, 3).*rgbfcm;
fcmrgb = cat(3, redPlane,greenPlane, bluePlane);
Please tell me how to use these functionalities in Java.......
↧