Ask Your Question

prabhakarMP's profile - activity

2020-03-04 03:01:17 -0600 commented answer How to copy cv::Mat *img to cv::Mat img

@berak Thank you Berak, I got some problem even after deference the pointer so I thought I am missing something. In Dark

2020-03-04 02:13:01 -0600 commented answer How to copy cv::Mat *img to cv::Mat img

@berak Hi Berak Thanks for your suggestion. Actually that function used in Darknet YOLO object detection I cant change t

2020-03-04 01:02:15 -0600 edited question How to copy cv::Mat *img to cv::Mat img

How to copy cv::Mat *img to cv::Mat img Hi I have started exploring something in Darkent YOLO object detection. Where Vi

2020-03-04 00:59:28 -0600 asked a question How to copy cv::Mat *img to cv::Mat img

How to copy cv::Mat *img to cv::Mat img Hi I have started exploring somthing in Darkent YOLO object detection. Where Vid

2020-02-05 07:13:11 -0600 asked a question How to run a for loop with vector<Point2f> type variable in GPU

How to run a for loop with vector<point2f> type variable in GPU Hi I wan to process some data of variable vector&

2020-02-05 07:11:04 -0600 edited question How to run a for loop with vector<Point2f> type variable in GPU

How to run a for loop with vector<point2f> type variable in GPU Hi I wan to process some data of variable vector&

2020-02-05 07:10:19 -0600 asked a question How to run a for loop with vector<Point2f> type variable in GPU

How to run a for loop with vector<point2f> type variable in GPU Hi I wan to process some data of variable vector&

2020-02-05 07:05:11 -0600 edited question How to reduce no of frames or processing speed in opencv C++

How to reduce no of frames or processing speed in opencv C++ HI I am using 30fps video but the processing speed getting

2020-02-05 07:05:07 -0600 edited question How to reduce no of frames or processing speed in opencv C++

How to reduce no of processing speed in opencv C++ HI I am using 30fps video but the processing speed getting reduced.

2019-06-24 06:24:04 -0600 edited question How to run Opencv with GPU code

How to run Opencv with GPU code Hi, I am running below code /* OpenCV2: Thresholding using GPU */ using namespace std

2019-06-24 06:23:04 -0600 edited question How to run Opencv with GPU code

How to run Opencv with GPU code Hi, I am running below code /* OpenCV2: Thresholding using GPU */ using namespace std

2019-06-24 06:22:19 -0600 asked a question How to run Opencv with GPU code

How to run Opencv with GPU code Hi, I am running below code /* OpenCV2: Thresholding using GPU */ using namespace std

2019-05-08 06:38:58 -0600 edited question Creating Mat object

Creating Mat object Hi, I want to create below type Mat object Mat(Size size, int type, void* data, size_t step=AUTO_S

2019-05-08 06:38:34 -0600 asked a question Creating Mat object

Creating Mat object Hi, I want to create below type Mat object Mat(Size size, int type, void* data, size_t step=AUTO_S

2019-01-02 07:59:21 -0600 edited question How to run IPC for two application using single camera for Iplimage

How to run IPC for two application using single camera for Iplimage Pls find my Server and client and please let me know

2019-01-02 07:58:04 -0600 asked a question How to run IPC for two application using single camera for Iplimage

How to run IPC for two application using single camera for Iplimage Pls find my Server and client and please let me know

2018-11-26 01:34:50 -0600 asked a question Choosing GPU for CUDA libraries

Choosing GPU for CUDA libraries Hi, I want to buy a laptop particularly for Opencv applications using CUDA. Where Nvid

2018-11-21 06:45:31 -0600 commented question CUDA hough line detection

It will be great if I get any help!!!!!!!!

2018-11-20 01:30:56 -0600 received badge  Enthusiast
2018-11-19 06:09:33 -0600 edited question CUDA hough line detection

CUDA hough line detection Hi, I want detect hough lines in a binary image using CUDA functions. But I am little confus

2018-11-19 06:08:36 -0600 asked a question CUDA hough line detection

CUDA hough line detection Hi, I want detect hough lines in a binary image using CUDA functions. But I am little confus

2018-11-19 06:08:33 -0600 asked a question CUDA hough line detection

CUDA hough line detection Hi, I want detect hough lines in a binary image using CUDA functions. But I am little confus

2018-10-22 08:20:43 -0600 commented question Error during SimpleBlobDetector execution using opencv

@berak I am not linking opencv release libs to a debug build. Trying with opencv debug libs to a debug build. Not gettin

2018-10-22 08:19:20 -0600 commented question Error during SimpleBlobDetector execution using opencv

@berak I am not linking opencv release libs to a debug build. Trying with opencv debug libs to a debug build. Not gettin

2018-10-22 08:16:15 -0600 commented question Error during SimpleBlobDetector execution using opencv

@berak I am not linking opencv release libs to a debug build. Trying with opencv debug libs to a debug build. Not gettin

2018-10-22 08:14:33 -0600 commented question Error during SimpleBlobDetector execution using opencv

@berak I am not linking opencv release libs to a debug build. Trying with opencv debug libs to a debug build. Not gettin

2018-10-22 00:12:38 -0600 commented question Error during SimpleBlobDetector execution using opencv

@berak If I link libs incorrectly I will get compiling error. I can able to build successfully. Getting error when run t

2018-10-18 06:52:13 -0600 edited question Error during SimpleBlobDetector execution using opencv

Error during SimpleBlobDetector execution using opencv Hi, I tried to run the below code for blob detection and provide

2018-10-18 06:51:30 -0600 edited question Error during SimpleBlobDetector execution using opencv

Error during SimpleBlobDetector execution using opencv Hi, I tried to run the below code for blob detection and provide

2018-10-18 06:50:24 -0600 edited question Error during SimpleBlobDetector execution using opencv

Error during SimpleBlobDetector execution using opencv Hi, I tried to run the below code for blob detection and provide

2018-10-18 06:49:31 -0600 received badge  Editor (source)
2018-10-18 06:49:31 -0600 edited question Error during SimpleBlobDetector execution using opencv

Error during SimpleBlobDetector execution Hi, I tried to run the below code for blob detection and provided the input w

2018-10-18 06:48:00 -0600 asked a question Error during SimpleBlobDetector execution using opencv

Error during SimpleBlobDetector execution Hi, I tried to run the below code for blob detection and provided the input w

2017-09-01 00:08:01 -0600 asked a question How to reduce no of frames or processing speed in opencv C++

How to reduce no of processing speed in opencv C++ HI I am using 30fps video but the processing speed getting reduced.