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:
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')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:14c41ab0b2. Checks:OK: 7. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 10 2024 |
R-4.5-win | OK | Dec 10 2024 |
R-4.5-linux | OK | Dec 10 2024 |
R-4.4-win | OK | Dec 10 2024 |
R-4.4-mac | OK | Dec 10 2024 |
R-4.3-win | OK | Dec 10 2024 |
R-4.3-mac | OK | Dec 10 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
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Classifies the pixels of an image | classify_pixels is.classified_image summary.pixel_classified_image |
Deprecated functions | define_cat define_rule define_subcat deprecated |
Adds a label to the rule | label_rule |
Creates a category object | is.category pixel_category summary.pixel_category |
Creates a rule object | is.rule pixel_rule summary.pixel_rule |
Creates a subcategory object | is.subcategory pixel_subcategory summary.pixel_subcategory |
pixelclasser: Functions to classify pixels by colour | pixelclasser-package pixelclasser |
Places a line on the rgb plot | is.rule_points place_rule |
Plot the pixels of a transformed image | plot_pixels |
Plots a triangular plot to be filled with pixels and rules | plot_rgb_plane |
Plots the line that defines a rule | plot_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 format | save_classif_image |