Skip to content

Averaging multiple 2d histograms from folder of videos #875

Answered by bruno-f-cruz
bruno-f-cruz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Brandon,

I will split the answer in a few self-contained points. Let me know if something is not clear.

1. How to load multiple videos?
I am assuming you want to load several videos and analyze them offline. The easist way to achieve this is using GetFiles which returns all files that match a specific search pattern inside a folder. I am also going to assume you want to load ALL video files inside a folder. This means we can simply load all files with an ".avi" extension (SearchPattern = "*.avi). The output of this node will be an array of strings which contains all the files matching the search pattern. I will also take note of the length of the array which may be handy to have around…

Replies: 1 comment

Comment options

bruno-f-cruz
Apr 18, 2022
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by bruno-f-cruz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant