[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Available Algorithms #164

Open
HannesOberreiter opened this issue Aug 26, 2019 · 3 comments
Open

Available Algorithms #164

HannesOberreiter opened this issue Aug 26, 2019 · 3 comments
Labels

Comments

@HannesOberreiter
Copy link
Contributor

Hi,

I compiled the gui version with cmake and cv4 and it seems to work fine, but there are not as many algorithms available as in your documentation.

Did I installed it wrong or is it because of cv4?

Bildschirmfoto 2019-08-26 um 16 07 38

Can I also drop a small question, maybe anyone has some experience here with this kind of images. I create each few seconds an image of a brood frame with bees and want to remove the moving bees on it. The best approach so far was with AdaptiveBackgroundLearning and 1000 (around 1 hour in time) Images.
Any other algorithms which should be good for this problem?

Which gives me a relative good result here the first and last image:
1
1000

Thanks, Cheers
Hanes

@andrewssobral
Copy link
Owner
andrewssobral commented Aug 27, 2019

Hi @HannesOberreiter ,

Yes, the small number of available algorithms is due to the version of opencv (currently the opencv3 is the most supported offering 42 algorithms over 43), I need to migrate/adapt existing algorithms for opencv4, I'm still working on it.

About your second question, there's no a right answer to it. Taking into account my large experience on background subtraction, a lot of moving detection problems need a lot of tests, trials, experiments. You'll see that some algorithms have more performance on some specific situations than others. The algorithm parameters also play an important role.

About your use case, I recommend you a nice PhD thesis of my old colleague Chiron Guillaume. We did our PhD on the same lab. He did a doctoral research on detecting and tracking honeybees using stereo vision. You can see his publications here:
https://l3i.univ-larochelle.fr/Chiron-Guillaume-IGR
in the bottom of the page, you'll see his thesis, slides, videos, etc.
Hope this help you.

@HannesOberreiter
Copy link
Contributor Author

Thank you very much for your great answer!

@andrewssobral
Copy link
Owner

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants