Alternative to imread of Image processing toolbox

조회 수: 2 (최근 30일)
Nia
Nia 2013년 2월 11일
Hi, Is there an alternative to read an image (i.e imread("image.jpg") without using the Image processing toolbox ? Thanks

채택된 답변

Azzi Abdelmalek
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
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.

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by