Skip to content
/ radon Public

Radon Transform for Magick Image Objects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hrryt/radon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb63011 · Nov 24, 2024

History

4 Commits
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 24, 2024
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024

Repository files navigation

radon

Apply the Radon transform to magick image objects.

Installation

You can install the development version of radon like so:

# install.packages("devtools")
devtools::install_github("hrryt/radon")

Example

Apply the Radon transform to the ImageMagick logo:

library(radon)
(im <- image_square(magick::logo))

image_radon(im, steps = 360, progress = FALSE)

About

Radon Transform for Magick Image Objects

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages