CppMT
CppMT copied to clipboard
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  the corresponding code is  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