Ask Your Question

Gilal Nauman's profile - activity

2019-11-24 21:32:28 -0600 asked a question How to replace the following opencv C api code into opencv c++ new api.

How to replace the following opencv C api code into opencv c++ new api. here is my code just help for replacing bellow l

2019-11-24 21:21:38 -0600 asked a question i have project which is implemented old opencv 1 C api i want to convert into new opencv c++ api. can any body help me how to convert codebook method into new opencv c++ api.

i have project which is implemented old opencv 1 C api i want to convert into new opencv c++ api. can any body help me h

2019-11-24 21:21:38 -0600 asked a question i have project which is implemented old opencv 1 C api i want to convert into new opencv c++ api. can any body help me how to convert codebook method into new opencv c++ api.

i have project which is implemented old opencv 1 C api i want to convert into new opencv c++ api. can any body help me h

2019-11-21 20:33:52 -0600 received badge  Necromancer (source)
2019-11-21 08:40:45 -0600 answered a question I have the codes for live video and finding contours separately.I would like to know how both the codes can be stitched together to find contours in a live video

You can find the contours after your final result and your final operation is blur() after blur operation you can do cod

2019-11-13 02:28:36 -0600 asked a question Hello, I am begginer with opencv c++ i have old code written in opencv 2 i want to change it .how can i change this cvConvert(Iplimage1, iplimage2); into new opencv c++ api.

Hello, I am begginer with opencv c++ i have old code written in opencv 2 i want to change it .how can i change this cvCo

2019-11-13 02:28:35 -0600 asked a question Hello, I am begginer with opencv c++ i have old code written in opencv 2 i want to change it .how can i change this cvConvert(Iplimage1, iplimage2); into new opencv c++ api.

Hello, I am begginer with opencv c++ i have old code written in opencv 2 i want to change it .how can i change this cvCo

2019-11-11 02:49:14 -0600 asked a question how to change the following code into new opencv c++ api. convert Iplimage* into mat and how to convert cvCreateImage into mat

how to change the following code into new opencv c++ api. convert Iplimage* into mat and how to convert cvCreateImage in

2019-11-08 23:45:01 -0600 received badge  Enthusiast
2019-11-02 01:35:43 -0600 commented question Convert the old code opencv 2.0 C++ visual studio to new api of opencv c++.

can you help to convert this code to new api i have tried but still no success

2019-10-31 08:53:04 -0600 asked a question Convert the old code opencv 2.0 C++ visual studio to new api of opencv c++.

hi, I have the old code opencv 2.0 C++ visual studio. now i am running on new api of opencv c++ found the many errors pl