Ask Your Question

abhijit's profile - activity

2020-05-05 13:49:58 -0600 received badge  Popular Question (source)
2020-02-05 05:46:11 -0600 received badge  Notable Question (source)
2019-05-30 00:23:58 -0600 received badge  Popular Question (source)
2018-04-03 04:13:34 -0600 commented question Convert 3 channel BGR image to bytes string in C++

Thanks the string matAsString(opencvimage.datastart, opencvimage.dataend); works

2018-04-03 01:24:39 -0600 commented question Convert 3 channel BGR image to bytes string in C++

Am integrating it with python using pybind11. So it's easier to transfer via byte string

2018-04-02 23:14:07 -0600 asked a question How to use the output of cv2.fitLine()

How to use the output of cv2.fitLine() I am basically trying to fit 2 lines to 2 sets of points (each has 100 points) an

2018-04-02 23:06:07 -0600 asked a question Convert 3 channel BGR image to bytes string in C++

Convert 3 channel BGR image to bytes string in C++ I am trying to convert a BGR Mat image to bytes string in C++. So tha

2018-03-31 06:34:51 -0600 commented answer How to convert cv::Mat to std::string?

@Michael Burdinov Your method works for gray scale images, how can I use this for 3 channel BGR images?

2018-03-31 02:50:12 -0600 commented answer How to convert cv::Mat to std::string?

This does not work for color images

2018-03-28 09:55:40 -0600 commented question Precision Measurement with Opencv python

@David_86 Could you please elaborate? Or how can I improve it? Any suggestions?

2018-03-28 09:19:09 -0600 commented question Precision Measurement with Opencv python

@David_86 Could you please elaborate?

2018-03-28 05:05:06 -0600 commented question Precision Measurement with Opencv python

No I am not working with jpg images. I am using PNG. But when I used tiff or bitmap I observed the same problem. That's

2018-03-28 05:04:36 -0600 commented question Precision Measurement with Opencv python

No I am not working with jpg images. I am using PNG. But when I used tiff or bitmap I observed the same problem. That's

2018-03-28 04:59:09 -0600 commented question Precision Measurement with Opencv python

No I am not working with jpg images. I am using PNG. But when I used tiff or bitmap I observed the same problem. No No T

2018-03-28 04:58:48 -0600 commented question Precision Measurement with Opencv python

No I am not working with jpg images. I am using PNG. But when I used tiff or bitmap I observed the same problem. No No T

2018-03-28 04:27:25 -0600 asked a question Precision Measurement with Opencv python

Precision Measurement with Opencv python I am actually working on a Machine Vision project using OpenCV and Python. Obj

2018-03-23 08:08:05 -0600 received badge  Student (source)
2018-03-22 10:47:57 -0600 commented question Opencv python faster than C++?

No no I was comparing wall and cpu times. I didn't compile it with any flags. Thanks

2018-03-22 10:22:58 -0600 commented question Opencv python faster than C++?

@berak thanks that solved my issue

2018-03-22 09:26:25 -0600 commented question Opencv python faster than C++?

@berak Could you please elaborate? How can I measure the same type of time in both? Thanks

2018-03-22 07:09:05 -0600 asked a question Opencv python faster than C++?

Opencv python faster than C++? I am trying to time the houghcircle in python and c++ to see if c++ gives edge over proce

2018-03-22 07:09:02 -0600 asked a question Opencv python faster than C++?

Opencv python faster than C++? I am trying to time the houghcircle in python and c++ to see if c++ gives edge over proce

2018-03-07 11:19:31 -0600 commented question Python Camera Calibration

Check out this https://github.com/Abhijit-2592/camera_calibration_API

2018-03-06 08:53:38 -0600 answered a question Increased Reprojection Error from Chessboard Calibration

It is hard to say, Your question misses a lot of information. But check out this small python API to calibrate the camer

2018-03-06 08:47:10 -0600 answered a question input arguments of python's cv2.calibrateCamera

The Points must be of type np.float32. Also you can check out this small python API which you can use to calibrate the

2018-02-14 20:13:01 -0600 answered a question Python Camera Calibration

I think CalibrationMatrixValues is the function you are looking for. I also have a small API in python that does single

2018-02-06 02:21:38 -0600 answered a question Detect blur, sharpness of the single image

check this link. This uses variance of laplacian.

2018-02-04 22:57:08 -0600 commented question Birds eye view perspectivetransform from camera calibration

@Eduardo the tutorial is not clear to me. You mind giving a small sample code in python?

2018-02-02 00:14:19 -0600 received badge  Enthusiast
2018-02-01 23:33:50 -0600 edited question Birds eye view perspectivetransform from camera calibration

Birds eye view perspectivetransform from camera calibration I am trying to get the bird's eye view perspective transform

2018-02-01 23:31:08 -0600 edited question Birds eye view perspectivetransform from camera calibration

Birds eye view perspectivetransform from camera calibration I am trying to get the bird's eye view perspective transform

2018-02-01 23:17:56 -0600 received badge  Editor (source)
2018-02-01 23:17:56 -0600 edited question Birds eye view perspectivetransform from camera calibration

Birds eye view perspectivetransform from camera calibration I am trying to get the bird's eye view perspective transform

2018-02-01 23:15:21 -0600 asked a question Birds eye view perspectivetransform from camera calibration

Birds eye view perspectivetransform from camera calibration I am trying to get the bird's eye view perspective transform

2018-01-30 22:51:43 -0600 received badge  Organizer (source)
2018-01-30 22:24:48 -0600 asked a question Orthogonal projection of images using camera calibration parameters

Orthogonal projection of images using camera calibration parameters I am trying to get a perfect birds eye view of a com

2018-01-18 00:39:48 -0600 commented question How to correct/remap a perspective effect after an undistort from camera calibration ?

@Major Squirrel even I am having the same question. Did you figure out how to do perspective transformation with the kno