This is a short script written to test different image analysis algorithms used in the lab.
Download the file using:
$ git clone https://github.com/microfluidix/image-analysis
One calls the cropping function _cropAll(PATH,maskSize,wellSize,aspectRatio) from the library by calling import cropper in Jupyter Notebook.
The parameters are as follows:
PATH: path to ImagesmaskSize: size (um) of the maskwellSize: size (um) of the featureaspectRatio: um-to-px ratio
As above, one calls the cropping function _cropBySph(PATH,livePosition,wellSize,aspectRatio) from the library by calling import cropper in Jupyter Notebook.
The parameters are as follows:
PATH: path to ImageslivePositon: channel of feature of interest (i.e. cell nuclei)wellSize: size (um) of the featureaspectRatio: um-to-px ratio