Community Profile

photo

Jaja


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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,...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 4 answers | 0

4

answers