forked from davidhehir/Comp3750Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
41 lines (28 loc) · 1.17 KB
/
README
File metadata and controls
41 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
COMP3750 Project: Tracking Viral Youtube Videos
Supervisor: Dr Lexing Xie
Implementation: David Hehir, 2011 Semester 2
----
Please cite this paper if you use or build upon this code:
Visual Memes in Social Media: Tracking Real-world News in YouTube Videos (2011)
Lexing Xie, Apostol Natsev, Matthew Hill, John Kender, John R Smith
ACM Multimedia 2011, Scottsdale, AZ, USA, Nov 2011
http://users.cecs.anu.edu.au/~xlx/proj/visualmemes.html
-------
Please see "./documentation/Install Guide.txt" for installation instructions.
-----------------
Compilation notes on ubuntu / mac os x
need the following open-source packages:
OpenCV 2.4.2
Jansson
Boost 1.50
== ColorCorrelogram
install opencv
install libjansson-dev
follow this to configure Eclipse CDT project
http://docs.opencv.org/trunk/doc/tutorials/introduction/linux_eclipse/linux_eclipse.html
(not on mac os w. macports the library path may be /opt/loca/lib)
include the three core opencv libs (opencv_core opencv_imgproc opencv_highgui)
== FeatuerMatcher --
add boost root dir to include path
include the three core opencv libs (opencv_core opencv_imgproc opencv_highgui)
also include opencv_features2d opencv_flann for the linker