DC-analysis / dclab

Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) data sets
https://dclab.readthedocs.io
Other
10 stars 12 forks source link

fem2rtdc.py does not work with OpenCV 4.5.5 / Python 3.10 #176

Closed lucaswittwer closed 2 years ago

lucaswittwer commented 2 years ago

OpenCV 4.5.5 expects an integer as pt (point) in 'pointPolygonTest' (tested with Python 3.10).

With Python 3.9 and OpenCV 4.5.1.48, the script works. So far, the pointPolygonTest is done on floats.