-
Notifications
You must be signed in to change notification settings - Fork 5
Imageanalysis software
petermr edited this page Oct 15, 2021
·
1 revision
These are basic operations which generally don't depend on the content of the image. Simple examples and pointers to Python tools. Use libraries even for simple operations.
- readers
- RGB values
- geometric clipping
- transparency and backgrounds
- colour scaling and conversions
- file formats (esp. JPEG, TIFF)
- grayscale
- thresholds
- colour2gray or colour2monochrome
We convert into these wherever possible.
- RGB
- PNG
- white background / black
Tools (or native Python) to:
-
section clipping,
-
rotate
- 90/180 rotation (might be required for text)
- non-orthogonal values (interpolation)