get coordination of a plotted graph.
1 回表示 (過去 30 日間)
古いコメントを表示
Dear guys;
Below image is generated using this code;
I=bc;
corners = detectHarrisFeatures(I);
[features, valid_corners] = extractFeatures(I, corners);
plot(valid_corners);
someone please guide me how to get the coordination of these points, else using Douglas_peuker algorithm how can i generate support points.
any assist will be appreciated.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158567/image.jpeg)
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!