CppMT icon indicating copy to clipboard operation
CppMT copied to clipboard

Results 29 CppMT issues
Sort by recently updated
recently updated
newest added

ERROR: vector classes_fg; classes_fg.reserve(keypoints_fg.size()); for (size_t i = 0; i < keypoints_fg.size(); i++) { classes_fg.push_back(i); } Mat descs_fg; Mat descs_bg; descriptor->compute(im_gray, keypoints_fg, descs_fg); descriptor->compute(im_gray, keypoints_bg, descs_bg); RIGHT: Mat descs_fg; Mat...

I have been successfully integrated CppMT into Android using NDK. I wrote a two JNI Wrapper for initialize and processFrame. the camera is an OpenCV JavaCameraView. Everything seems to be...

Hello, for `cmt` and `kcf`, there are benchmarks for their performance comparison?

the error is ![image](https://cloud.githubusercontent.com/assets/23131833/21969855/91abf842-dbdc-11e6-90c3-c6a975041b49.png) the corresponding code is ![image](https://cloud.githubusercontent.com/assets/23131833/21969871/b939b8ea-dbdc-11e6-8b7e-12653253962c.png) if you know the reason,please tell me .Thank you !

Hi. I'm developing an iOS, Android application using CMT algorithm. But sometimes app crushed, when **nan error, fend error** occurs. This fixes handling error status. Thanks for creating the project,...

thanks for your great support , and this great library . also i want you to excuse me for my poor English . i`ve an issue when tracking an object...

Do you have some ideas about this?

It's not correct in saving active points. It may course crash