Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ SAFARI Public

❗ This is a read-only mirror of the CRAN R package repository. SAFARI — Shape Analysis for AI-Reconstructed Images. Homepage: https://github.com/estfernandez/SAFARI

Notifications You must be signed in to change notification settings

cran/SAFARI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAFARI

The R package SAFARI (Shape Analysis for AI-Reconstructed Images) provides functions for reading, preprocessing, segmenting ROI, and extracting shape-based features in AI-reconstructed images.

Description

SAFARI is an R package that consists of a collection of functions for image processing and shape analysis. The available functions allow users to segment regions of interest and extract quantitative shape descriptors in AI-reconstructed images, especially those produced from medical imaging modalities.

Development

The latest version of the package is under development at GitHub. One may install it by

## install.packages("devtools")
devtools::install_github("estfernandez/SAFARI")

Dependencies

This package requires the use of EBImage from the Bioconductor project. One must install this package by

## install.packages("BiocManager")
BiocManager::install("EBImage")

Get Started

Examples are provided for the main functions. One may get started from those examples and the function documentation. We also provide a command-line tool for applications in the terminal.

library(SAFARI)
?read.image           # read and preprocess reconstructed image
?binary.segmentation  # segmentation procedure
?compute.features     # feature extraction for an individual ROI
?rc.plot              # visualize binary or segmented images

License

GNU General Public License (≥ 3)

About

❗ This is a read-only mirror of the CRAN R package repository. SAFARI — Shape Analysis for AI-Reconstructed Images. Homepage: https://github.com/estfernandez/SAFARI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages