Ask Your Question

Chandra Sekar's profile - activity

2020-04-21 00:16:35 -0600 received badge  Notable Question (source)
2020-01-15 13:30:09 -0600 received badge  Popular Question (source)
2018-08-03 05:25:08 -0600 marked best answer How does OpenCV support for Python?

I know OpenCV supports python language for the users to access their modules.

But my question is how do they do, like

For Ex: They have open() API in the VideoCapture class which can be accessed either in c++ or python, but they have written the source code only in the c++ language. How do they do this conversion and where they were doing this conversion?

My question is how do they create in c++ and can give the support in python?

Thanks in Advance for the answer..

2018-08-03 05:25:05 -0600 commented answer How does OpenCV support for Python?

Super berak, Thanks for the help. The problem is solved. long int was the problem. Changing it to normal int does the tr

2018-08-03 03:31:25 -0600 commented answer How does OpenCV support for Python?

Thanks, but i have added the CV_WRAP before my new API, but still while building OpenCV including python, but it shows m

2018-08-03 03:11:55 -0600 commented answer How does OpenCV support for Python?

Thanks for this. If i wanted to add a new API in c++ in Videoio Module, say for example get() method with different numb

2018-08-03 02:20:07 -0600 asked a question How does OpenCV support for Python?

How does OpenCV support for Python? I know OpenCV supports python language for the users to access their modules. But m

2018-04-03 04:54:58 -0600 commented question Cmake cross platform Execution Problems?

Check here the macros will be defined as #ifdef CAP_VFW or CAP_V4L , etc. Here, check with the cvCreateCameraCapture

2018-04-03 04:54:31 -0600 commented question Cmake cross platform Execution Problems?

Here the macros will be defined as #ifdef CAP_VFW or CAP_V4L , etc. Here, check with the cvCreateCameraCapture functio

2018-04-03 03:45:25 -0600 commented question Cmake cross platform Execution Problems?

i made certain changes in the opencv code and compiled in the linux, it works fine. When Cmake'ing the same code in wind

2018-04-03 03:21:04 -0600 edited question Cmake cross platform Execution Problems?

Cmake cross platform Execution Problems? I've downloaded the opencv code from the github and executed the code using Vis

2018-04-03 03:14:33 -0600 edited question Cmake cross platform Execution Problems?

Cmake cross platform Execution Problems? I've downloaded the opencv code from the github and executed the code using Vis

2018-04-03 03:14:18 -0600 edited question Cmake cross platform Execution Problems?

Cmake cross platform Execution Problems? I've downloaded the opencv code from the github and executed the code using Vis

2018-04-03 03:13:06 -0600 edited question Cmake cross platform Execution Problems?

Cmake cross platform Execution Problems? I've downloaded the opencv code from the github and executed the code using Vis

2018-04-03 03:12:34 -0600 asked a question Cmake cross platform Execution Problems?

Cmake cross platform Execution Problems? I've downloaded the opencv code from the github and executed the code using Vis

2018-03-07 06:28:23 -0600 asked a question What is the flow of execution of an videocapture class api is executed in linux?

What is the flow of execution of an videocapture class api is executed in linux? How does the open(int index), set(), ge

2018-02-22 02:54:16 -0600 commented question How to do Nightly Build to the OpenCV for Windows?

Sorry, but i don't understand on how the process will work down. It would be better, if the answers were more specific t

2018-02-22 01:09:56 -0600 commented question How to do Nightly Build to the OpenCV for Windows?

Sorry, but i don't understand on how the process will work down. Be more specific on the answers, thank you

2018-02-21 23:23:19 -0600 commented question How to do Nightly Build to the OpenCV for Windows?

Sorry, but i don't understand on how the process will work down. Be more specific on the answers, thankyu

2018-02-21 05:19:25 -0600 commented question How to do Nightly Build to the OpenCV for Windows?

It would be nice, if you were written the procedures stepwise, as i'm new to this one.

2018-02-21 05:01:25 -0600 commented question How to do Nightly Build to the OpenCV for Windows?

The purpose of nightly build steps is for testing the unit test cases created. If it would be more specific and clearer

2018-02-21 04:16:05 -0600 asked a question How to do Nightly Build to the OpenCV for Windows?

How to do Nightly Build to the OpenCV for Windows? I'm new to this OpenCV Library. I would like to know how to do the n

2018-02-12 03:28:11 -0600 commented question How to do Unit Test in OpenCv?

Nope. As you said, those are .cpp test files, but my doubt is the flow in which i have to do for the unit case of the AP

2018-02-11 23:59:02 -0600 asked a question How to do Unit Test in OpenCv?

How to do Unit Test in OpenCv? I'm new to OpenCV. I have introduced a new API in VideoCapture Class. To do Unit Testing

2018-01-31 08:39:50 -0600 marked best answer How to do Unit testing in OpenCV?

OpenCV v3.3.1:

Say for example, there is an API named get/set in VideoCapture Class, how to unit test that API?

There is Code for doing unit testing the get/set API's in doTEST() of doTEST() function in this link

I would like to Know, how to run this test case?

If there is Any possible way to add a new test case in this code, and would like to test on that? Also, is there any excel sheet saved for this output of the unit testing.?

My TRY: Making OpenCV_videoio.cpp as startup project and building, running. ocl_test.cpp from openCvCode Reference for initial running runs and shows me in Command Line, that too without my knowledge it closes, as it is finished executing.

So, please let me know how to do this testing in the opencv(unit testing) for an API check? Thanks in Advance...

2018-01-31 08:39:50 -0600 received badge  Scholar (source)
2018-01-31 06:44:25 -0600 commented question How to do Unit testing in OpenCV?

i've edited little bit with some broad explaination, i think this will help you with what problem i'm facing..

2018-01-31 06:40:11 -0600 edited question How to do Unit testing in OpenCV?

How to do Unit testing in OpenCV? OpenCV v3.3.1: Say for example, there is an API named get/set in VideoCapture Class,

2018-01-31 02:18:26 -0600 commented question How to do Unit testing in OpenCV?

yeah, i have been checking that one also, but how to run the test_accuracy and test_performances in the openCV, i could

2018-01-31 02:17:29 -0600 commented question How to do Unit testing in OpenCV?

yeah, i have been checking that one also, but how to run the test_accuracy and test_performances in the openCV, i could

2018-01-31 02:17:05 -0600 commented question How to do Unit testing in OpenCV?

yeah, i have been checking that one also, but how to run the test_accuracy and test_performances in the openCV, i could

2018-01-31 02:16:24 -0600 commented question How to do Unit testing in OpenCV?

yeah, i have been checking that one also, but how to run the test_accuracy and test_performances in the openCV, i could

2018-01-31 01:28:37 -0600 asked a question How to do Unit testing in OpenCV?

How to do Unit testing in OpenCV? In OpenCV v3.3.1, there is a certain module test accuracy and test performance, i Woul

2018-01-31 01:25:12 -0600 received badge  Enthusiast
2017-12-14 23:42:59 -0600 commented question Trying to create a New a Api in OpenCv in Windows?

Yeah, I Rebuilded after my changes. Except the opencv_videoio331.dll , every other dlls were ended up in the debug/relea

2017-12-14 07:14:50 -0600 edited question Trying to create a New a Api in OpenCv in Windows?

Trying to create a New a Api in OpenCv in Windows? opencv_Videoio. Trying to Add a New Api in videocapture class.. Endi

2017-12-14 07:14:08 -0600 edited question Trying to create a New a Api in OpenCv in Windows?

Trying to create a New a Api in OpenCv in Windows? opencv_Videoio. Trying to Add a New Api in videocapture class.. Endi

2017-12-14 07:13:35 -0600 received badge  Editor (source)
2017-12-14 07:13:35 -0600 edited question Trying to create a New a Api in OpenCv in Windows?

Trying to create a New a Api in OpenCv in Windows? opencv_Videoio. Trying to Add a New Api in videocapture class.. Endi

2017-12-14 06:44:34 -0600 asked a question Trying to create a New a Api in OpenCv in Windows?

Trying to create a New a Api in OpenCv in Windows? opencv_Videoio. Trying to Add a New Api in videocapture class.. Endi