Package: pixelclasser 1.1.1

pixelclasser: Classifies Image Pixels by Colour

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.

Authors:Carlos Real [aut, cre], Quentin Read [rev]

pixelclasser_1.1.1.tar.gz
pixelclasser_1.1.1.zip(r-4.5)pixelclasser_1.1.1.zip(r-4.4)pixelclasser_1.1.1.zip(r-4.3)
pixelclasser_1.1.1.tgz(r-4.4-any)pixelclasser_1.1.1.tgz(r-4.3-any)
pixelclasser_1.1.1.tar.gz(r-4.5-noble)pixelclasser_1.1.1.tar.gz(r-4.4-noble)
pixelclasser_1.1.1.tgz(r-4.4-emscripten)pixelclasser_1.1.1.tgz(r-4.3-emscripten)
pixelclasser.pdf |pixelclasser.html
pixelclasser/json (API)
NEWS

# Install 'pixelclasser' in R:
install.packages('pixelclasser', repos = c('https://carlosrealr.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

20 exports 0.09 score 2 dependencies 8 scripts 186 downloads

Last updated 11 months agofrom:14c41ab0b2. Checks:OK: 7. Indexed: no.

TargetResultDate
Doc / VignettesOKSep 11 2024
R-4.5-winOKSep 11 2024
R-4.5-linuxOKSep 11 2024
R-4.4-winOKSep 11 2024
R-4.4-macOKSep 11 2024
R-4.3-winOKSep 11 2024
R-4.3-macOKSep 11 2024

Exports:classify_pixelsdefine_catdefine_ruledefine_subcatis.categoryis.classified_imageis.ruleis.rule_pointsis.subcategoryis.transformed_imagelabel_rulepixel_categorypixel_rulepixel_subcategoryplace_ruleplot_pixelsplot_rgb_planeplot_ruleread_imagesave_classif_image

Dependencies:jpegtiff

A pixelclasser sample session

Rendered frompixelclasser.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2022-05-03
Started: 2021-10-21

Readme and manuals

Help Manual

Help pageTopics
Classifies the pixels of an imageclassify_pixels is.classified_image summary.pixel_classified_image
Deprecated functionsdefine_cat define_rule define_subcat deprecated
Adds a label to the rulelabel_rule
Creates a category objectis.category pixel_category summary.pixel_category
Creates a rule objectis.rule pixel_rule summary.pixel_rule
Creates a subcategory objectis.subcategory pixel_subcategory summary.pixel_subcategory
pixelclasser: Functions to classify pixels by colourpixelclasser-package pixelclasser
Places a line on the rgb plotis.rule_points place_rule
Plot the pixels of a transformed imageplot_pixels
Plots a triangular plot to be filled with pixels and rulesplot_rgb_plane
Plots the line that defines a ruleplot_rule
Imports and transforms a jpg or tiff file.is.transformed_image read_image summary.pixel_transformed_image
Saves a classified image in TIFF or JPEG formatsave_classif_image