Skip to content

GrassmannPCA on movies

Compare
Choose a tag to compare
@raffienficiaud raffienficiaud released this 24 Apr 08:09
· 15 commits to master since this release

Several applications were added for computing the PCA on movies:

  • RGA (robust Grassmann Average)
  • GA (Grassmann average)
  • EM-PCA in a multithreaded way

It involved the following changes from the previous release

  • multithreaded reading of files (the reading of files is handled by OpenCV)
  • specific iterators for reading the data from files without additional memory storage