Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

UNIX
Compile either as application with:
>>gcc read_camera.c -v -std=c99 $(pkg-config --libs --cflags opencv)

or for MATLAB with:
>>mex read_camera.c -v CFLAGS='$CFLAGS -std=c99' $(pkg-config --libs --cflags opencv)

MS WINDOWS
Compilation should be similar to unix

USAGE
In MATLAB use read_camera(-1) to deinitialize the cam.

About

Shows sparse optical Flow using slight modification of an implementation by David Stavens (david.stavens@ai.stanford.edu). It implements a MATLAB interface as well.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages