-
Notifications
You must be signed in to change notification settings - Fork 2
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
[NEW] Pre-processing function for video recording events #319
Comments
I decided to make a separate R package |
I decided against a separate R package |
Folder structure: Abissmal |
I was also thinking in using "Data_Processing" instead of "R" |
I like /R actually. I also want to start automated testing of the functions with the testthat package, so I may need /R and also a testing folder that will be automatically created |
Write a function to pre-process video recording events using the magnitude of movement detected (e.g. the number of total pixels that changed color in the video frame), as well as the location of the contours of movement (see issue #313).
The text was updated successfully, but these errors were encountered: