how to extract x y data and coordinate pixel value and location from an image using MATLAB
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm having a image which used to get x and y values easily someone please help them out!!!!
댓글 수: 0
답변 (1개)
Walter Roberson
2016년 7월 11일
You have a number of options. See https://www.mathworks.com/matlabcentral/fileexchange/?term=tag%3A%22digitize%22
Note: extracting the data is much easier if you have the data used to create the image. Second best is if the image is really a MATLAB figure with a plot() or patch() or surf() that the data can be extracted from. The contributions in the File Exchange are for the case where you are starting with an image file such as a .PNG or .JPG
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!