imagePreProcessing: imagePreProcessing

View source: R/imagePreProcessing.R

imagePreProcessingR Documentation

imagePreProcessing

Description

Preprocessing the passed image

Usage

imagePreProcessing(zpFilepath)

Arguments

zpFilepath

Filepath to the zooplankton image to be processed

Value

extractedImage The section of the image extracted by the algorithm, or NULL if the image was corrupted

Examples

## Not run: 
zpFilepath <- 'Users/$(whoami)/Images/ZooplanktonImages/ostracod1.png'
ostracod1Image <- imagePreProcessing(zpFilepath)

## End(Not run)

ZooID documentation built on May 29, 2024, 2:57 a.m.