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:
@ -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();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user