extraction of pixel values of image

2 visualizzazioni (ultimi 30 giorni)
Smruti Khobragade
Smruti Khobragade il 24 Gen 2020
Hello
i want to extract the pixels values of image attached and store it in array or matrix?
  3 Commenti
Smruti Khobragade
Smruti Khobragade il 29 Gen 2020
i wanted to get the highest pixel values of black color to compare it with anothe images highest black color pixel values

Accedi per commentare.

Risposte (1)

Jose Jeremias Caballero
Jose Jeremias Caballero il 24 Gen 2020
Modificato: Jose Jeremias Caballero il 24 Gen 2020
>> a=imread('image.jpeg');
>> read1=a(:,:,1);
>> green1=a(:,:,2);
>> blue1=a(:,:,3);
  3 Commenti
Smruti Khobragade
Smruti Khobragade il 29 Gen 2020
hello,image analyst
sir can u help me in another question i posted
Thankyou .

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by