knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Package Info

This R package specializes in filtering the images. It contains three main functions :greenscale(), sharpen() and mirror(). The green color filter converts the original image to a green scaled image. The sharpen filter highlights edges and fine details in an image. The mirror filter function will use convolution to convert the original image to a mirrored image i.e. the left side of the image will be transformed into the right side and the right side of the original image will be transformed into the left side. The package could be used by people to filter images, which could then be uploaded to social media platforms or other websites and applications.

Function description

How to use :



UBC-MDS/filterizeR documentation built on May 7, 2019, 7:14 p.m.