Visual Servoing Platform
version 3.5.1 under development (2023-09-22)
|
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 19 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 27 of file tutorial-ibvs-4pts-image-tracking.cpp.
References vpImageSimulator::BILINEAR_INTERPOLATION, vpImageSimulator::init(), vpImageIo::read(), and vpImageSimulator::setInterpolationType().
|
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 63 of file tutorial-ibvs-4pts-image-tracking.cpp.
References vpImageSimulator::getImage(), vpImageSimulator::setCameraPosition(), and vpImageSimulator::setCleanPreviousImage().