Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はイメージ スティッチングにBoof CVライブラリを使用しており、これに従っています。
Androidで受け入れられるように、いくつかのデータ型とメソッドを変換する必要があります。
Android BoofCV でこれに相当するものが欲しい
T inputA = ConvertBufferedImage.convertFromSingle(imageA, null, imageType);
ここで、 imageAはビットマップ イメージです。
ConvertBitmap を見てください。必要なすべての機能が含まれています。