Learn R Programming

pixelclasser (version 1.1.1)

Classifies Image Pixels by Colour

Description

Contains functions to classify the pixels of an image file by its colour. It implements a simple form of the techniques known as Support Vector Machine adapted to this particular problem.

Copy Link

Version

Install

install.packages('pixelclasser')

Monthly Downloads

312

Version

1.1.1

License

GPL-3 | file LICENSE

Maintainer

Carlos Real

Last Published

October 18th, 2023

Functions in pixelclasser (1.1.1)

label_rule

Adds a label to the rule
plot_rgb_plane

Plots a triangular plot to be filled with pixels and rules
pixel_subcategory

Creates a subcategory object
plot_pixels

Plot the pixels of a transformed image
place_rule

Places a line on the rgb plot
pixelclasser

pixelclasser: Functions to classify pixels by colour
pixel_category

Creates a category object
pixel_rule

Creates a rule object
deprecated

Deprecated functions
classify_pixels

Classifies the pixels of an image
plot_rule

Plots the line that defines a rule
read_image

Imports and transforms a jpg or tiff file.
save_classif_image

Saves a classified image in TIFF or JPEG format
transform_colours

Transforms RGB values into proportions (rgb values)