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

[CCV] Fixed visualization of DOG

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-05-30 19:18:12 +02:00
parent d73e52de94
commit e196aea379
2 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ public:
* @param surround the surround pyramid
* @param number_of_layers the number of layers used to create the two pyramids
*/
void static compute_dog(lab_pyramid center, lab_pyramid surround, int number_of_layers);
void static compute_dog(const lab_pyramid center, const lab_pyramid surround, int number_of_layers);
/**
* Visualizes the center-surround and surround-center contrasts. They have to be computed first.