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

online motion-energy computation #1

Open
anwarnunez opened this issue Mar 17, 2020 · 1 comment
Open

online motion-energy computation #1

anwarnunez opened this issue Mar 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@anwarnunez
Copy link
Contributor

It should be feasible to have a running buffer of image luminance values and compute the motion-energy features using that buffer only.

advantages:
removes memory errors due to loading a large number of images.
allows for some sort of real-time-ish use (except at the edges)

disadvantages:
?

@anwarnunez anwarnunez added the enhancement New feature or request label Mar 17, 2020
@marklescroart
Copy link

I agree that this is a good idea, have been working on something like this for my own purposes. This seems best accomplished with a wrapper to the main code. This would keep the focus of the code on computing motion energy, not on bookkeeping stuff (what to load, when to load it). Also, if there were such a wrapper function, it could readily be applied to other preprocessing functions (e.g. possibly DNN features, etc)

anwarnunez added a commit that referenced this issue Apr 11, 2020
ENH: basic functionality for solving issue #1
anwarnunez added a commit that referenced this issue May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants