You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function calcCoordsFromCurrentView returns the number of model points multiplied with 2.
In comparison calcCoordsFromCurrentViewMask returns the number of model points NOT multiplied with 2.
This might lead to an inconsistency in using both functions as equivalent behavior is expected.
Probably the error is located in Sensor.cpp in calcCoordsFromCurrentView in line 94. The counter for valid points is incremented for every point twice. In comparison calcCoordsFromCurrentViewMask is incremented for every point only once.
The text was updated successfully, but these errors were encountered:
The function calcCoordsFromCurrentView returns the number of model points multiplied with 2.
In comparison calcCoordsFromCurrentViewMask returns the number of model points NOT multiplied with 2.
This might lead to an inconsistency in using both functions as equivalent behavior is expected.
Probably the error is located in Sensor.cpp in calcCoordsFromCurrentView in line 94. The counter for valid points is incremented for every point twice. In comparison calcCoordsFromCurrentViewMask is incremented for every point only once.
The text was updated successfully, but these errors were encountered: