Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
This is the complete list of members for vpMbtFaceDepthNormal, including all inherited members.
addLine(vpPoint &p1, vpPoint &p2, vpMbHiddenFaces< vpMbtPolygon > *const faces, int polygon=-1, std::string name="") | vpMbtFaceDepthNormal | |
computeDesiredFeatures(const vpHomogeneousMatrix &cMo, const unsigned int width, const unsigned int height, const pcl::PointCloud< pcl::PointXYZ >::ConstPtr &point_cloud, vpColVector &desired_features, const unsigned int stepX, const unsigned int stepY, const vpImage< bool > *mask=NULL) | vpMbtFaceDepthNormal | |
computeDesiredFeatures(const vpHomogeneousMatrix &cMo, const unsigned int width, const unsigned int height, const std::vector< vpColVector > &point_cloud, vpColVector &desired_features, const unsigned int stepX, const unsigned int stepY, const vpImage< bool > *mask=NULL) | vpMbtFaceDepthNormal | |
computeDesiredFeaturesPCL(const pcl::PointCloud< pcl::PointXYZ >::ConstPtr &point_cloud_face, vpColVector &desired_features, vpColVector &desired_normal, vpColVector ¢roid_point) | vpMbtFaceDepthNormal | protected |
computeDesiredFeaturesRobustFeatures(const std::vector< double > &point_cloud_face_custom, const std::vector< double > &point_cloud_face, const vpHomogeneousMatrix &cMo, vpColVector &desired_features, vpColVector &desired_normal, vpColVector ¢roid_point) | vpMbtFaceDepthNormal | protected |
computeDesiredFeaturesSVD(const std::vector< double > &point_cloud_face, const vpHomogeneousMatrix &cMo, vpColVector &desired_features, vpColVector &desired_normal, vpColVector ¢roid_point) | vpMbtFaceDepthNormal | protected |
computeDesiredNormalAndCentroid(const vpHomogeneousMatrix &cMo, const vpColVector &desired_normal, const vpColVector ¢roid_point) | vpMbtFaceDepthNormal | protected |
computeInteractionMatrix(const vpHomogeneousMatrix &cMo, vpMatrix &L, vpColVector &features) | vpMbtFaceDepthNormal | |
computeNormalVisibility(const double nx, const double ny, const double nz, const vpColVector ¢roid_point, vpColVector &face_normal) | vpMbtFaceDepthNormal | |
computeNormalVisibility(const float nx, const float ny, const float nz, const pcl::PointXYZ ¢roid_point, pcl::PointXYZ &face_normal) | vpMbtFaceDepthNormal | |
computeNormalVisibility(const double nx, const double ny, const double nz, const vpHomogeneousMatrix &cMo, const vpCameraParameters &camera, vpColVector &correct_normal, vpPoint ¢roid) | vpMbtFaceDepthNormal | |
computePolygonCentroid(const std::vector< vpPoint > &points, vpPoint ¢roid) | vpMbtFaceDepthNormal | protected |
computeROI(const vpHomogeneousMatrix &cMo, const unsigned int width, const unsigned int height, std::vector< vpImagePoint > &roiPts) | vpMbtFaceDepthNormal | protected |
computeVisibility() | vpMbtFaceDepthNormal | |
computeVisibilityDisplay() | vpMbtFaceDepthNormal | |
display(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, const unsigned int thickness=1, const bool displayFullModel=false) | vpMbtFaceDepthNormal | |
display(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, const unsigned int thickness=1, const bool displayFullModel=false) | vpMbtFaceDepthNormal | |
displayFeature(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const double scale=0.05, const unsigned int thickness=1) | vpMbtFaceDepthNormal | |
displayFeature(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const double scale=0.05, const unsigned int thickness=1) | vpMbtFaceDepthNormal | |
estimateFeatures(const std::vector< double > &point_cloud_face, const vpHomogeneousMatrix &cMo, vpColVector &x_estimated, std::vector< double > &weights) | vpMbtFaceDepthNormal | protected |
estimatePlaneEquationSVD(const std::vector< double > &point_cloud_face, const vpHomogeneousMatrix &cMo, vpColVector &plane_equation_estimated, vpColVector ¢roid) | vpMbtFaceDepthNormal | protected |
GEOMETRIC_CENTROID enum value | vpMbtFaceDepthNormal | |
isTracked() const | vpMbtFaceDepthNormal | inline |
isVisible() const | vpMbtFaceDepthNormal | inline |
m_cam | vpMbtFaceDepthNormal | |
m_clippingFlag | vpMbtFaceDepthNormal | |
m_distFarClip | vpMbtFaceDepthNormal | |
m_distNearClip | vpMbtFaceDepthNormal | |
m_faceActivated | vpMbtFaceDepthNormal | protected |
m_faceCentroidMethod | vpMbtFaceDepthNormal | protected |
m_faceDesiredCentroid | vpMbtFaceDepthNormal | protected |
m_faceDesiredNormal | vpMbtFaceDepthNormal | protected |
m_featureEstimationMethod | vpMbtFaceDepthNormal | protected |
m_hiddenFace | vpMbtFaceDepthNormal | |
m_isTrackedDepthNormalFace | vpMbtFaceDepthNormal | protected |
m_isVisible | vpMbtFaceDepthNormal | protected |
m_listOfFaceLines | vpMbtFaceDepthNormal | protected |
m_pclPlaneEstimationMethod | vpMbtFaceDepthNormal | protected |
m_pclPlaneEstimationRansacMaxIter | vpMbtFaceDepthNormal | protected |
m_pclPlaneEstimationRansacThreshold | vpMbtFaceDepthNormal | protected |
m_planeCamera | vpMbtFaceDepthNormal | protected |
m_planeObject | vpMbtFaceDepthNormal | |
m_polygon | vpMbtFaceDepthNormal | |
m_polygonLines | vpMbtFaceDepthNormal | protected |
m_useScanLine | vpMbtFaceDepthNormal | |
MEAN_CENTROID enum value | vpMbtFaceDepthNormal | |
PCL_PLANE_ESTIMATION enum value | vpMbtFaceDepthNormal | |
ROBUST_FEATURE_ESTIMATION enum value | vpMbtFaceDepthNormal | |
ROBUST_SVD_PLANE_ESTIMATION enum value | vpMbtFaceDepthNormal | |
samePoint(const vpPoint &P1, const vpPoint &P2) const | vpMbtFaceDepthNormal | protected |
setCameraParameters(const vpCameraParameters &camera) | vpMbtFaceDepthNormal | |
setFaceCentroidMethod(const vpFaceCentroidType &method) | vpMbtFaceDepthNormal | inline |
setFeatureEstimationMethod(const vpFeatureEstimationType &method) | vpMbtFaceDepthNormal | inline |
setPclPlaneEstimationMethod(const int method) | vpMbtFaceDepthNormal | inline |
setPclPlaneEstimationRansacMaxIter(const int maxIter) | vpMbtFaceDepthNormal | inline |
setPclPlaneEstimationRansacThreshold(const double threshold) | vpMbtFaceDepthNormal | inline |
setScanLineVisibilityTest(const bool v) | vpMbtFaceDepthNormal | |
setTracked(const bool tracked) | vpMbtFaceDepthNormal | inline |
vpFaceCentroidType enum name | vpMbtFaceDepthNormal | |
vpFeatureEstimationType enum name | vpMbtFaceDepthNormal | |
vpMbtFaceDepthNormal() | vpMbtFaceDepthNormal | |
~vpMbtFaceDepthNormal() | vpMbtFaceDepthNormal | virtual |