Skip to content

Given two sets of polygons, finds the regions where polygons from one set overlap the polygons from the other set.

License

Notifications You must be signed in to change notification settings

melihaltun/polygon_overlap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polygon_overlap

Given two sets of polygons, finds the regions where polygons from one set overlap the polygons from the other set.

Matlab scripts in this repo provide a source code to find the overlaping parts of two groups of polygons. Multiple polygons can be present in each group and polygons can be scatterted or be in a tight grid formation.

The code compares each polygon from one group against each polygon from another group and finds overlaps if they exist. Each found overlap is added to a third group.

The code also includes a demo script that generates configurable number of random polygons at random locations for each group. Then the polygon overlap function is called and and the resulting overlaps are displayed along with the original polygons.

image

image

About

Given two sets of polygons, finds the regions where polygons from one set overlap the polygons from the other set.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages