Last data update: 2014.03.03

VideoComparison

Package: VideoComparison
Version: 0.15
Date: 2015-07-24
Title: Video Comparison Tool
Author: Silvia Espinosa, Joaquin Ordieres, Antonio Bello, Jose Maria Perez
Maintainer: Joaquin Ordieres <j.ordieres@upm.es>
Depends: R (>= 2.15.2), zoo, RCurl, RJSONIO, stats, pracma, Rcpp (>=
0.10.3)
LinkingTo: Rcpp
Suggests: MASS
Description: It will take the vectors of motion for two videos
(coming from a variant of shotdetect code allowing to store
detailed motion vectors in JSON format, for instance) and it
will look for comparing taking out the common chunk.
Then, provided you have some image's hashes it will compare
their signature in order to make up the decision about
chunk similarity of two video files.
ShotDetect is a free software which detects shots and scenes
from a video (http://johmathe.name/shotdetect.html).
License: GPL (>= 2)
URL: http://www.r-project.org
Packaged: 2015-07-24 20:33:52 UTC; jb
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-07-25 11:24:48

● 0 images, 9 functions, 8 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'VideoComparison' ...
** package 'VideoComparison' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c VideoDistance.cpp -o VideoDistance.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c hamming_distance.c -o hamming_distance.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o VideoComparison.so VideoDistance.o hamming_distance.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/VideoComparison/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'VideoComparison'
    finding HTML links ... done
    Compare2Videos                          html  
    ExtractImgHash                          html  
    ExtractImgPos                           html  
    ExtractMotion                           html  
    VideoComparison-package                 html  
    VideoComparison                         html  
    VideoDistance                           html  
    VideoMatch                              html  
    VideoSearch                             html  
    h2                                      html  
    hh                                      html  
    imagehash1                              html  
    imagehash2                              html  
    imgs                                    html  
    mm                                      html  
    videomotion1                            html  
    videomotion2                            html  
** building package indices
** testing if installed package can be loaded
* DONE (VideoComparison)
Making 'packages.html' ... done