私はzxingライブラリを使用しています
zxing 2.1 依存関係を追加した後にコンパイル時エラーが発生する次のコード
MonochromeBitmapSource source = new BufferedImageMonochromeBitmapSource(bufferedImage);
私はそれを
LuminanceSource lumiancesource = new BufferedImageLuminanceSource(bufferedImage);
BinaryBitmap source = new BinaryBitmap(new GlobalHistogramBinarizer(lumiancesource));
正解です????? プロジェクトはまだ他のコンパイルエラーにあるため、実行およびチェックできないため、助けが必要です。
親切に提案してください。
ありがとう