Yolo_mark icon indicating copy to clipboard operation
Yolo_mark copied to clipboard

SparseKeyEx

Open univmalik opened this issue 5 years ago • 0 comments

This line in main.cpp is causing problems

sync_PyrLKOpticalFlow = cv::SparsePyrLKOpticalFlow::create();

and also the error Error C2039 'SparsePyrLKOpticalFlow': is not a member of 'cv' yolo_mark C:\Users\Malik\Downloads\Yolo_mark-master\main.cpp

So what's going on? Also Sparsekey requires CUDA? On opencv website it shows as cv::cuda::SparsePyrLKOpticalFlow Class Reference

I don't have CUDA installed on this computer since I don't have a GPU.

univmalik avatar Jun 13 '19 01:06 univmalik