Ask Your Question

Strahinja's profile - activity

2019-02-19 09:32:41 -0600 answered a question Meaning of "position of mapped points" in cv::cuda::meanShiftProc()

The mean shift algorithm has been laid out in D. Comanciu and P. Meer, IEEE Trans. on Pattern Analysis and Machine Intel

2018-12-21 11:04:42 -0600 edited answer Building OpenCV with CUDA (Win10, VS 2017)

The lines of code that you list correspond to the present HEAD of the master branch, where these lines have recently bee

2018-12-21 11:03:49 -0600 received badge  Editor (source)
2018-12-21 11:03:49 -0600 edited answer Building OpenCV with CUDA (Win10, VS 2017)

The lines of code that you list correspond to the present HEAD of the master branch, where these lines have recently bee

2018-12-21 11:02:52 -0600 answered a question Building OpenCV with CUDA (Win10, VS 2017)

The lines of code that you list correspond to the present HEAD of the master branch, where these lines have recently bee

2018-12-21 08:57:28 -0600 commented question Meaning of "position of mapped points" in cv::cuda::meanShiftProc()

Thanks for your comment. As I understand, cv::remap performs a (2D) geometrical transformation of the image, as opposed

2018-12-21 08:03:40 -0600 commented question Meaning of "position of mapped points" in cv::cuda::meanShiftProc()

Thanks for your comment. As I understand, cv::remap performs a (2D) geometrical transformation of the image, as opposed

2018-12-21 05:50:03 -0600 asked a question Meaning of "position of mapped points" in cv::cuda::meanShiftProc()

Meaning of "position of mapped points" in cv::cuda::meanShiftProc() I am presently using and very satisfied with the imp