Skip to content
Discussion options

You must be logged in to vote

Hi, depends on what it is you want to do. If you are trying to simply check if two annotations touch or overlap each other, that's not a function that Annotorious provides

I made it using PNPOLY algorithm. https://wrfranklin.org/Research/Short_Notes/pnpoly.html
In short, I just cheking maxX, maxY, minX and minY coords and search if they in my new annotation. That's enough for me at the moment:)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Clasen00
Comment options

@Clasen00
Comment options

Answer selected by Clasen00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants