Community Profile

photo

Christian


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Hi, I want to extract physical x and y coordinates from a jpeg image using imread
Here is some of my code. a=imread('stillSpin.jpeg'); image(a); R=a(:,:,1); G=a(:,:,2); B=a(:,:,3); It's a colored image,...

10 years ago | 0 answers | 0

0

answers