Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Ignotus/uva-computer-vision

Repository files navigation

Computer Vision Team Project

UVA ISLA

The following project contains matlab implementation of algorithms for:

Computer Vision 1

Computer Vision 2

Slides

  • Slides for a talk about R-CNN papers (PDF)

Dependencies

For Matlab code:

For C++ code:

  • cmake
  • OpenCV >= 3.0
  • PCL >= 1.7.0
  • VTK >= 6.0
  • C++11 supported compiler

Configuring

After building dependencies from Matlab:

addpath <path to the libsvm folder>/matlab/
run('<path to the vlfeat folder>/toolbox/vl_setup')

Copyright

Copyright (c) 2016 Minh Ngo, Riaan Zoetmulder ^

^ These authors contributed equally to this work inspite of the fact that one doesn't use git :)

This project is distributed under the MIT license. It's a part of the Computer Vision 1 and Computer Vision 2 courses taught by Theo Gevers and guest lecturers at the University of Amsterdam. Please follow the UvA regulations governing Fraud and Plagiarism in the case if you are a student.

fscatter3 is distributed under the BSD 2-Clause license. VLFeat is distributed under the BSD license. SIFT image descriptor used in our project is patented by David Lowe (University of British Columbia) and cannot be used for comercial purpose.