pfocal: Fast Convolution of Matrices

Provides functions to create and apply convolution kernels to rectangular data (matrix, raster). Implements calculations of convolutions in parallel, emphasizing performance over convolution function diversity. Moving window calculations are common in many fields, from image processing to raster data manipulation. The process of ingesting values in the neighborhood of a each cell in a grid, passing them through a function, and returning a reduced value, is embarrassingly parallel. This package implements this with parallel C code. In doing so, it provides a much faster option than other similarly aimed packages and functions.

Package details

AuthorGriffin Barrett [aut], Valentin Lucet [aut], Josie Hughes [aut, cre], Her Majesty the Queen in Right of Canada, as represented by the Minister of Environment and Climate Change [cph]
MaintainerJosie Hughes <josie.hughes@ec.gc.ca>
LicenseGPL-3
Version1.0.0
URL https://landscitech.github.io/pfocal/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("pfocal")

Try the pfocal package in your browser

Any scripts or data that you put into this service are public.

pfocal documentation built on June 17, 2022, 5:07 p.m.