Ask Your Question

vchill's profile - activity

2020-08-27 02:40:02 -0600 edited question Unable to include a new cuda kernel in opencv_contrib

Unable to include a new cuda kernel in opencv_contrib Hi i am trying to add some functionality in a .cpp file which wil

2020-08-27 02:38:05 -0600 received badge  Editor (source)
2020-08-27 02:38:05 -0600 edited question Unable to include a new cuda kernel in opencv_contrib

Unable to include a new cuda kernel in opencv_contrib Hi i am trying to add some functionality in a .cpp file which wil

2020-08-27 02:36:38 -0600 asked a question Unable to include a new cuda kernel in opencv_contrib

Unable to include a new cuda kernel in opencv_contrib Hi i am trying to add some functionality in a .cpp file which wil

2020-08-21 06:06:48 -0600 received badge  Famous Question (source)
2020-07-05 01:15:55 -0600 commented question Unable to build opencv on windows

It happens with both release and debug builds.

2020-07-05 01:14:33 -0600 received badge  Enthusiast
2020-07-04 13:01:54 -0600 commented question Unable to build opencv on windows

Its while building opencv library. Please open the google doc link for full error log.

2020-07-04 09:32:18 -0600 commented question Unable to build opencv on windows

Its opencv master repo from github. I am using visual studio 2015 Full error log : https://docs.google.com/document/d/1_

2020-07-04 07:05:56 -0600 asked a question Unable to build opencv on windows

Unable to build opencv on windows Hi i am trying the script to build opencv on windows from here : https://docs.opencv.

2019-12-24 08:29:05 -0600 received badge  Notable Question (source)
2019-10-16 13:15:44 -0600 received badge  Popular Question (source)
2019-09-18 09:55:29 -0600 commented question how to make API calls in opencv python cuda based optical flow?

I did that and i copied generated cv2 in usr/local/lib/python3/dist-packages and i was able to import cv2 Now i read 2

2019-09-18 09:10:28 -0600 asked a question how to make API calls in opencv python cuda based optical flow?

how to make API calls in opencv python cuda based optical flow? I am writing a sample app which takes 2 images as inputs

2019-05-29 11:41:12 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

Sounds fine. But at the end, anyway i need to link cuda.lib. I dont have any other choice. Thanks @cudawarped for help

2019-05-29 04:09:05 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

I can initially call runtime API's and then call cuCtxGetCurrent() But cuCtxGetCurrent() is again a driver API which wil

2019-05-29 04:03:37 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

But cuCtxGetCurrent() is again a driver API which will lead to unresolved symbol error.

2019-05-28 05:41:49 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

Yes. i am adding a functionality in opencv_contrib in optical flow section. For my code to work, i need the cuda context

2019-05-28 05:07:26 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

If i push my code into opencv repo then cuda.lib needs to be automatically linked rather than i adding -lcuda or adding

2019-05-27 23:55:19 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

Yes. I get link errors "unresolved external symbol cuCtxCreate" .So in windows, since the opencv solution file is create

2019-05-27 23:54:32 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

Yes. I get link errors "unresolved external symbol cuCtxCreate" .So in windows, since the opencv solution file is create

2019-05-27 23:49:18 -0600 commented question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

Yes. I get link errors "unresolved external symbol cuCtxCreate" .So in windows, since the opencv solution file is create

2019-05-27 11:36:49 -0600 asked a question Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library?

Is there any function to create cuda context in opencv similar to what cuCtxCreate does from cuda library? I am developi

2019-03-31 14:21:54 -0600 commented answer CUDA : OpenCV requires enabled 'cudev' module from 'opencv_contrib'

yes. I am building from master. Il move to github. Thanks

2019-03-31 13:59:56 -0600 commented answer CUDA : OpenCV requires enabled 'cudev' module from 'opencv_contrib'

I was actually building opencv for C++ application. And i got it build a week ago from the script i mentioned, but this

2019-03-31 11:14:24 -0600 asked a question CUDA : OpenCV requires enabled 'cudev' module from 'opencv_contrib'

CUDA : OpenCV requires enabled 'cudev' module from 'opencv_contrib' Hi I am new to opencv and i am building opencv on w