Ask Your Question

Blue007422's profile - activity

2016-04-08 07:54:59 -0600 commented question Project points out of field view

Yes that's what i'm trying to do.

I will try to be clear. Example : I have a frame (let say 640*480). I have a 3D point (whatever world coordinates) that i know outside of the frame if a project it (x=-50 and y=-10). My question here is, if a apply the cv::projectPoints on this point, will it return 2D Point (x=-50,y=-10) ?

Thanks for you response

2016-04-08 05:35:58 -0600 asked a question Project points out of field view

Hello everyone,

I'm currently trying to project points, so i'm want to use the projectPoints with correct parameters. But i couldn't find in the documentation how the function will work because i know that i have points that can't be project because there are not in the field of view of the camera. (do the function returns me negative values ?)

Thank you in avdance

Sorry for my bad english :/