-
Notifications
You must be signed in to change notification settings - Fork 3
Imageanalysis software
Anubhab Chakraborty edited this page Oct 17, 2021
·
1 revision
Copied from https://github.com/petermr/openDiagram/wiki/Imageanalysis-software
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)