Skip to content

Akaze filtering

Steven Fleischer requested to merge akaze_filtering into image_processing

The current algorithm produces filtered images by retaining only those image regions where the AKAZE algorithm successfully detects keypoints. The remaining areas of the image are replaced with white pixels.

Merge request reports