Package: hazer 1.1.1
hazer: Identifying Foggy and Cloudy Images by Quantifying Haziness
Provides a set of functions to estimate haziness of an image based on RGB bands. It returns a haze factor, varying from 0 to 1, a metric for fogginess and cloudiness. The package also presents additional functions to estimate brightness, darkness and contrast rasters of the RGB image. This package can be used for several applications such as inference of weather quality data and performing environmental studies from interpreting digital images.
Authors:
hazer_1.1.1.tar.gz
hazer_1.1.1.zip(r-4.5)hazer_1.1.1.zip(r-4.4)hazer_1.1.1.zip(r-4.3)
hazer_1.1.1.tgz(r-4.4-any)hazer_1.1.1.tgz(r-4.3-any)
hazer_1.1.1.tar.gz(r-4.5-noble)hazer_1.1.1.tar.gz(r-4.4-noble)
hazer_1.1.1.tgz(r-4.4-emscripten)hazer_1.1.1.tgz(r-4.3-emscripten)
hazer.pdf |hazer.html✨
hazer/json (API)
NEWS
# Install 'hazer' in R: |
install.packages('hazer', repos = c('https://bbcrown.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnasr/hazer/issues
Last updated 6 years agofrom:e165c5163a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 10 2024 |
R-4.5-win | OK | Oct 10 2024 |
R-4.5-linux | OK | Oct 10 2024 |
R-4.4-win | OK | Oct 10 2024 |
R-4.4-mac | OK | Oct 10 2024 |
R-4.3-win | OK | Oct 10 2024 |
R-4.3-mac | OK | Oct 10 2024 |
Exports:getBrightnessgetContrastgetDarknessgetHazeFactorplotRGBArray
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
The brighness map of an image (0 to 1). | getBrightness |
The contrast map of an image (0 to 1). | getContrast |
The darkness map of an image (0 to 1). | getDarkness |
The haze factor for a given RGB array. | getHazeFactor |
Plotting an RGB array on the graphics. | plotRGBArray |