Visual Servoing Platform
version 3.6.1 under development (2024-11-14)
|
#include <visp3/robot/vpWireFrameSimulator.h>
Public Types | |
enum | vpSceneObject { THREE_PTS , CUBE , PLATE , SMALL_PLATE , RECTANGLE , SQUARE_10CM , DIAMOND , TRAPEZOID , THREE_LINES , ROAD , TIRE , PIPE , CIRCLE , SPHERE , CYLINDER , PLAN , POINT_CLOUD } |
enum | vpSceneDesiredObject { D_STANDARD , D_CIRCLE , D_TOOL } |
enum | vpCameraTrajectoryDisplayType { CT_LINE , CT_POINT } |
Implementation of a wire frame simulator. Compared to the vpSimulator class, it does not require third party libraries to be used.
The simulator uses several frames to display the scene in the image. There are:
The most used homogeneous matrices which describes the displacement between two frames are :
The following picture summarize all the previous information.
The simulator uses .bnd or .wrl files as 3D scene descriptors. Several scenes can be found in the data folder which is in the directory where you build ViSP.
You can move the main external view while clicking in the image. The left click enables to turn, the middle button enables to zoom and the left to translate along x and y.
The simulator is able to take into account to camera parameters. You can set the internal and external cameras parameters thanks to a vpCameraParameters.
The following example shows how it is easy to use.
Definition at line 156 of file vpWireFrameSimulator.h.
Enumerator | |
---|---|
CT_LINE | |
CT_POINT |
Definition at line 222 of file vpWireFrameSimulator.h.
Type of scene used to display the object at the desired pose (in the internal view).
Definition at line 214 of file vpWireFrameSimulator.h.
Type of scene used to display the object at the current position.
Definition at line 162 of file vpWireFrameSimulator.h.
vpWireFrameSimulator::vpWireFrameSimulator | ( | ) |
Basic constructor.
Set the path to the scene files (*.bnd and *.sln) used by the simulator. If the path set in vpConfig.h in VISP_SCENES_DIR macro is not valid, the path is set from the VISP_SCENES_DIR environment variable that the user has to set.
Definition at line 174 of file vpWireFrameSimulator.cpp.
References vpHomogeneousMatrix::buildFrom(), camera, vpIoTools::checkDirectory(), desiredScene, vpIoTools::getenv(), old_iPr, old_iPt, old_iPz, vpMath::rad(), rotz, scene, and vpIoTools::splitChain().
|
virtual |
Basic destructor
Definition at line 228 of file vpWireFrameSimulator.cpp.
References camera, cameraTrajectory, desiredScene, displayCamera, displayDesiredObject, displayObject, fMoList, poseList, scene, and sceneInitialized.
|
inline |
Delete the history of the main camera position which are displayed in the external views.
Definition at line 297 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 121 of file vpWireFrameSimulator.cpp.
References vpDisplay::displayLine(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), and thickness_.
|
protected |
Definition at line 77 of file vpWireFrameSimulator.cpp.
References vpDisplay::displayLine(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), and thickness_.
Referenced by getExternalImage(), and getInternalImage().
void vpWireFrameSimulator::displayTrajectory | ( | const vpImage< unsigned char > & | I, |
const std::list< vpHomogeneousMatrix > & | list_cMo, | ||
const std::list< vpHomogeneousMatrix > & | list_fMo, | ||
const vpHomogeneousMatrix & | cMf | ||
) |
Display a trajectory thanks to a list of homogeneous matrices which give the position of the camera relative to the object and the position of the object relative to the world reference frame. The trajectory is projected into the view of an external camera whose position is given in parameter.
The two lists must have the same size of homogeneous matrices must have the same size.
I | : The image where the trajectory is displayed. |
list_cMo | : The homogeneous matrices list containing the position of the camera relative to the object. |
list_fMo | : The homogeneous matrices list containing the position of the object relative to the world reference frame. |
cMf | : A homogeneous matrix which gives the position of the external camera (used to project the trajectory) relative to the world reference frame. |
Definition at line 1282 of file vpWireFrameSimulator.cpp.
References camTrajColor, camTrajType, CT_LINE, CT_POINT, vpException::dimensionError, vpDisplay::displayLine(), vpDisplay::displayPoint(), projectCameraTrajectory(), rotz, and thickness_.
void vpWireFrameSimulator::displayTrajectory | ( | const vpImage< vpRGBa > & | I, |
const std::list< vpHomogeneousMatrix > & | list_cMo, | ||
const std::list< vpHomogeneousMatrix > & | list_fMo, | ||
const vpHomogeneousMatrix & | cMf | ||
) |
Display a trajectory thanks to a list of homogeneous matrices which give the position of the camera relative to the object and the position of the object relative to the world reference frame. The trajectory is projected into the view of an external camera whose position is given in parameter.
The two lists must have the same size of homogeneous matrices must have the same size.
I | : The image where the trajectory is displayed. |
list_cMo | : The homogeneous matrices list containing the position of the camera relative to the object. |
list_fMo | : The homogeneous matrices list containing the position of the object relative to the world reference frame. |
cMf | : A homogeneous matrix which gives the position of the external camera (used to project the trajectory) relative to the world reference frame. |
Definition at line 1329 of file vpWireFrameSimulator.cpp.
References camTrajColor, camTrajType, CT_LINE, CT_POINT, vpException::dimensionError, vpDisplay::displayLine(), vpDisplay::displayPoint(), projectCameraTrajectory(), rotz, and thickness_.
|
inline |
Get the pose between the object and the camera.
Definition at line 408 of file vpWireFrameSimulator.h.
|
inline |
Get the homogeneous matrices cMo stored to display the camera trajectory.
cMo_history | : The list of the homogeneous matrices cMo. |
Definition at line 416 of file vpWireFrameSimulator.h.
|
inline |
Get the pose between the object and the fixed world frame.
Definition at line 429 of file vpWireFrameSimulator.h.
|
inline |
Get the homogeneous matrices fMo stored to display the camera trajectory.
fMo_history | : The list of the homogeneous matrices fMo. |
Definition at line 437 of file vpWireFrameSimulator.h.
|
inline |
Get the parameters of the virtual external camera.
I | : The image used to display the view of the camera. |
Definition at line 316 of file vpWireFrameSimulator.h.
References vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpMath::maximum(), and vpMath::minimum().
Referenced by projectCameraTrajectory().
|
inline |
Get the parameters of the virtual external camera.
I | : The image used to display the view of the camera. |
Definition at line 335 of file vpWireFrameSimulator.h.
References vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpMath::maximum(), and vpMath::minimum().
|
inline |
Get the main external camera's position relative to the the world reference frame.
Definition at line 354 of file vpWireFrameSimulator.h.
void vpWireFrameSimulator::getExternalImage | ( | vpImage< unsigned char > & | I | ) |
Get the external view. It corresponds to the view of the scene from a reference frame you have to set.
I | : The image where the external view is displayed. |
Definition at line 1082 of file vpWireFrameSimulator.cpp.
References camColor, camera, cameraTrajectory, camMf, camMf2, camTrajColor, camTrajType, cMo, CT_LINE, CT_POINT, CUBE, curColor, vpDisplay::display(), vpImage< Type >::display, display_scene(), displayCamera, displayCameraTrajectory, displayImageSimulator, vpDisplay::displayLine(), displayObject, vpDisplay::displayPoint(), extCamChanged, f2Mf, fMc, fMo, fMoList, vpImage< Type >::getHeight(), vpImageSimulator::getImage(), getInternalCameraParameters(), vpImage< Type >::getWidth(), vpHomogeneousMatrix::inverse(), vpMath::maximum(), vpMath::minimum(), navigation(), nbrPtLimit, objectImage, poseList, projectCameraTrajectory(), px_ext, py_ext, rotz, scene, vpImageSimulator::setCameraPosition(), SPHERE, and thickness_.
void vpWireFrameSimulator::getExternalImage | ( | vpImage< unsigned char > & | I, |
const vpHomogeneousMatrix & | cam_Mf | ||
) |
Get an external view. The point of view is set thanks to the pose between the camera camMf and the fixed world frame.
I | : The image where the external view is displayed. |
cam_Mf | : The pose between the point of view and the fixed world frame. |
Definition at line 1215 of file vpWireFrameSimulator.cpp.
References camColor, camera, cMo, curColor, vpDisplay::display(), vpImage< Type >::display, display_scene(), displayCamera, displayImageSimulator, displayObject, fMo, vpImage< Type >::getHeight(), vpImageSimulator::getImage(), getInternalCameraParameters(), vpImage< Type >::getWidth(), vpHomogeneousMatrix::inverse(), vpMath::maximum(), vpMath::minimum(), objectImage, px_ext, py_ext, rotz, scene, and vpImageSimulator::setCameraPosition().
Get the external view. It corresponds to the view of the scene from a reference frame you have to set.
I | : The image where the external view is displayed. |
Definition at line 813 of file vpWireFrameSimulator.cpp.
References camColor, camera, cameraTrajectory, camMf, camMf2, camTrajColor, camTrajType, cMo, CT_LINE, CT_POINT, CUBE, curColor, vpDisplay::display(), vpImage< Type >::display, display_scene(), displayCamera, displayCameraTrajectory, displayImageSimulator, vpDisplay::displayLine(), displayObject, vpDisplay::displayPoint(), extCamChanged, f2Mf, fMc, fMo, fMoList, vpImage< Type >::getHeight(), vpImageSimulator::getImage(), getInternalCameraParameters(), vpImage< Type >::getWidth(), vpHomogeneousMatrix::inverse(), vpMath::maximum(), vpMath::minimum(), navigation(), nbrPtLimit, objectImage, poseList, projectCameraTrajectory(), px_ext, py_ext, rotz, scene, vpImageSimulator::setCameraPosition(), SPHERE, and thickness_.
void vpWireFrameSimulator::getExternalImage | ( | vpImage< vpRGBa > & | I, |
const vpHomogeneousMatrix & | cam_Mf | ||
) |
Get an external view. The point of view is set thanks to the pose between the camera camMf and the fixed world frame.
I | : The image where the external view is displayed. |
cam_Mf | : The pose between the point of view and the fixed world frame. |
Definition at line 947 of file vpWireFrameSimulator.cpp.
References camColor, camera, cMo, curColor, vpDisplay::display(), vpImage< Type >::display, display_scene(), displayCamera, displayImageSimulator, displayObject, fMo, vpImage< Type >::getHeight(), vpImageSimulator::getImage(), getInternalCameraParameters(), vpImage< Type >::getWidth(), vpHomogeneousMatrix::inverse(), vpMath::maximum(), vpMath::minimum(), objectImage, px_ext, py_ext, rotz, scene, and vpImageSimulator::setCameraPosition().
|
inline |
Get the parameters of the virtual internal camera.
I | : The image used to display the view of the camera. |
Definition at line 368 of file vpWireFrameSimulator.h.
References vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpMath::maximum(), and vpMath::minimum().
Referenced by getExternalImage(), and getInternalImage().
|
inline |
Get the parameters of the virtual internal camera.
I | : The image used to display the view of the camera. |
Definition at line 387 of file vpWireFrameSimulator.h.
References vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpMath::maximum(), and vpMath::minimum().
void vpWireFrameSimulator::getInternalImage | ( | vpImage< unsigned char > & | I | ) |
Get the internal view ie the view of the camera.
I | : The image where the internal view is displayed. |
Definition at line 1007 of file vpWireFrameSimulator.cpp.
References camMf, cdMo, cMo, curColor, D_TOOL, desColor, desiredObject, desiredScene, vpDisplay::display(), vpImage< Type >::display, display_scene(), displayDesiredObject, displayImageSimulator, displayObject, fMo, vpImage< Type >::getHeight(), vpImageSimulator::getImage(), getInternalCameraParameters(), vpImage< Type >::getWidth(), vpHomogeneousMatrix::inverse(), vpMath::maximum(), vpMath::minimum(), vpException::notInitialized, objectImage, px_int, py_int, vpColor::red, rotz, scene, sceneInitialized, and vpImageSimulator::setCameraPosition().
Get the internal view ie the view of the camera.
I | : The image where the internal view is displayed. |
Definition at line 738 of file vpWireFrameSimulator.cpp.
References cdMo, cMo, curColor, D_TOOL, desColor, desiredObject, desiredScene, vpDisplay::display(), vpImage< Type >::display, display_scene(), displayDesiredObject, displayImageSimulator, displayObject, vpImage< Type >::getHeight(), vpImageSimulator::getImage(), getInternalCameraParameters(), vpImage< Type >::getWidth(), vpHomogeneousMatrix::inverse(), vpMath::maximum(), vpMath::minimum(), vpException::notInitialized, objectImage, px_int, py_int, vpColor::red, rotz, scene, sceneInitialized, and vpImageSimulator::setCameraPosition().
void vpWireFrameSimulator::initScene | ( | const char * | obj | ) |
Initialize the simulator. It enables to choose the type of scene which will be used to display the object at the current position. The object at the desired position is not displayed.
Here you can use the scene you want. You have to set the path to a .bnd or a .wrl file which is a 3D model file.
obj | : Path to the scene file you want to use. |
Definition at line 666 of file vpWireFrameSimulator.cpp.
References camera, cameraFactor, displayCamera, displayObject, vpException::memoryAllocationError, scene, sceneInitialized, and THREE_PTS.
void vpWireFrameSimulator::initScene | ( | const char * | obj, |
const char * | desired_object | ||
) |
Initialize the simulator. It enables to choose the type of scene which will be used to display the object at the current position and at the desired position.
Here you can use the scene you want. You have to set the path to a .bnd or a .wrl file which is a 3D model file.
obj | : Path to the scene file you want to use. |
desired_object | : Path to the scene file you want to use. |
Definition at line 433 of file vpWireFrameSimulator.cpp.
References camera, cameraFactor, D_STANDARD, desiredObject, desiredScene, displayCamera, displayDesiredObject, displayObject, vpException::memoryAllocationError, scene, sceneInitialized, and THREE_PTS.
void vpWireFrameSimulator::initScene | ( | const char * | obj, |
const char * | desired_object, | ||
const std::list< vpImageSimulator > & | imObj | ||
) |
Initialize the simulator. It enables to choose the type of scene which will be used to display the object at the current position and at the desired position.
Here you can use the scene you want. You have to set the path to a .bnd or a .wrl file which is a 3D model file.
It is also possible to add a list of vpImageSimulator instances. They will be automatically projected into the image. The position of the four corners have to be given in the object frame.
obj | : Path to the scene file you want to use. |
desired_object | : Path to the scene file you want to use. |
imObj | : A list of vpImageSimulator instances. |
Definition at line 507 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
void vpWireFrameSimulator::initScene | ( | const char * | obj, |
const std::list< vpImageSimulator > & | imObj | ||
) |
Initialize the simulator. It enables to choose the type of scene which will be used to display the object at the current position. The object at the desired position is not displayed.
Here you can use the scene you want. You have to set the path to a .bnd or a .wrl file which is a 3D model file.
It is also possible to add a list of vpImageSimulator instances. They will be automatically projected into the image. The position of the four corners have to be given in the object frame.
obj | : Path to the scene file you want to use. |
imObj | : A list of vpImageSimulator instances. |
Definition at line 723 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
void vpWireFrameSimulator::initScene | ( | const vpSceneObject & | obj | ) |
Initialize the simulator. It enables to choose the type of object which will be used to display the object at the current position. The object at the desired position is not displayed.
It exists several default scenes you can use. Use the vpSceneObject attributes to use them in this method. The corresponding files are stored in the "data" folder which is in the ViSP build directory.
obj | : Type of scene used to display the object at the current position. |
Definition at line 527 of file vpWireFrameSimulator.cpp.
References camera, cameraFactor, CIRCLE, CUBE, CYLINDER, DIAMOND, displayCamera, displayDesiredObject, displayImageSimulator, displayObject, vpException::memoryAllocationError, PIPE, PLAN, PLATE, POINT_CLOUD, RECTANGLE, ROAD, scene, sceneInitialized, SMALL_PLATE, SPHERE, SQUARE_10CM, THREE_LINES, THREE_PTS, TIRE, and TRAPEZOID.
void vpWireFrameSimulator::initScene | ( | const vpSceneObject & | obj, |
const std::list< vpImageSimulator > & | imObj | ||
) |
Initialize the simulator. It enables to choose the type of object which will be used to display the object at the current position. The object at the desired position is not displayed.
It exists several default scenes you can use. Use the vpSceneObject attributes to use them in this method. The corresponding files are stored in the "data" folder which is in the ViSP build directory.
It is also possible to add a list of vpImageSimulator instances. They will be automatically projected into the image. The position of the four corners have to be given in the object frame.
obj | : Type of scene used to display the object at the current position. |
imObj | : A list of vpImageSimulator instances. |
Definition at line 649 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
void vpWireFrameSimulator::initScene | ( | const vpSceneObject & | obj, |
const vpSceneDesiredObject & | desired_object | ||
) |
Initialize the simulator. It enables to choose the type of scene which will be used to display the object at the current position and at the desired position.
It exists several default scenes you can use. Use the vpSceneObject and the vpSceneDesiredObject attributes to use them in this method. The corresponding files are stored in the "data" folder which is in the ViSP build directory.
obj | : Type of scene used to display the object at the current position. |
desired_object | : Type of scene used to display the object at the desired pose (in the internal view). |
Definition at line 261 of file vpWireFrameSimulator.cpp.
References camera, cameraFactor, CIRCLE, CUBE, CYLINDER, D_CIRCLE, D_STANDARD, D_TOOL, desiredObject, desiredScene, DIAMOND, displayCamera, displayDesiredObject, displayImageSimulator, displayObject, vpException::memoryAllocationError, PIPE, PLAN, PLATE, POINT_CLOUD, RECTANGLE, ROAD, scene, sceneInitialized, SMALL_PLATE, SPHERE, SQUARE_10CM, THREE_LINES, THREE_PTS, TIRE, and TRAPEZOID.
Referenced by initScene().
void vpWireFrameSimulator::initScene | ( | const vpSceneObject & | obj, |
const vpSceneDesiredObject & | desired_object, | ||
const std::list< vpImageSimulator > & | imObj | ||
) |
Initialize the simulator. It enables to choose the type of scene which will be used to display the object at the current position and at the desired position.
It exists several default scenes you can use. Use the vpSceneObject and the vpSceneDesiredObject attributes to use them in this method. The corresponding files are stored in the "data" folder which is in the ViSP build directory.
It is also possible to add a list of vpImageSimulator instances. They will be automatically projected into the image. The position of the four corners have to be given in the object frame.
obj | : Type of scene used to display the object at the current position. |
desired_object | : Type of scene used to display the object at the desired pose (in the internal view). |
imObj | : A list of vpImageSimulator instances. |
Definition at line 414 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
|
protected |
Enables to change the external camera position.
Definition at line 1450 of file vpWireFrameSimulator.cpp.
References blocked, blockedr, blockedt, blockedz, vpHomogeneousMatrix::buildFrom(), vpMouseButton::button1, vpMouseButton::button2, vpMouseButton::button3, vpImagePoint::get_i(), vpImagePoint::get_j(), vpDisplay::getClick(), vpDisplay::getClickUp(), vpImage< Type >::getHeight(), vpDisplay::getPointerPosition(), vpImage< Type >::getWidth(), vpMath::minimum(), old_iPr, old_iPt, old_iPz, and vpMath::rad().
|
protected |
Enables to change the external camera position.
Definition at line 1361 of file vpWireFrameSimulator.cpp.
References blocked, blockedr, blockedt, blockedz, vpHomogeneousMatrix::buildFrom(), vpMouseButton::button1, vpMouseButton::button2, vpMouseButton::button3, vpImagePoint::get_i(), vpImagePoint::get_j(), vpDisplay::getClick(), vpDisplay::getClickUp(), vpImage< Type >::getHeight(), vpDisplay::getPointerPosition(), vpImage< Type >::getWidth(), vpMath::minimum(), old_iPr, old_iPt, old_iPz, and vpMath::rad().
Referenced by getExternalImage().
|
protected |
Project the center of the internal camera into the external camera view.
Definition at line 1559 of file vpWireFrameSimulator.cpp.
References camMf, vpMeterPixelConversion::convertPoint(), vpPoint::get_x(), vpPoint::get_y(), getExternalCameraParameters(), vpHomogeneousMatrix::inverse(), rotz, vpPoint::setWorldCoordinates(), and vpForwardProjection::track().
|
protected |
Project the center of the internal camera into the external camera view.
Definition at line 1597 of file vpWireFrameSimulator.cpp.
References vpMeterPixelConversion::convertPoint(), vpPoint::get_x(), vpPoint::get_y(), getExternalCameraParameters(), vpHomogeneousMatrix::inverse(), rotz, vpPoint::setWorldCoordinates(), and vpForwardProjection::track().
|
protected |
Project the center of the internal camera into the external camera view.
Definition at line 1541 of file vpWireFrameSimulator.cpp.
References camMf, vpMeterPixelConversion::convertPoint(), vpPoint::get_x(), vpPoint::get_y(), getExternalCameraParameters(), vpHomogeneousMatrix::inverse(), rotz, vpPoint::setWorldCoordinates(), and vpForwardProjection::track().
Referenced by displayTrajectory(), and getExternalImage().
|
protected |
Project the center of the internal camera into the external camera view.
Definition at line 1578 of file vpWireFrameSimulator.cpp.
References vpMeterPixelConversion::convertPoint(), vpPoint::get_x(), vpPoint::get_y(), getExternalCameraParameters(), vpHomogeneousMatrix::inverse(), rotz, vpPoint::setWorldCoordinates(), and vpForwardProjection::track().
|
inline |
Set the pose between the object and the fixed world frame.
fMo_ | : The pose between the object and the fixed world frame. |
Definition at line 591 of file vpWireFrameSimulator.h.
|
inline |
Set the color used to display the camera in the external view.
col | : The desired color. |
Definition at line 455 of file vpWireFrameSimulator.h.
|
inline |
Set the transformation between the camera frame and the object frame.
cMo_ | : The pose of the object in the camera frame. |
Definition at line 461 of file vpWireFrameSimulator.h.
References vpHomogeneousMatrix::inverse().
|
inline |
Set the position of the the world reference frame relative to the camera.
fMc_ | : The pose of the camera. |
Definition at line 473 of file vpWireFrameSimulator.h.
References vpHomogeneousMatrix::inverse().
|
inline |
Set the parameter which enables to choose the size of the main camera in the external camera views. By default this parameter is set to 1.
factor | : The ration for the camera size. |
Definition at line 485 of file vpWireFrameSimulator.h.
|
inline |
Set the color used to display the camera trajectory in the external view.
col | : The desired color. |
Definition at line 493 of file vpWireFrameSimulator.h.
|
inline |
Set the way to display the history of the main camera trajectory in the main external view. The choice is given between displaying lines and points.
camTraj_type | : The chosen way to display the camera trajectory. |
Definition at line 502 of file vpWireFrameSimulator.h.
|
inline |
Set the color used to display the object at the current position.
col | : The desired color. |
Definition at line 512 of file vpWireFrameSimulator.h.
|
inline |
Set the transformation between the desired position of the camera and the object.
cdMo_ | : The position of the object in the desired camera frame |
Definition at line 518 of file vpWireFrameSimulator.h.
|
inline |
Set the color used to display the object at the desired position.
col | : The desired color. |
Definition at line 524 of file vpWireFrameSimulator.h.
|
inline |
Enable or disable the displaying of the camera trajectory in the main external camera view.
By default the trajectory is displayed.
do_display | : Set to true to display the camera trajectory. |
Definition at line 533 of file vpWireFrameSimulator.h.
|
inline |
Set the internal camera parameters.
cam | : The desired camera parameters. |
Definition at line 540 of file vpWireFrameSimulator.h.
References vpCameraParameters::get_px(), and vpCameraParameters::get_py().
|
inline |
Set the external camera point of view.
cam_Mf | : The pose of the external camera relative to the world reference frame. |
Definition at line 551 of file vpWireFrameSimulator.h.
References vpHomogeneousMatrix::buildFrom(), vpHomogeneousMatrix::extract(), and vpHomogeneousMatrix::inverse().
|
inline |
Specify the thickness of the graphics drawings.
Definition at line 564 of file vpWireFrameSimulator.h.
|
inline |
Set the internal camera parameters.
cam | : The desired camera parameters. |
Definition at line 571 of file vpWireFrameSimulator.h.
References vpCameraParameters::get_px(), and vpCameraParameters::get_py().
|
inline |
Set the maximum number of main camera's positions which are stored. Those position can be displayed in the external camera field of view. By default this parameter is set to 1000.
nbPt | : The desired number of position which are saved. |
Definition at line 584 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 259 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 256 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 258 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 257 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 240 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 227 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), initScene(), vpWireFrameSimulator(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 274 of file vpWireFrameSimulator.h.
Referenced by initScene().
|
protected |
Definition at line 248 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 232 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), and projectCameraTrajectory().
|
protected |
Definition at line 261 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 241 of file vpWireFrameSimulator.h.
Referenced by displayTrajectory(), and getExternalImage().
|
protected |
Definition at line 276 of file vpWireFrameSimulator.h.
Referenced by displayTrajectory(), and getExternalImage().
|
protected |
Definition at line 235 of file vpWireFrameSimulator.h.
Referenced by getInternalImage().
|
protected |
Definition at line 234 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and getInternalImage().
|
protected |
Definition at line 242 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and getInternalImage().
|
protected |
Definition at line 243 of file vpWireFrameSimulator.h.
Referenced by getInternalImage().
|
protected |
Definition at line 238 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), and initScene().
|
protected |
Definition at line 226 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), initScene(), vpWireFrameSimulator(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 271 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 247 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 270 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 272 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), and initScene().
|
protected |
Definition at line 269 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 278 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 262 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 231 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 230 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and getInternalImage().
|
protected |
Definition at line 250 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 251 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 237 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 228 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), and initScene().
|
protected |
Definition at line 253 of file vpWireFrameSimulator.h.
Referenced by navigation(), and vpWireFrameSimulator().
|
protected |
Definition at line 255 of file vpWireFrameSimulator.h.
Referenced by navigation(), and vpWireFrameSimulator().
|
protected |
Definition at line 254 of file vpWireFrameSimulator.h.
Referenced by navigation(), and vpWireFrameSimulator().
|
protected |
Definition at line 249 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 266 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 264 of file vpWireFrameSimulator.h.
Referenced by getInternalImage().
|
protected |
Definition at line 267 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 265 of file vpWireFrameSimulator.h.
Referenced by getInternalImage().
|
protected |
Definition at line 233 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 280 of file vpWireFrameSimulator.h.
Referenced by displayTrajectory(), getExternalImage(), getInternalImage(), projectCameraTrajectory(), and vpWireFrameSimulator().
|
protected |
Definition at line 225 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), initScene(), vpWireFrameSimulator(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 245 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 282 of file vpWireFrameSimulator.h.
Referenced by display_scene(), displayTrajectory(), and getExternalImage().