Wrong function parameter type for SmartProjectionParams

Issue #248 resolved
Yan Ma created an issue

I'm referring to the following two functions:

  void setLandmarkDistanceThreshold(bool landmarkDistanceThreshold) {
    triangulation.landmarkDistanceThreshold = landmarkDistanceThreshold;
  }
  void setDynamicOutlierRejectionThreshold(bool dynOutRejectionThreshold) {
    triangulation.dynamicOutlierRejectionThreshold = dynOutRejectionThreshold;
  }

I believe that the parameter type for both function should be a double?

Cheers,

Comments (2)

  1. Log in to comment