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

[CCV] Added ability to visualize feature maps

Signed-off-by: Jim Martens <github@2martens>
This commit is contained in:
2017-05-07 16:13:54 +02:00
parent 79f615c454
commit 3147bcce8b
2 changed files with 22 additions and 0 deletions

View File

@ -85,6 +85,12 @@ public:
* Has to be called after compute_dog.
*/
void static compute_feature_maps();
/**
* Visualizes the feature maps.
* Has to be called after compute_feature_maps.
*/
void static visualize_feature_maps();
};