Kai Ninomiya
CIS 581
Strict feature matching thresholds
Looser feature matching thresholds
Not the nicest transform ever.
Easier on the eye.
(Low-res because my target image size computation is wrong.)
function [Y, X, rmax] = anms(cimg, max_pts, ANMS_THRESH)
%ANMS Adaptive Non-Maximal Suppression
if nargin < 3
ANMS_THRESH = 1000;
end
"bloopr: it's like bad Instagram filters for MATLAB"
i will answer them