grabPointAuto: grabPointAuto

View source: R/grabPointAuto.R

grabPointAutoR Documentation

grabPointAuto

Description

This is a helper function to automatically find corners using KL divergence

Usage

grabPointAuto(img, ref_set, d_x = 20, d_y = 20, tuner = 2.5)

Arguments

img

The image to be scaned for corners.

ref_set

the reference hue distribution.

d_x

x width of kernel used to scan for corners.

d_y

y width of kernel used to scan for corners.

tuner

Exponent to scale divergence simplex.

Value

A list of length 4. Each slot contains the locations of game-board corners.


ctross/DieTryin documentation built on Sept. 8, 2024, 8:07 p.m.