Skip to content

Addalin/cameranetwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CameraNetwork

Code for running and analyzing the Camera Network

Latest version can be downloaded from github.

Installation Instructions

Usage Instructions

Documentation

Documentation Status

Documentation is provided using sphinx. To compile the documentation:
Make sure Sphinx is installed pip install -U Sphinx

Navigate to document folder cd docs,
then generate source files -
Windows:

    sphinx-apidoc -f -o source ..\CameraNetwork

Linux:

  sphinx-apidoc -f -o source/ ../CameraNetwork

Finally, Create html document make html
or, for PDF:

sudo apt-get install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk texlive-luatex texlive-xetex

then

 make latexpdf

To view the docs navigate to /docs/build/latex/CameraNetwork.pdf or run /docs/build/html/index.html

Author

Amit Aides

Contributors

Adi Vainiger, Omer Shubi

License

Please see the LICENSE file for details on copying and usage.

About

Software for remote sensing camera networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.2%
  • HTML 25.8%
  • Shell 8.0%
  • Other 1.0%