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:
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user