Info
This question is closed. Reopen it to edit or answer.
Points of image selected.
1 view (last 30 days)
Show older comments
Hi, this my coding example a = imread('snake1.jpg'); imshow(a); x = roipoly(a); figure, imshow(x);
then after that i would like to set one point to use in a formula of mean-variance moving window operation. How can i do?
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!