Visual Servoing Platform
version 3.6.1 under development (2024-11-14)
|
Public Member Functions | |
vpVirtualGrabber (const std::string &filename, const vpCameraParameters &cam) | |
void | acquire (vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo) |
Given an image of a target, this class provided virtual framegrabbing capabilities in order to retrieve an image of a virtual camera depending on its 3D position.
Definition at line 24 of file tutorial-ibvs-4pts-image-tracking.cpp.
|
inline |
Initialize the grabber with a target.
filename | : File name corresponding to an image of a target. |
cam | : Intrinsic camera parameters. |
Definition at line 32 of file tutorial-ibvs-4pts-image-tracking.cpp.
References vpImageSimulator::BILINEAR_INTERPOLATION, vpCameraParameters::init(), and vpImageIo::read().
|
inline |
Compute the image of the virtual camera from its position with respect to the object.
I | : Image provided by the virtual camera. |
cMo | : Pose of the camera with respect to the object frame. |
Definition at line 68 of file tutorial-ibvs-4pts-image-tracking.cpp.