diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-06 08:05:57 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-06 08:11:01 +0100 | 
| commit | 3fd39cf892250545b4510065fe16e39d494faa44 (patch) | |
| tree | 7f52c9a4a5257778cdd8cb3c46e038a368eb2768 /tracker-pt/module/point_extractor.cpp | |
| parent | 94600f2c5f234dddf826c9d6d9db91952832220a (diff) | |
cruft only
Diffstat (limited to 'tracker-pt/module/point_extractor.cpp')
| -rw-r--r-- | tracker-pt/module/point_extractor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tracker-pt/module/point_extractor.cpp b/tracker-pt/module/point_extractor.cpp index a634768c..fcf58c2d 100644 --- a/tracker-pt/module/point_extractor.cpp +++ b/tracker-pt/module/point_extractor.cpp @@ -155,7 +155,7 @@ void PointExtractor::color_to_grayscale(const cv::Mat& frame, cv::Mat1b& output)      }      default:          eval_once(qDebug() << "wrong pt_color_type enum value" << int(s.blob_color)); -        /*FALLTHROUGH*/ +    [[fallthrough]];      case pt_color_natural:          cv::cvtColor(frame, output, cv::COLOR_BGR2GRAY);          break; | 
