Ask Your Question

fastdeath's profile - activity

2018-01-25 00:07:22 -0600 commented answer Tensorflow Custom Model in OpenCV

Wow! Thank you! Thats really tricky

2018-01-23 09:11:19 -0600 commented question Tensorflow Custom Model in OpenCV

@dkurt did you reproduce this error? BTW what version of TF do you recommend to use for exporting finetuned graph?

2018-01-23 08:47:18 -0600 commented question Tensorflow Custom Model in OpenCV

any updates ?

2017-03-03 12:26:26 -0600 received badge  Enthusiast
2017-02-19 12:39:37 -0600 received badge  Editor (source)
2017-02-19 12:38:43 -0600 answered a question Unexpected result with RGB Histogram Backprojection in Python

Same for me, it's ok with 2d but it fails with 3d

It seems like a bug (opencv 3.2.0, python 2.7)

2016-02-15 14:17:19 -0600 asked a question Q matrix used in reprojectImageTo3D

If you look at Q matrix used in reprojectImageTo3D (we consider first image as main image here) function in openCV you can see that focal length of the first camera is used. My question is what matrix corresponds to reprojectImageTo3D in terms of Q if we do matching from right image to left (right image is main) and try to reconstruct in previous coordinate system.

http://i.stack.imgur.com/JgW7P.gif