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
Projection covariance for point should be based on selected pixel covariance and depth covariance (as these are the actual measurements) and then popogated via the backProjection Jacobian. This will take a little bit of work to refactor
As part of above refactor the feature API/frame API with so that all the information about projection/covariance depth etc can go straight into the feature. This include the way we currently update the depth of each feature from the frame. We should not need to do it like this - each feature should just have all the information in it.