Visual Servoing Platform
version 3.0.1
|
#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 142 of file vpWireFrameSimulator.h.
Enumerator | |
---|---|
CT_LINE | |
CT_POINT |
Definition at line 183 of file vpWireFrameSimulator.h.
Type of scene used to display the object at the desired pose (in the internal view).
Definition at line 176 of file vpWireFrameSimulator.h.
Type of scene used to display the object at the current position.
Definition at line 149 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 187 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 244 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 261 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 82 of file vpWireFrameSimulator.cpp.
References vpDisplay::displayLine(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), and thickness_.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), getInternalImage(), and vpRobotWireFrameSimulator::getInternalView().
|
protected |
Definition at line 131 of file vpWireFrameSimulator.cpp.
References vpDisplay::displayLine(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), and thickness_.
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 1204 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 1244 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 366 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 373 of file vpWireFrameSimulator.h.
|
inline |
Get the pose between the object and the fixed world frame.
Definition at line 385 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 392 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 276 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 295 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 312 of file vpWireFrameSimulator.h.
Referenced by vpRobotWireFrameSimulator::getExternalCameraPosition().
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 999 of file vpWireFrameSimulator.cpp.
References camColor, camera, cameraTrajectory, camMf, camMf2, camTrajColor, camTrajType, cMo, CT_LINE, CT_POINT, CUBE, curColor, vpImage< Type >::display, vpDisplay::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 1140 of file vpWireFrameSimulator.cpp.
References camColor, camera, cMo, curColor, vpImage< Type >::display, vpDisplay::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 714 of file vpWireFrameSimulator.cpp.
References camColor, camera, cameraTrajectory, camMf, camMf2, camTrajColor, camTrajType, cMo, CT_LINE, CT_POINT, CUBE, curColor, vpImage< Type >::display, vpDisplay::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 857 of file vpWireFrameSimulator.cpp.
References camColor, camera, cMo, curColor, vpImage< Type >::display, vpDisplay::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 326 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 345 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 921 of file vpWireFrameSimulator.cpp.
References camMf, cdMo, cMo, curColor, D_TOOL, desColor, desiredObject, desiredScene, vpImage< Type >::display, vpDisplay::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 636 of file vpWireFrameSimulator.cpp.
References cdMo, cMo, curColor, D_TOOL, desColor, desiredObject, desiredScene, vpImage< Type >::display, vpDisplay::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 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 275 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 vpRobotWireFrameSimulator::initScene(), and initScene().
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 389 of file vpWireFrameSimulator.cpp.
References camera, cameraFactor, D_STANDARD, desiredObject, desiredScene, displayCamera, displayDesiredObject, displayObject, vpException::memoryAllocationError, scene, sceneInitialized, THREE_PTS, and vpERROR_TRACE.
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 481 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 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 564 of file vpWireFrameSimulator.cpp.
References camera, cameraFactor, displayCamera, displayObject, vpException::memoryAllocationError, scene, sceneInitialized, THREE_PTS, and vpERROR_TRACE.
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 371 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
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 465 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
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 548 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 621 of file vpWireFrameSimulator.cpp.
References displayImageSimulator, initScene(), and objectImage.
|
protected |
Enables to change the external camera position.
Definition at line 1278 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 vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), and getExternalImage().
|
protected |
Enables to change the external camera position.
Definition at line 1369 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 |
Project the center of the internal camera into the external camera view.
Definition at line 1461 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 1480 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 1500 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 1519 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 526 of file vpWireFrameSimulator.h.
|
inline |
Set the color used to display the camera in the external view.
col | : The desired color. |
Definition at line 409 of file vpWireFrameSimulator.h.
|
inline |
Set the position of the camera relative to the object.
cMo_ | : The pose of the camera. |
Definition at line 415 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 422 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 429 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 436 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 443 of file vpWireFrameSimulator.h.
|
inline |
Set the color used to display the object at the current position.
col | : The desired color. |
Definition at line 450 of file vpWireFrameSimulator.h.
|
inline |
Set the desired position of the camera relative to the object.
cdMo_ | : The desired pose of the camera. |
Definition at line 456 of file vpWireFrameSimulator.h.
Referenced by vpRobotWireFrameSimulator::setDesiredCameraPosition().
|
inline |
Set the color used to display the object at the desired position.
col | : The desired color. |
Definition at line 462 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 470 of file vpWireFrameSimulator.h.
|
inline |
Set the internal camera parameters.
cam | : The desired camera parameters. |
Definition at line 477 of file vpWireFrameSimulator.h.
References vpCameraParameters::get_px(), and vpCameraParameters::get_py().
Referenced by vpSimulatorAfma6::initDisplay(), and vpSimulatorViper850::initDisplay().
|
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 486 of file vpWireFrameSimulator.h.
References vpTranslationVector::buildFrom().
Referenced by vpRobotWireFrameSimulator::setExternalCameraPosition().
|
inline |
Specify the thickness of the graphics drawings.
Definition at line 499 of file vpWireFrameSimulator.h.
|
inline |
Set the internal camera parameters.
cam | : The desired camera parameters. |
Definition at line 509 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 519 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 224 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 221 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 223 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 222 of file vpWireFrameSimulator.h.
Referenced by navigation().
|
protected |
Definition at line 205 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), and getExternalImage().
|
protected |
Definition at line 192 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), vpSimulatorAfma6::initArms(), vpSimulatorViper850::initArms(), vpRobotWireFrameSimulator::initScene(), initScene(), vpWireFrameSimulator(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 239 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::initArms(), vpSimulatorViper850::initArms(), and initScene().
|
protected |
Definition at line 213 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 197 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), getInternalImage(), and projectCameraTrajectory().
|
protected |
Definition at line 226 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), and getExternalImage().
|
protected |
Definition at line 206 of file vpWireFrameSimulator.h.
Referenced by displayTrajectory(), and getExternalImage().
|
protected |
Definition at line 241 of file vpWireFrameSimulator.h.
Referenced by displayTrajectory(), and getExternalImage().
|
protected |
Definition at line 200 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), and vpRobotWireFrameSimulator::getInternalView().
|
protected |
Definition at line 199 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), and vpRobotWireFrameSimulator::getInternalView().
|
protected |
Definition at line 207 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), getInternalImage(), and vpRobotWireFrameSimulator::getInternalView().
|
protected |
Definition at line 208 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), and vpRobotWireFrameSimulator::getInternalView().
|
protected |
Definition at line 203 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), and initScene().
|
protected |
Definition at line 191 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), initScene(), vpWireFrameSimulator(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 236 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), vpSimulatorAfma6::initArms(), vpSimulatorViper850::initArms(), vpRobotWireFrameSimulator::initScene(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 212 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 235 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 237 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), and initScene().
|
protected |
Definition at line 234 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 243 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 227 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), and getExternalImage().
|
protected |
Definition at line 196 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 195 of file vpWireFrameSimulator.h.
Referenced by vpRobotWireFrameSimulator::get_cMo(), vpRobotWireFrameSimulator::get_fMo(), vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), vpSimulatorAfma6::initialiseCameraRelativeToObject(), vpSimulatorViper850::initialiseCameraRelativeToObject(), vpSimulatorAfma6::initialiseObjectRelativeToCamera(), and vpSimulatorViper850::initialiseObjectRelativeToCamera().
|
protected |
Definition at line 215 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 216 of file vpWireFrameSimulator.h.
Referenced by getExternalImage().
|
protected |
Definition at line 202 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 193 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), getInternalImage(), and initScene().
|
protected |
Definition at line 218 of file vpWireFrameSimulator.h.
Referenced by navigation(), and vpWireFrameSimulator().
|
protected |
Definition at line 220 of file vpWireFrameSimulator.h.
Referenced by navigation(), and vpWireFrameSimulator().
|
protected |
Definition at line 219 of file vpWireFrameSimulator.h.
Referenced by navigation(), and vpWireFrameSimulator().
|
protected |
Definition at line 214 of file vpWireFrameSimulator.h.
Referenced by getExternalImage(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 231 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), and getExternalImage().
|
protected |
Definition at line 229 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getCameraParameters(), vpSimulatorViper850::getCameraParameters(), getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), vpSimulatorAfma6::initDisplay(), vpSimulatorViper850::initDisplay(), vpSimulatorAfma6::setCameraParameters(), and vpSimulatorViper850::setCameraParameters().
|
protected |
Definition at line 232 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), and getExternalImage().
|
protected |
Definition at line 230 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getCameraParameters(), vpSimulatorViper850::getCameraParameters(), getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), vpSimulatorAfma6::initDisplay(), vpSimulatorViper850::initDisplay(), vpSimulatorAfma6::setCameraParameters(), and vpSimulatorViper850::setCameraParameters().
|
protected |
Definition at line 198 of file vpWireFrameSimulator.h.
|
protected |
Definition at line 245 of file vpWireFrameSimulator.h.
Referenced by displayTrajectory(), getExternalImage(), getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), projectCameraTrajectory(), and vpWireFrameSimulator().
|
protected |
Definition at line 190 of file vpWireFrameSimulator.h.
Referenced by vpSimulatorAfma6::getExternalImage(), vpSimulatorViper850::getExternalImage(), getExternalImage(), getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), initScene(), vpWireFrameSimulator(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 210 of file vpWireFrameSimulator.h.
Referenced by getInternalImage(), vpRobotWireFrameSimulator::getInternalView(), vpSimulatorAfma6::initDisplay(), vpSimulatorViper850::initDisplay(), initScene(), and ~vpWireFrameSimulator().
|
protected |
Definition at line 247 of file vpWireFrameSimulator.h.
Referenced by display_scene(), displayTrajectory(), getExternalImage(), vpSimulatorAfma6::updateArticularPosition(), and vpSimulatorViper850::updateArticularPosition().