Messages de Rogue Scholar

language
Publié in rOpenSci - open tools for open science
Auteurs Jeroen Ooms, Thomas Lin Pedersen

Release 1.4 of the magick package introducesa new feature called image convolution thatwas requested by Thomas L. Pedersen. In this post we explain what this is all about.Kernel Matrix The new image_convolve() function applies a kernel over the image. Kernel convolution means that each pixel value is recalculated using the weighted neighborhood sum defined in the kernel matrix.

Auteur Jeroen Ooms

Last week, version 1.0 of the magick package appeared on CRAN: an ambitious effort to modernize and simplify high quality image processing in R. This R package builds upon the Magick++ STL which exposes a powerful C++ API to the famous ImageMagick library.