sul-cidr / histonets

Histonets is an application to convert images of scanned maps into digital networks
https://histonets.stanford.edu
Other
20 stars 0 forks source link

What data do we need to store for the image templates? #92

Closed mejackreed closed 7 years ago

mejackreed commented 7 years ago

I know there are some things like a mask, but what do we need to store here for each template? @versae @csbailey5t

versae commented 7 years ago

For now only the image (a IIIF URL would suffice), a threshold number (0 to 100), and a mask, which is a binary matrix of the same size of the template image, but optional. In the near future we might also need a boolean field for extracting HOG features, a threshold for rotation, and another threshold of elasticity, but I am still not sure how I am gonna make those work in a reasonable time.