fillGlare: fillGlare

Description Usage Arguments

View source: R/RcppExports.R

Description

This function returns a cimg wrapped as NumeriMatrix. Using a smoothing kernel, highlights are filled in based on the neighboring values. Iteratively fills in from outer edge inward. Image should have glare cliped to 0 already

Usage

1
fillGlare(imageFromR, highlightCoordinates, aveThresh = 7L)

Arguments

imageFromR

cimg wraped as NumericVector

highlightCoordinates

Coordinates to fill in

aveThresh

Weighted sum, representing minimum number of neighboring non 0 pixels


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