Skip to content

jcnm/em

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Eyes Motion]
=====
This project is only for learning computer vision field.


How to compile
---

use make comande
> make

but first you need to install some package dependecies. Mainly opencv.

Opencv Installation
---

 - Mas OS X / linux
(manually go to opencv.org -> download -> Opencv for Linux/Mac
https://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.5/opencv-2.4.5.tar.gz/download)

> sudo ./configure ;  make ; make install

by a manager package like macport :
- OS X : install macport

> sudo port install opencv*

- Linux:
apt-get install opencv*

Need installation of config package (pkgconfig or pkg-config)
Most of time pkgconfig is initially installed on Linux but OS X need a manual
installation trought macport or homebrew
> sudo port install (pkgconfig or pkg*)

Open [Eyes Motion].
> cd em
> ls
   ./src
   ./default.mp4
   ./Makfile
   ./README
   ./papers
   ./datas
> make all

Test the program on default.mp4
> ./em

on any other file

> ./em <file_path>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published