mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
[CCV] DoG is now computed and visualized
Signed-off-by: Jim Martens <github@2martens>
This commit is contained in:
@ -24,6 +24,7 @@ int main(int argc, char** argv) {
|
||||
lab_pyramid pyr_surround = lab_pyramid(image);
|
||||
pyr_surround.create_pyramids(sigma_surround, layers);
|
||||
|
||||
|
||||
lab_pyramid::compute_dog(pyr_center, pyr_surround, layers);
|
||||
lab_pyramid::visualize_dog();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user