findPath: findPath

Description Usage Arguments

View source: R/RcppExports.R

Description

This function returns a NumeriMatrix, identifying the optimal edge Using the A* algorithm on a canny edge matrix weighted by a neural network The traversal balances clarity/smoothness of the edge against the network evaluation

Usage

1
findPath(edge, startx, starty, endx, endy, minX, maxX, minY, maxY, proximity)

Arguments

edge

Weighted canny edge matrix

startx

Starting pixel x component

starty

Starting pixel y component

endx

Ending pixel x component

endy

Ending pixel y component

minX

Left boundary

maxX

Right boundary

minY

Upper boundary

maxY

Lower boundary

proximity

Distance to ending coordinate at which trace can terminate


haimeh/finFindR documentation built on July 17, 2021, 12:56 a.m.