harris_keypoints: Detect keypoints using Harris corner detector, and find...

Description Usage Arguments Details Value

View source: R/harris.R

Description

Runs the harris_corners function, then selects as keypoints the center of connected regions with Harris over a certain threshod.

Usage

1
harris_keypoints(im, thr = "99%", sigma = 3, bord = 30)

Arguments

im

image

thr

threshold, as passed to imager::threshold

sigma

blur used for corner detection

bord

border region

Details

Source: https://www.kaggle.com/vicensgaitan/image-registration-the-r-way/notebook

Value

a list, with an image labeled by region and a data frame of the region's centers.


srvanderplas/ShoeAlignR documentation built on Jan. 23, 2021, 4:03 a.m.