Ask Your Question

Horst's profile - activity

2020-07-06 10:53:09 -0600 edited question Multithreading Problem

Multithreading Problem Hey guys, I'm facing a problem: I want to generate multiple oversegmented images (images with mu

2020-07-06 10:47:24 -0600 asked a question Multithreading Problem

Multithreading Problem Hey guys, I'm facing a problem: I want to generate multiple oversegmented images. To reduce the

2020-04-17 09:33:49 -0600 commented answer flag to load float 32-bit image

Hmm, have you checked the original depth of the image? Via right click in image properties (windows) or terminal $ ident

2020-04-17 07:04:45 -0600 edited question ximgproc - SLIC Segmentation - Get coordinates of superpixel

ximgproc - SLIC Segmentation - Get coordinates of label Hey guys, right now I'm using the ximgproc module to apply the

2020-04-17 06:58:39 -0600 answered a question flag to load float 32-bit image

Did you try to use the flag "IMREAD_UNCHANGED" (-1) ??

2020-04-17 06:53:51 -0600 edited question ximgproc - SLIC Segmentation - Get coordinates of superpixel

ximgproc - SLIC Segmentation - Get coordinates of label Hey guys, right now I'm using the ximgproc module to apply the

2020-04-17 06:26:35 -0600 asked a question ximgproc - SLIC Segmentation - Get coordinates of superpixel

ximgproc - SLIC Segmentation - Get coordinates of label Hey guys, right now I'm using the ximgproc module to apply the

2020-03-29 10:36:03 -0600 commented question Lidar depth-map interpolation using "guidance" image

yeah your are totally wright, there are multiple CNN to solve this problem (http://www.cvlibs.net/datasets/kitti/eval_de

2020-03-29 10:35:55 -0600 commented question Lidar depth-map interpolation using "guidance" image

yeah your are totally wright, there are multiple CNN to solve this problem (http://www.cvlibs.net/datasets/kitti/eval_de

2020-03-29 10:35:25 -0600 commented question Lidar depth-map interpolation using "guidance" image

yeah your are totally wright, there are multiple CNN to solve this problem (http://www.cvlibs.net/datasets/kitti/eval_de

2020-03-28 17:58:21 -0600 edited question Lidar depth-map interpolation using "guidance" image

Lidar depth-map interpolation using "guidance" image Hey, currently I'm working on a project to interpolate sparse lida

2020-03-28 17:57:31 -0600 asked a question Lidar depth-map interpolation using "guidance" image

Lidar depth-map interpolation using "guidance" image Hey, currently I'm working on a project to interpolate sparse lida

2020-01-30 11:38:25 -0600 answered a question How to implement image inpainting to disparity map?

Hey, there are multiple paper in that area..classical CV approaches e.g bilateral filter, joint bilateral filter, guided

2020-01-30 10:14:44 -0600 asked a question LiDAR Depth-Map Sparse-to-Dense

LiDAR Depth-Map Sparse-to-Dense Hey Guys, I want to convert a sparse (at the very bottom) depth-map to a dense one. I w

2019-07-30 11:09:26 -0600 edited question Video Stabilization - general question

Video Stabilization - general question Hey guys, im quite new to video stabilization. I've implemented the basic stabil

2019-07-30 11:07:56 -0600 asked a question Video Stabilization - general question

Video Stabilization - general question Hey guys, im quite new to video stabilization. I've implemented the basic stabil

2019-04-29 03:26:05 -0600 commented question Lane detection - Homography

Yepp you are right thats not exactly an opencv problem. But I thought that this forum right here should be the best plac

2019-04-29 00:48:28 -0600 asked a question Lane detection - Homography

Lane detection - Homography Hey guys, i've just wondered why the more advanced (not the basic version) algorithms for l

2019-04-04 00:39:59 -0600 received badge  Enthusiast
2019-04-03 14:37:10 -0600 commented question implementation calibration (zhang) homography problem

unfortunately closed the question with the wrong reason -.-

2019-04-03 14:36:00 -0600 commented question implementation calibration (zhang) homography problem

**, i should have had a closer look to that design matrix..you are completly right, there was a mistake with the dots (m

2019-04-03 08:52:03 -0600 edited question implementation calibration (zhang) homography problem

implementation calibration (zhang) homography problem Hey guys, i've started to implement zhangs algorithm for a camera

2019-04-03 08:49:35 -0600 edited question implementation calibration (zhang) homography problem

implementation calibration (zhang) homography problem Hey guys, i've started to implement zhangs algorithm for a camera

2019-04-03 08:33:58 -0600 commented answer implementation calibration (zhang) homography problem

thats not possible because its to long ;)

2019-04-03 08:33:21 -0600 edited answer implementation calibration (zhang) homography problem

Following is my code which a tried to compact a bit cv::Mat calib_img_copy = calibImg->clone(); cv::Mat homogenous_

2019-04-03 05:50:54 -0600 edited answer implementation calibration (zhang) homography problem

Following is my code which a tried to compact a bit cv::Mat calib_img_copy = calibImg->clone(); cv::Mat homogenous_

2019-04-03 05:50:11 -0600 answered a question implementation calibration (zhang) homography problem

Following is my code which a tried to compact a bit cv::Mat calib_img_copy = calibImg->clone(); cv::Mat homogenous_

2019-04-02 15:17:15 -0600 commented answer How can I convert a camera coordinate to pixel coordinate?

Rvecs and tvecs are the extrinsic orientation of your camera depending on your world coordinate frame..or you make your

2019-04-02 06:26:08 -0600 answered a question How can I convert a camera coordinate to pixel coordinate?

hey, have a look at the function "projectpoints()"..Hope that helps

2019-04-01 08:12:21 -0600 received badge  Student (source)
2019-04-01 03:44:56 -0600 received badge  Editor (source)
2019-04-01 03:44:56 -0600 edited question implementation calibration (zhang) homography problem

implementation zhang homography problem Hey guys, i've started to implement zhangs algorithm for a camera-calibration(2

2019-04-01 03:39:59 -0600 asked a question implementation calibration (zhang) homography problem

implementation zhang homography problem Hey guys, i've started to implement zhangs algorithm for a camera-calibration(2

2018-09-17 06:16:20 -0600 asked a question Projectpoints not the right result

Projectpoints not the right result Hey guys, I want to display 3D-Object Points into an image. For that reason I use pr