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
This could be colliding with the implementation of the clear method, which sets all values to NaN.
Actually this line should pass as a second argument NaN values as well, right?
The text was updated successfully, but these errors were encountered:
Actually this line should pass as a second argument NaN values as well, right?
I agree that this is not consistent.
I guess that the best would be to pass the desired initialization value as argument, which would at least allow the caller to avoid double-initializing vectors that might be pretty big.
base-types/src/samples/DistanceImage.cpp
Line 43 in a24cde6
This could be colliding with the implementation of the clear method, which sets all values to NaN.
Actually this line should pass as a second argument NaN values as well, right?
The text was updated successfully, but these errors were encountered: