Ask Your Question

sdwarfs's profile - activity

2019-02-07 07:19:25 -0600 commented question Interpretation of translational vectors results of camera calibration.

I have two setups: In the one described above they are slightly canted inwards \ /. The guy who mounted them meant this

2019-02-06 13:09:36 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Tetragram: The measured size should be quite accurate. I measured the whole pattern size and divided it by the number o

2019-02-06 13:09:15 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Tetragram: The measured size should be quite accurate. I measured the whole pattern size and divided it by the number o

2019-02-06 13:07:21 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Tetragram: The measured size should be quite accurate. I measured the whole pattern size and divided it by the number o

2019-02-06 13:04:37 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Tetragram: The measured size should be quite accurate. I measured the whole pattern size and divided it by the number o

2019-02-06 13:03:38 -0600 edited question Interpretation of translational vectors results of camera calibration.

Interpretation of translational vectors results of camera calibration. I currently debug my stereo calibration code. The

2019-02-06 12:59:52 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Telegram: The measured size should be quite accurate. I measured the whole pattern size and divided it by the number of

2019-02-06 12:48:43 -0600 received badge  Enthusiast
2019-02-05 04:57:49 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Telegram: Yes, I use cv::calibrate() for images of each camera to estimate a camera matrix, distortion coefficient, rot

2019-02-05 04:55:02 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Telegram: Yes, I use cv::calibrate() for images of each camera to estimate a camera matrix, distortion coefficient, rot

2019-02-05 04:54:46 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Telegram: Yes, I use cv::calibrate() for images of each camera to estimate a camera matrix, distortion coefficient, rot

2019-02-05 04:48:19 -0600 commented question Interpretation of translational vectors results of camera calibration.

@Telegram: Yes, I use cv::calibrate() for images of each camera to estimate a camera matrix, distortion coefficient, rot

2019-01-25 10:49:20 -0600 asked a question Interpretation of translational vectors results of camera calibration.

Interpretation of translational vectors results of camera calibration. I currently debug my stereo calibration code. The

2017-12-06 16:48:46 -0600 received badge  Editor (source)
2017-12-06 16:48:46 -0600 edited question Is there already a way to add custom metadata to cv::Mat or cv::UMat?

Is there already a way to add custom metadata to cv::Mat or cv::UMat? I'm building a framework that builds an image proc

2017-12-06 16:47:28 -0600 received badge  Supporter (source)
2017-12-04 12:16:21 -0600 received badge  Student (source)
2017-12-04 12:02:24 -0600 marked best answer Is there already a way to add custom metadata to cv::Mat or cv::UMat?

I'm building a framework that builds an image processing pipeline and would like to track cv::Mat or cv::UMat objects while they are processed. Especially, I would like to assign:

  • a kind of identifying "serial number" or "frame index"
  • one or more time stamps
  • maybe also an id of the origin

I don't want to re-invent the wheel. Is there already some mechanism implemented to do this or do I need to implement a wrapper object that holds those additional information?

2017-12-04 07:54:44 -0600 asked a question Is there already a way to add custom metadata to cv::Mat or cv::UMat?

Is there already a way to add custom metadata to cv::Mat or cv::UMat? I'm building a framework that builds a image proce