1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00

[CCV] Fixed typo

Signed-off-by: Jim Martens <github@2martens>
This commit is contained in:
2017-05-04 12:57:07 +02:00
parent 056bbb85fc
commit 72a06519ac

View File

@ -67,7 +67,7 @@ void lab_pyramid::compute_dog(lab_pyramid center, lab_pyramid surround, int numb
_cs_contrast_l.push_back(dog_final);
dog_raw = surround_layer_mat - center_layer_mat;
cv::threshold(dog_raw, dog_final, 0, 1, cv::THRESH_TOZERO);
_cs_contrast_l.push_back(dog_final);
_sc_contrast_l.push_back(dog_final);
// A channel
center_layer_mat = center_a.get(layer);