Quickstart#
Tomni is made to make image analysis and computer vision easier. It is created and used by CytoSMART. The functions are detailed in API Documentation.
Usage#
Use tomni to get image dimension of an array
>>> from tomni import img_dim
>>> print(img_dim(image))