pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

#47 : Added enhancements to mbr in pointpats #48

Closed sugam45 closed 4 years ago

sugam45 commented 4 years ago

Changed mbr to minimum_bounding_rectangle, Added opencv minimum_area_rectangle, Removed loop in mbr and substituted with in-built max and min functions

sugam45 commented 4 years ago

@ljwolf Please have a look at this pr and kindly review it.