私は 1 時間 Google を調べましたが、CV_MAT_MAGIC_VAL には何も出てきませんでした
struct CvMat
A multi-channel dense matrix.
int type
CvMat signature (CV_MAT_MAGIC_VAL) plus type of the elements. Type of the matrix elements can be retrieved using CV_MAT_TYPE macro:
int type = CV_MAT_TYPE(matrix->type);
For description of possible matrix elements, see Mat.
しかし、署名とは...この部分の簡単な説明を使用するCvMat signature (CV_MAT_MAGIC_VAL) plus type of the elements.
か、オンラインリソースも投稿できる場合は、私のような他の人がopencvのこの部分に関する情報なしで立ち往生することはありません...CV_MAT_TYPE
マトリックスを取得することを知っています入力しますが...