私のコードは次のようになります。
// 10 rows and 2 cols matrix.
CvMat* results = cvCreateMat(10, 2, CV_32FC1);
// Some operations ...
ann->predict(samples, results);
// How to print out the **results** ?
このための C++ API はありますか?
私のコードは次のようになります。
// 10 rows and 2 cols matrix.
CvMat* results = cvCreateMat(10, 2, CV_32FC1);
// Some operations ...
ann->predict(samples, results);
// How to print out the **results** ?
このための C++ API はありますか?