Skip to content
/ opencv Public
forked from opencv/opencv

WARNING: This is NOT the official upstream opencv git repository

License

Notifications You must be signed in to change notification settings

Slicer/opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

What is this project ?

This project is NOT the official opencv repository.

It is a fork of opencv sources hosted at https://github.com/opencv/opencv.

It is used as staging area to maintain and test patches that may be contributed back to the official repository.

What is the branch naming convention ?

Each branch is named following the pattern slicer-X.Y.Z-YYYY.MM.DD-SHA{N}

where:

  • X.Y.Z is the version of the forked project
  • YYYY.MM.DD is the date of the last official commit associated with the branch.
  • SHA{N} are the first N characters of the last official commit associated with the branch.

How to update the version of tclap ?

  1. Clone this repository and add a remote to the official project
git clone git://github.com/slicer/opencv
cd opencv
git remote add upstream git@github.com:opencv/opencv
git fetch upstream
  1. Create a new branch following the convention slicer-X.Y.Z-YYYY.MM.DD-SHA{N}

  2. Cherry-pick the Slicer specific commits from last branch. Resolve conflict as needed.

  3. Test the changes

  4. Publish the branch. (directly in this repo if you have push rights, or on a fork)

How to be granted push rights ?

Ask on https://discourse.slicer.org/

Questions

If you have questions, see https://discourse.slicer.org/

About

WARNING: This is NOT the official upstream opencv git repository

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 86.9%
  • C 4.6%
  • CMake 2.8%
  • Java 2.4%
  • Python 2.0%
  • Objective-C++ 0.6%
  • Other 0.7%