Skip to content

stepankonrad/opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12,309 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV: Open Source Computer Vision Library

This is a fork of the OpenCV library (Release: 3.0-ocl-tp2) with the following modifications:

Branch Modifications
brisk-gray-values The grayvalues during the BRISK feature descriptor extraction can be returned.
fixed-ransac-iterations The RANSAC iteration count for the fundamental matrix estimation can be set.

To use the two modifications, run:

git checkout brisk-gray-values
git checkout fixed-ransac-iterations
git checkout master
git merge brisk-gray-values fixed-ransac-iterations

then use the standard OpenCV build procedure.

About

Open Source Computer Vision Library

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 85.4%
  • Cuda 6.1%
  • Python 2.7%
  • C 2.7%
  • Java 2.4%
  • Objective-C++ 0.5%
  • Other 0.2%