imagePreProcessing {ZooID} | R Documentation |
Preprocessing the passed image
imagePreProcessing(zpFilepath)
zpFilepath |
Filepath to the zooplankton image to be processed |
extractedImage The section of the image extracted by the algorithm, or NULL if the image was corrupted
## Not run:
zpFilepath <- 'Users/$(whoami)/Images/ZooplanktonImages/ostracod1.png'
ostracod1Image <- imagePreProcessing(zpFilepath)
## End(Not run)