Franklin Prashanth C
VIT University
自 2018 起处于活动状态
Followers: 0 Following: 0
Student learning MATLAB.
Feeds
提问
how to get the xy oordinate of each pixel making up the white line?
<</matlabcentral/answers/uploaded_files/109421/Untitled.png>> I made a planar robot's dynamic model on simulink, now, how do ...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Finding x,y coordinates of pixel by RGB color value
How can I get these xy coordinate values, so that I can use it.? [rows, cols] = find(BW==1); or [rows, columns] = find(ma...
Finding x,y coordinates of pixel by RGB color value
How can I get these xy coordinate values, so that I can use it.? [rows, cols] = find(BW==1); or [rows, columns] = find(ma...
7 years 前 | 0
提问
if there is an object (say a line) in an image, how to find the xy coordinates of each pixel that makes the line?
<</matlabcentral/answers/uploaded_files/102061/c1.png>> The XY coordinate values of each pixel of the red line. Such that I c...
7 years 前 | 1 个回答 | 0