VideoSearch: Obtain the ID for main video entries into the database.

Description Usage Arguments Author(s) References Examples

View source: R/VideoSearch.R

Description

Video hashes have been stored in differnt chuncks. Main chunk includes the container data. Then, a second chunk named _video.json stores the motion vector and later on, under the ev_father entry different chunks have been stored with key image hashes. Those hashes implements different pHash hashes ( DCT, MW, RD, STRADA).

A vector of string is returned

Usage

1

Arguments

url

URL where the NonSQL database answer queries.

Author(s)

Silvia Esinosa, <silviaespinosag@gmail.com>, Joaquin Ordieres, <j.ordieres@upm.es>, Antonio Bello, <abello@uniovi.es>.

References

Espinosa-Gutiez, S., Ordieres-Mere, J., Bello-Garcia, A.: Large scale part-to-part video matching by a likelihood function using featured based video representation. TAMIDA 2013 - Taller de Mineria de Datos dentro del IV congreso Espannol de Informatica. 254-257 (2013). http://bioinspired.dacya.ucm.es/maeb2013/images/ActasCAEPIA_final.pdf
Cui, M., Femiani, J., Hu, J., Wonka, P., Razdan, A.: Curve matching for open 2D curves. Pattern Recogn. Lett. 30, 1-10 (2009)

Examples

1
2
## Requires specific server architecture
# videos<-VideoSearch()

VideoComparison documentation built on May 29, 2017, 5:58 p.m.