plantcv icon indicating copy to clipboard operation
plantcv copied to clipboard

Add Image Type Checks

Open HaleySchuhl opened this issue 3 years ago • 0 comments

Start a discussion about anything you would like We've ran into issues with the methods we use to check input image type (e.g. we look for exactly two unique values to determine an image as binary). This can cause problems when input images are incorrectly rejected or accepted as input. The suggested solution to this would be a handful of image type (and other quality control?) checks that can determine "is binary?", "is grayscale?" or otherwise. Also, could potentially handle data mismatches automatically?

HaleySchuhl avatar Jan 25 '22 17:01 HaleySchuhl