Paper-Chart-Extraction-Project / ChartExtractor

ChartExtractor uses computer vision to convert images of paper charts to digital data.
https://paper-chart-extraction-project.github.io/ChartExtractor/
GNU General Public License v3.0
3 stars 1 forks source link

Tile annotations #1

Closed RyanDoesMath closed 4 months ago

RyanDoesMath commented 4 months ago

Added the ability to tile annotations with the same parameters as tile_image. If you supply both of these methods with the same parameters, they will match (IE: annotations[ix][jx] will contain all the annotations in tiles[ix][jx] for all ix, jx).

Later I might add the ability to include annotations that only overlap a given percentage of the tile.

Also made some small changes to documentation.