r/computervision • u/SalemIII • 14h ago
Showcase I built a classical image processing algorithm that counts textile threads with high accuracy, source in body!
Hello everyone!
I'm an engineering student, during my last internship at a medical device company, i was FORCED to count threads by hand, hated it so much that I wrote code that automated it, tried to turn it into a startup, not going all that great, so I thought I'll just document and release it, works on an Orange Pi and camera module, tested on a real production line, let me know if you have any remarks or questions, check it out!
119
Upvotes
1
u/RoboMind 16m ago
If you know the thickness of a single thread in pixels, you can simply use the ratio of white and black pixels, right?



36
u/BlobbyMcBlobber 14h ago
Classic CV is so much fun