ISAAKiel / shapAAR

An R package for the extraction, analysis and classification of (not only) archaeological objects from scanned images
GNU General Public License v3.0
9 stars 4 forks source link

inital bulk loop-function testing candidate #1

Closed dirkseidensticker closed 5 years ago

dirkseidensticker commented 6 years ago

I've build a foreach-loop around your functions using the basic workflow illustrated in your vignette. With this approach one can convert an entire folder containing scanned images.[^1] The subsequent analysis is more or less in its infancy[^2]. At the moment the success rate is not that satisfactory. I'll need to optimize based on individual runs for all images that didn't work properly.[^3]

@MartinHinz looking forward to your feedback

[^1] The 'working' testing data: https://www.dropbox.com/sh/al2oio07pbs34b7/AAAtq9KFmIk5NFlbLHBebz6Ea?dl=0 [^2] The testing-script containing a cluster analysis of the resulting profiles: https://www.dropbox.com/s/fstbsl9x0fu6y2y/shapARRtesting.nb.html?dl=0 [^3] The 'not-working' testing data: https://www.dropbox.com/sh/tc6mu3rckml3szg/AABhsTFIIJQTntsxmgUeGR0Na?dl=0

MartinHinz commented 6 years ago

Nice work, thanks alot! Will deal with that soon!

dirkseidensticker commented 5 years ago

I forked the repo and will continue working on this within my fork and PR as soon as I hammered out the details