Alternative to imread of Image processing toolbox
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, Is there an alternative to read an image (i.e imread("image.jpg") without using the Image processing toolbox ? Thanks
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2013년 2월 11일
편집: Azzi Abdelmalek
2013년 2월 11일
imread is not from Image processing toolbox. You can find it in Matlab
추가 답변 (1개)
Image Analyst
2013년 2월 11일
Sure, if you want to write your own reader, which I've done for some special "raw" files. But if you have just regular image file, just use imread() - it's not in the Image Processing Toolbox. Type "imformats" on the command line to check for your file type.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!