mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +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);
|
lab_pyramid pyr_surround = lab_pyramid(image);
|
||||||
pyr_surround.create_pyramids(sigma_surround, layers);
|
pyr_surround.create_pyramids(sigma_surround, layers);
|
||||||
|
|
||||||
|
lab_pyramid::compute_dog(pyr_center, pyr_surround, layers);
|
||||||
|
lab_pyramid::visualize_dog();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user