R/harris.R
harris_keypoints.Rd
Runs the harris_corners function, then selects as keypoints the center of connected regions with Harris over a certain threshod.
harris_keypoints(im, thr = "99%", sigma = 3, bord = 30)
im | image |
---|---|
thr | threshold, as passed to imager::threshold |
sigma | blur used for corner detection |
bord | border region |
a list, with an image labeled by region and a data frame of the region's centers.
Source: https://www.kaggle.com/vicensgaitan/image-registration-the-r-way/notebook