Package: imagine 2.1.4

Wencheng Lau-Medrano
imagine: IMAGing engINEs, Tools for Application of Image Filters to Data Matrices
Provides fast application of image filters to data matrices, using R and C++ algorithms.
Authors:
imagine_2.1.4.tar.gz
imagine_2.1.4.zip(r-4.7)imagine_2.1.4.zip(r-4.6)imagine_2.1.4.zip(r-4.5)
imagine_2.1.4.tgz(r-4.6-x86_64)imagine_2.1.4.tgz(r-4.6-arm64)imagine_2.1.4.tgz(r-4.5-x86_64)imagine_2.1.4.tgz(r-4.5-arm64)
imagine_2.1.4.tar.gz(r-4.7-arm64)imagine_2.1.4.tar.gz(r-4.7-x86_64)imagine_2.1.4.tar.gz(r-4.6-arm64)imagine_2.1.4.tar.gz(r-4.6-x86_64)
imagine_2.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
imagine/json (API)
NEWS
| # Install 'imagine' in R: |
| install.packages('imagine', repos = c('https://luislaum.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/luislaum/imagine/issues
- wbImage - Data matrix to be used as example image.
Last updated from:579e1ab2c4. Checks:12 ERROR, 1 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 159 | ||
| linux-devel-x86_64 | ERROR | 129 | ||
| source / vignettes | ERROR | 236 | ||
| linux-release-arm64 | ERROR | 166 | ||
| linux-release-x86_64 | ERROR | 143 | ||
| macos-release-arm64 | ERROR | 183 | ||
| macos-release-x86_64 | ERROR | 251 | ||
| macos-oldrel-arm64 | ERROR | 182 | ||
| macos-oldrel-x86_64 | ERROR | 386 | ||
| windows-devel | ERROR | 170 | ||
| windows-release | ERROR | 237 | ||
| windows-oldrel | ERROR | 348 | ||
| wasm-release | OK | 108 |
Exports:agenbagFilterscontextualMFconvolution2DconvolutionMedianconvolutionQuantilemeanFiltermedianFilterquantileFilter
Dependencies:cliRcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Performs algorithms from Agenbag et al. (2003) | agenbagFilters |
| Performs Contextual Median Filter | contextualMF |
| Make convolution calculations from numeric matrix | convolution2D convolutionMedian convolutionQuantile |
| Make a 2D filter calculations from numeric matrix | meanFilter medianFilter quantileFilter |
| Data matrix to be used as example image. | wbImage |