OSOceanAcoustics / echoregions

Interfacing water column sonar data with annotations and labels
https://echoregions.readthedocs.io/
Apache License 2.0
6 stars 6 forks source link

Create Functionality for Getting Vertex Coordinates from the "Polygons" That Make Up Masks and turning these Coordinates into `Regions2D` objects #103

Open ctuguinay opened 1 year ago

ctuguinay commented 1 year ago

Add functionality for extracting vertex coordinate values from xarray (DataArray) mask objects and putting them into Regions2D objects.

ctuguinay commented 4 months ago

I think this would be rather easy to compute with OpenCV? I'll add to 0.3.0 since I think this would be quick.