SciPy Create 2D Polygon Mask
I need to create a numpy 2D array which represents a binary mask of a polygon, using standard Python packages.
I need to create a numpy 2D array which represents a binary mask of a polygon, using standard Python packages.