Package: materialmodifier 1.2.0
materialmodifier: Apply Photo Editing Effects
You can apply image processing effects that modifies the perceived material properties of objects in photos, such as gloss, smoothness, and blemishes. This is an implementation of the algorithm proposed by Boyadzhiev et al. (2015) "Band-Sifting Decomposition for Image Based Material Editing". Documentation and practical tips of the package is available at <https://github.com/tsuda16k/materialmodifier>.
Authors:
materialmodifier_1.2.0.tar.gz
materialmodifier_1.2.0.zip(r-4.5)materialmodifier_1.2.0.zip(r-4.4)materialmodifier_1.2.0.zip(r-4.3)
materialmodifier_1.2.0.tgz(r-4.4-any)materialmodifier_1.2.0.tgz(r-4.3-any)
materialmodifier_1.2.0.tar.gz(r-4.5-noble)materialmodifier_1.2.0.tar.gz(r-4.4-noble)
materialmodifier_1.2.0.tgz(r-4.4-emscripten)materialmodifier_1.2.0.tgz(r-4.3-emscripten)
materialmodifier.pdf |materialmodifier.html✨
materialmodifier/json (API)
NEWS
# Install 'materialmodifier' in R: |
install.packages('materialmodifier', repos = c('https://tsuda16k.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tsuda16k/materialmodifier/issues
- face - A face image.
Last updated 2 years agofrom:991e79ca6c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
R-4.4-win | OK | Nov 20 2024 |
R-4.4-mac | OK | Nov 20 2024 |
R-4.3-win | OK | Nov 20 2024 |
R-4.3-mac | OK | Nov 20 2024 |
Exports:%>%get_BS_energyim_loadim_savemodifmodif_dimmodif2
Dependencies:bmpclicpp11digestdownloaderglueigraphimagerjpeglatticelifecyclemagrittrMatrixmomentspkgconfigpngpurrrRcppreadbitmaprlangstringistringrtiffvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
cimg to nimg conversion | cimg2nimg |
A face image. | face |
Calculate the BS feature energy | get_BS_energy |
Scale-space decomposition by the guided filter | gf_decompose |
Scale-space decomposition | gf_decompose_parts |
Scale-space decomposition by the guided filter | gf_decompose_scale |
Reconstruct the original image from decomposed data | gf_reconstruct |
Load image from file or URL | im_load |
Save an image to disk | im_save |
Apply material editing effect | modif |
Check the scale information of an image | modif_dim |
Apply material editing effect (For advanced users) | modif2 |
nimg to cimg conversion | nimg2cimg |
Display an image | plot.nimg |