Feeds
질문
MATLAB: Tabulation of Image Pixel in excel
How can I tabulate an image pixel in excel (.xlsx) using Matlab codes. or How can I convert Image pixel to Matrix and tabulate t...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
Convert Grayscale Image to Color Image Using Matlab
From grayscale Image, how can I convert it to its original color. But not all the color. How can I convert it to its green, red,...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Convert an RGB image to grayscale but keep one color?
A = imread('C:\FFOutput\gdgf\B.jpg'); B = rgb2gray(A); figure(1),imshow(B); I have converted the image to a grayscale but d...
대략 11년 전 | 답변 수: 4 | 0