Skip to content
Snippets Groups Projects
Commit c88111a4 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

format

parent fc4afc68
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -165,7 +165,7 @@ void ProcessorVisualOdometry::preProcess()
WOLF_TRACE("# of tracks: ", n_tracks_origin, "; min # of tracks: ", params_visual_odometry_->min_features_for_keyframe);
if (n_tracks_origin < params_visual_odometry_->min_features_for_keyframe){
WOLF_TRACE( " Too Few Tracks" );
WOLF_TRACE( "Too Few Tracks" );
// Detect new KeyPoints
std::vector<cv::KeyPoint> kps_last_new;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment