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.
Android で opencv を学習しています。Mat クラスを試して、マトリックスをランダムに設定し、そのエントリを出力したいと考えています。でもやり方がわからず、何度も失敗してしまいました… AndroidパッドとAIDEを使ってプログラムを実行しています。
例を示して助けてもらえますか?ありがとうございました。
Mat myMat; //do u work on myMat myMat.dump();//when you want to display the matrix