Ask Your Question

Ajay's profile - activity

2020-10-02 11:09:22 -0600 received badge  Popular Question (source)
2020-08-15 16:19:34 -0600 asked a question How to use polygonpointTest function for a polygon

How to use polygonpointTest function for a polygon I am trying to run polygonpoint test function for a polygon. My code

2020-08-15 16:19:32 -0600 asked a question How to use pointPolygonTest function for a polygon

How to use polygonpointTest function for a polygon I am trying to run polygonpoint test function for a polygon. My code

2020-08-07 11:46:18 -0600 edited question How to develop a model to detect a point crossed a line?

How to develop a model to detect a point crossed a line? How to develop a system which detects if a object crosses a lin

2020-08-07 11:45:13 -0600 edited question How to develop a model to detect a point crossed a line?

How to develop a model to detect a point crossed a line? How to develop a system which detects if a object crosses a lin

2020-08-07 11:45:02 -0600 commented answer How to develop a model to detect a point crossed a line?

@berek - added another complex case where camera is looking a hallway. I was not able to get math right on this. your ad

2020-08-07 10:34:14 -0600 commented answer How to develop a model to detect a point crossed a line?

thank you - If I am not able to find the crossing of the object in pixel co-ordinate means. I need to convert each detec

2020-08-07 10:07:56 -0600 commented answer How to develop a model to detect a point crossed a line?

thank you - so I need to convert each detected objects/tripline ROI to 3D co-ordinates ? Something like this https://www

2020-08-07 10:07:33 -0600 commented answer How to develop a model to detect a point crossed a line?

thank you - so I need to convert each detected object ROI to 3D co-ordinates . Something like this https://www.scratchap

2020-08-07 00:26:05 -0600 received badge  Popular Question (source)
2020-08-06 22:36:19 -0600 asked a question How to develop a model to detect a point crossed a line?

How to develop a model to detect a point crossed a line? How to develop a system which detects if a object crosses a lin

2018-01-18 12:21:40 -0600 received badge  Enthusiast
2018-01-12 12:49:45 -0600 edited question how to write NV12 byte buffer into a image using opencv?

how to write NV12 byte buffer into a image using opencv? Hi I want to save the NV12 video buffer into series of the imag

2018-01-12 12:47:54 -0600 asked a question how to write NV12 byte buffer into a image using opencv?

how to write NV12 byte buffer into a image using opencv? Hi I want to save the NV12 video buffer into series of the imag

2018-01-12 11:56:24 -0600 commented question How well OpenCV does support Windows Media foundation?

WMF, creates raw frames for video algorithm.Like how ffmpeg creates the raw frames. So its not about video algorithm, it

2018-01-08 16:08:00 -0600 edited question How well OpenCV does support Windows Media foundation?

How well OpenCV does support Windows Media foundation? Hi, I am trying to build the opencv with Microsoft media foundat

2018-01-08 13:41:44 -0600 edited question How well OpenCV does support Windows Media foundation?

OpenCV does support Windows Media foundation codecs? Hi, I am trying to build the opencv with Microsoft media codecs. T

2018-01-08 12:46:43 -0600 edited question How well OpenCV does support Windows Media foundation?

OpenCV does support Windows Media foundation codecs? Hi, I am trying to build the opencv with Microsoft media codecs. T

2018-01-08 12:45:39 -0600 asked a question How well OpenCV does support Windows Media foundation?

OpenCV does support Windows Media foundation codecs? Hi, I am trying to build the opencv with Microsoft media codecs. I

2018-01-08 05:46:19 -0600 received badge  Student (source)
2017-10-22 00:43:33 -0600 received badge  Critic (source)
2017-10-16 14:51:42 -0600 edited question What compiler flags make opencv even more faster?

What compiler flags make opencv even more faster? Our application is using opencv and ffmpeg; we want to build the openc

2017-10-16 14:30:09 -0600 edited question What compiler flags make opencv even more faster?

What compiler flags make opencv even more faster? Our application is using opencv and ffmpeg; we want to build the openc

2017-10-16 14:29:32 -0600 edited question What compiler flags make opencv even more faster?

What compiler flags make opencv even more faster? The application is using opencv and ffmpeg, we want to build the openc

2017-10-16 14:29:12 -0600 asked a question What compiler flags make opencv even more faster?

What compiler flags make opencv even more faster? The application is using opencv and ffmpeg, we want to build the openc

2017-10-16 12:08:32 -0600 received badge  Organizer (source)
2017-10-16 12:07:16 -0600 edited question How to enable hardware/GPU acceleration for ffmpeg in opencv?

How to get/enable hardware/GPU acceleration for ffmpeg in opencv? My application is using ffmpeg, like mentioned here(op

2017-10-16 12:05:17 -0600 received badge  Editor (source)
2017-10-16 12:05:17 -0600 edited question How to enable hardware/GPU acceleration for ffmpeg in opencv?

How to get hardware acceleration using ffmpeg in opencv? My application is using ffmpeg, like mentioned here(opencvdocs)

2017-10-16 12:04:44 -0600 asked a question How to enable hardware/GPU acceleration for ffmpeg in opencv?

How to get hardware acceleration using ffmpeg in opencv? My application is using ffmpeg, like mentioned here(opencvdocs)

2017-10-13 20:52:43 -0600 received badge  Supporter (source)
2017-10-11 07:24:56 -0600 marked best answer I want to know where exactly the source code cvtColor functions implemented?

I am studying Computer Vision, one of the assignment professor asked me to write your own function to convert the rgb to grayscale. Now I know how to do it in python using opencv. Can you please point out the implementation files for cvtColor in opencv 3.0 version. so that I can take look at how its implemented.

2017-10-09 12:09:41 -0600 commented answer I want to know where exactly the source code cvtColor functions implemented?

Thank you, I wish I have points to upvote this answer.

2017-10-09 11:22:57 -0600 commented question I want to know where exactly the source code cvtColor functions implemented?

:) :) @berak thank you so much. That doc helping a lot.

2017-10-09 11:20:33 -0600 commented question I want to know where exactly the source code cvtColor functions implemented?

:) :) @berak thank you so much

2017-10-09 11:15:22 -0600 commented question I want to know where exactly the source code cvtColor functions implemented?

https://github.com/opencv/opencv/blob/master/modules/imgproc/src/color.cpp - 11,000 lines of code :) thank you.

2017-10-09 10:59:05 -0600 asked a question I want to know where exactly the source code cvtColor functions implemented?

I want to know where exactly the source code cvtColor functions implementaion? I am studying Computer Vision, one of the