Skip to content
Snippets Groups Projects
Commit 44f98778 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Add CLAHE option to yaml

parent 498722c7
No related branches found
No related tags found
Loading
......@@ -14,6 +14,11 @@ max_new_features: 15
####################################
# ProcessorVisualOdometry parameters
# CLAHE = Contrast Limited Adaptive Histogram Equalization
# -> more continuous lighting and higher contrast images, 1-1.5 ms overhead
use_clahe: true
# FAST KeyPoint detection
fast_params:
# Threshold on the keypoint pixel intensity (in uchar [0-255])
......
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