0
OctaveでファイルmyFile.bmp
を読む必要がありますが、動作しません。Octave imread bmpファイル
私が持っている:
- のUbuntu 15.04
- Ocatve 3.8.2
- ImageMagickの8:6.8.9.9-5
私はimread('myFile.bmp')
を実行すると、私はこの取得:
octave:10> imread ("myFile.bmp")
error: imread: invalid image file: /usr/lib/x86_64-linux-gnu/octave/3.8.2/oct/x86_64-pc-linux-gnu/__magick_read__.oct: failed to load: /usr/lib/x86_64-linux-gnu/octave/3.8.2/oct/x86_64-pc-linux-gnu/__magick_read__.oct: undefined symbol: _ZN6Magick5ColorC1Ehhh
error: called from:
error: /usr/share/octave/3.8.2/m/image/private/__imread__.m at line 181, column 7
error: /usr/share/octave/3.8.2/m/image/private/imageIO.m at line 66, column 26
error: /usr/share/octave/3.8.2/m/image/imread.m at line 107, column 30
を実行すると、私は同じエラーが発生します。