Hi Mina, and thanks for writing! That is a cool paper! Typically, though, we use scikit-image for established algorithms, rather than the latest and greatest. What I would do in your situation (indeed, what I *did* do for my skeleton analysis package, jni.github.io/skan, for example) is to make a separate Python package that is compatible with scikit-image (that is, uses standard data formats like NumPy arrays), but separate. We would be very happy to help spread the word about your work! Incidentally, speaking of papers, if you used scikit-image in developing your system, it would be great if you could cite our paper! [1] Thanks, Juan. ..[1]: https://peerj.com/articles/453/ On Fri, Mar 15, 2019, at 8:06 AM, Mina wrote:
Hello all,
I'm currently in the process of implementing line segmentation as a part of a writer identification system that identifies a given writer from their handwritten script or text. I thought the "Handwritten Text Line Segmentation" may be a good feature to add to scikit-image. Please, tell me what you think. This is the paper I plan to implement: A Statistical approach to line segmentation in handwritten,documents <https://cedar.buffalo.edu/~srihari/papers/SPIE-2007-lineSeg.pdf>.
Best,
Mina Sami
_______________________________________________ scikit-image mailing list -- scikit-image@python.org To unsubscribe send an email to scikit-image-leave@python.org