imagePreProcessing {ZooID} | R 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)
[Package ZooID version 0.2.0 Index]