delta.utilities.cell_width_length¶
- delta.utilities.cell_width_length(contour: ndarray) Tuple[float, float]¶
Mesure width and length of single cell
- Parameters
- contourlist
Single cell contour from cv2 findcontours.
- Returns
- widthfloat
Cell width.
- lengthfloat
cell length.