Need a equivalent function of imshow.
조회 수: 12 (최근 30일)
이전 댓글 표시
I want to show a snap on my UI. So I have to use imshow function. But I cant use because I dont have image processing toolbox. Can you please provide me a function equivalent to imshow.
댓글 수: 0
답변 (1개)
Amith Kamath
2011년 11월 17일
you could use the function
image
or
imagesc
but you need to take care of how the colors are represented. I believe both these functions are not part of the Image Processing toolbox.
댓글 수: 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!