필터 지우기
필터 지우기

probabilistic neural network images format

조회 수: 2 (최근 30일)
deniel munthe
deniel munthe 2012년 6월 8일
what the best images format for probabilistic data refrension? i'm have use .jgp. n have error.

채택된 답변

Walter Roberson
Walter Roberson 2012년 6월 8일
PBM and PGM can never return 3D (RGB) arrays like the ones that are causing you problems. Possibly that might be the case for CUR as well.
If your images are color then you are going to be reading in 3D arrays no matter which file format you use.
The correct question for you should not be which image file format to use, but rather how to deal with 3D (RGB) arrays when you get them.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by