Hi,
I have video in which I am trying to separate very small fish that may come into contact with one another. I have tried using the watershed algorithm and it runs too slow and doesn't work every time. Is there an alternative to the watershed approach that works better in real-time? I've also tried using custom kernels for morphological operations on the binary image and that helps but still doesn't work every time. Any suggestions on algorithms/techniques I can try? Thanks!
↧