Package: pixelclasser 1.0.0
pixelclasser: Classifies Image Pixels by Colour
Contains functions to classify the pixels of an image file (jpeg or tiff) by its colour. It implements a simple form of the techniques known as Support Vector Machine adapted to this particular problem.
Authors:
pixelclasser_1.0.0.tar.gz
pixelclasser_1.0.0.zip(r-4.5)pixelclasser_1.0.0.zip(r-4.4)pixelclasser_1.0.0.zip(r-4.3)
pixelclasser_1.0.0.tgz(r-4.4-any)pixelclasser_1.0.0.tgz(r-4.3-any)
pixelclasser_1.0.0.tar.gz(r-4.5-noble)pixelclasser_1.0.0.tar.gz(r-4.4-noble)
pixelclasser_1.0.0.tgz(r-4.4-emscripten)pixelclasser_1.0.0.tgz(r-4.3-emscripten)
pixelclasser.pdf |pixelclasser.html✨
pixelclasser/json (API)
# Install 'pixelclasser' in R: |
install.packages('pixelclasser', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/pixelclasser/issues
Last updated 4 years agofrom:e2539ca0dd (on main). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Sep 28 2024 |
R-4.5-win | OK | Sep 28 2024 |
R-4.5-linux | OK | Sep 28 2024 |
R-4.4-win | OK | Sep 28 2024 |
R-4.4-mac | OK | Sep 28 2024 |
R-4.3-win | OK | Sep 28 2024 |
R-4.3-mac | OK | Sep 28 2024 |
Exports:classify_pixelsdefine_catdefine_ruledefine_subcatlabel_ruleplace_ruleplot_pixelsplot_rgb_planeplot_ruleread_imagesave_classif_image
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Classifies the pixels of an image | classify_pixels |
Creates a category object | define_cat |
Creates a rule object | define_rule |
Creates a subcategory object | define_subcat |
Adds a label to the rule | label_rule |
pixelclasser: Functions to classify pixels by colour | pixelclasser |
Places a line on the rgb plot | 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 a jpg or tiff file. | read_image |
Saves a classified image in TIFF or JPEG format | save_classif_image |