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

[CCV] Added method to visualize gaussian pyramids

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-05-30 18:07:14 +02:00
parent 712246b72a
commit b379fdd3be
2 changed files with 21 additions and 0 deletions

View File

@ -68,6 +68,12 @@ public:
*/
gauss_pyramid get_pyramid(int channel);
/**
* Visualizes the gaussian pyramids.
* They need to be created first.
*/
void visualize_gaussian_pyrs();
/**
* Computes the center-surround and surround-center contrasts and stores them for later use.
*