Skip to content

Commit

Permalink
Update cpp/kinematic_icp/correspondence_threshold/CorrespondenceThres…
Browse files Browse the repository at this point in the history
…hold.hpp

Co-authored-by: Benedikt Mersch <mersch@igg.uni-bonn.de>
  • Loading branch information
tizianoGuadagnino and benemer authored Nov 12, 2024
1 parent 947cae3 commit c4e34e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct CorrespondenceThreshold {
bool use_adaptive_threshold_;
double fixed_threshold_; // <-- Ignored if use_adaptive_threshold_ = true

// Local cache for ccomputation
// Local cache for computation
double model_sse_;
double num_samples_;
};
Expand Down

0 comments on commit c4e34e3

Please sign in to comment.