Ask Your Question

Naser's profile - activity

2020-11-14 17:09:58 -0600 asked a question Mat of int64

Mat of int64 Hellow everybody. I have an array of tensorflow::int64 numbers like this : tensorflow::int64 data[10] =

2020-09-22 07:27:46 -0600 marked best answer Mat of int64

Hellow everybody. I have an array of tensorflow::int64 numbers like this :

tensorflow::int64 data[10] = {1,2,3,4,5,7,8,9,10,11}

now i want to initialize a Mat with this array , but opencv doesn't support CV_64SC1 or int64 datatype. can anybody help me how can create a Mat of int64 datatype and initialize it with this array ? Thank you in advance.

2020-09-19 03:47:03 -0600 commented question How can we specify maxVal and minVal in edge detection

Whats your mean by maxval or minval ? What do you are looking for ?

2020-09-17 10:03:17 -0600 answered a question Saving a Video with OpenCV from webcam without showing video on monitor

Saving video is not depend on the imshow function.I think you have an other issue. Can you give us more information abou

2020-09-16 07:56:24 -0600 edited answer Signature Segmentation

This is what i have done on your first image , i haven't test it on others. #include <iostream> #include <open

2020-09-16 07:53:34 -0600 edited answer Signature Segmentation

This is what i have done on your first image , i haven't test it on others. #include <iostream> #include <open

2020-09-16 07:52:08 -0600 answered a question Signature Segmentation

This is what i have done on your first image , i haven't test it on others. #include <iostream> #include <open

2020-09-15 06:34:12 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toolkit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 06:33:49 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toolkit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 06:33:30 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toolkit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 06:32:19 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toolkit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 06:31:58 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toolkit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 06:30:59 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toolkit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 06:30:30 -0600 commented answer OpenCV GPU without compiling ?

I tested it on ubuntu 20.04 but there is some issues in cuda toollit installing in ubuntu 20.04. So i couldn't configure

2020-09-15 03:26:07 -0600 edited answer OpenCV GPU without compiling ?

You need to build opencv with cuda support from source. You can find a nice solution in this link : build opencv with cu

2020-09-15 03:16:48 -0600 answered a question OpenCV GPU without compiling ?

You need to build opencv with cuda support from source. You can find a nice solution in this link : build opencv with cu

2020-09-15 03:11:12 -0600 received badge  Critic (source)
2020-09-15 02:34:37 -0600 commented question Mat of int64

@Der Luftmensch Yes , this is actually what is needed , i got the correct answer, Thank you so much sir.

2020-09-14 16:19:05 -0600 commented question Mat of int64

Yes i tested casting in tensorflow c++ api and it reduces process speed significantly. My original array is a pointer of

2020-09-14 13:16:34 -0600 commented question Mat of int64

@Der Luftmensch thanks for your answer and sorry for delay in my answer. Casting in tensorflow takes a while and i can'

2020-09-05 09:10:17 -0600 received badge  Student (source)
2020-09-05 03:23:08 -0600 received badge  Editor (source)
2020-09-05 03:23:08 -0600 edited question Mat of int64

Mat of int64 Hellow everybody. I have an array of tensorflow::int64 numbers like this : tensorflow::int64 data[10] =

2020-09-04 17:45:05 -0600 asked a question Mat of int64

Mat of int64 Hellow everybody. I have an array of tensorflow::int64 numbers like this : tensorflow::int64 data[10] =

2018-02-16 07:56:46 -0600 commented question creating opencv dll from vc++ project an use in c# and delphi

I have same problem Can any body guid me??

2017-07-26 15:28:16 -0600 received badge  Enthusiast
2017-07-09 15:20:46 -0600 answered a question How to use KNearest and ANN in OpenCV 3.0

Hi, I got this error when running code showing upper. Can any body help me to solve it??

C:\fakepath\Capture.PNG