Ask Your Question

visiony's profile - activity

2015-01-15 03:32:26 -0600 asked a question Calib3d.projectPoints - how to enable depth testing

Is there anyway to use Calib3d.projectPoints(...) and have it specify that a point failed the depth-clip test? (Meaning, that the value of the 'z' dimension of point, after translation/rotation, is negative).

I would have expected some flag that could be specified to enable this, and perhaps it returns 'NaNs' as the values of the points that fail the test (or something similar).

I'm using the JavaOpenCV api, so maybe this is in the cpp API (but didn't make the java one)?

I can find nothing in the docs for the method, nor in the overview of the Calib3d module that seems to even mention that this isn't supported, which is confusing. If someone can confirm that indeed there's no built-in way to do this, that would also be helpful.

2015-01-15 03:18:48 -0600 received badge  Supporter (source)