Go to the source code of this file.
◆ MR_AffineXf3f
      
        
          | typedef struct MR_AffineXf3f MR_AffineXf3f | 
      
 
 
◆ MR_PointCloud
◆ MR_findMaxDistanceSq_MR_PointCloud()
returns the squared Hausdorff distance between two point clouds, that is the maximum of squared distances from each point to the other cloud (in both directions) 
- Parameters
- 
  
    | rigidB2A | rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation |  | maxDistanceSq | upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq Generated from function MR::findMaxDistanceSq. Parameteracan not be null. It is a single object. Parameterbcan not be null. It is a single object. ParameterrigidB2Adefaults to a null pointer in C++. ParametermaxDistanceSqhas a default argument:3.40282347E+38F, pass a null pointer to use it. |  
 
 
 
◆ MR_findMaxDistanceSqOneWay_MR_PointCloud()
returns the maximum of the squared distances from each B-point to A-cloud 
- Parameters
- 
  
    | rigidB2A | rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation |  | maxDistanceSq | upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq Generated from function MR::findMaxDistanceSqOneWay. Parameteracan not be null. It is a single object. Parameterbcan not be null. It is a single object. ParameterrigidB2Adefaults to a null pointer in C++. ParametermaxDistanceSqhas a default argument:3.40282347E+38F, pass a null pointer to use it. |