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
You said set the first measurement to be the anchor frame,but in the FUNCTION single_triangulationfeat->anchor_clone_timestamp = feat->timestamps.at(feat->anchor_cam_id).back(); you set the newest time, Am I not understanding correctly?
besides in the file of FeatureInitializerOptions.h/// **Minimum** distance to accept triangulated features double max_dist = 40;
The text was updated successfully, but these errors were encountered:
Yes, we do this since if we initialize a feature in the oldest frame, right away we need to perform an anchor change since that old clone will be marginalized. We do loop through and find which camera has the most measurements, and use that frame to anchor the feature in.
Yes, we do this since if we initialize a feature in the oldest frame, right away we need to perform an anchor change since that old clone will be marginalized. We do loop through and find which camera has the most measurements, and use that frame to anchor the feature in.
thank you for your reply
You said set the first measurement to be the anchor frame,but in the FUNCTION single_triangulation
feat->anchor_clone_timestamp = feat->timestamps.at(feat->anchor_cam_id).back();
you set the newest time, Am I not understanding correctly?besides in the file of FeatureInitializerOptions.h
/// **Minimum** distance to accept triangulated features double max_dist = 40;
The text was updated successfully, but these errors were encountered: