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

Use TYPE_9_16 which is the default

parent 21a544a8
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -37,7 +37,7 @@ ProcessorVisualOdometry::ProcessorVisualOdometry(ParamsProcessorVisualOdometryPt
// Preprocessor stuff
detector_ = cv::FastFeatureDetector::create(_params_vo->fast_params_.threshold_fast_,
_params_vo->fast_params_.non_max_suppresion_,
cv::FastFeatureDetector::TYPE_7_12); // TYPE_5_8, TYPE_7_12, TYPE_9_16
cv::FastFeatureDetector::TYPE_9_16); // TYPE_5_8, TYPE_7_12, TYPE_9_16
// Processor stuff
// Set pixel noise covariance
......
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