зеркало из https://github.com/microsoft/opencv.git
Страница:
Branches
10
Branches
Max Kostin редактировал(а) эту страницу 2015-07-01 14:27:57 +03:00
Name | Contact | Purpose | Action items |
---|---|---|---|
master | mkostin | Default branch with Appveyor CI badge added on top | |
test-attach | EvgenyAgafonchikov | contains changes to make test runs available on WinRT ARM devices. Builds on WP 8.0,8,1; WS 8.0,8.1; Fails to run tests on WP 8.0 | |
highgui | mkostin | Highgui module applied to videoio UAP sample. The goal is to substitute videoio UX related API with highgui API | Remove videoio UX API and use highgui instead |
vs2015-samples | EvgenyAgafonchikov | contains samples for VS2015RC + required pregenerated projects. Look there for more details | Need to be rebased and projects need to be regenerated as there were WinRT-related updates since the last branch update |
test-vs2015 | EvgenyAgafonchikov | Branch contains pregenerated VS2015RC projects for libraries and tests to make OCV available on Win10 + VS2015RC while there is no official support by CMake | Need to be rebased and projects need to be regenerated as there were WinRT-related updates since the last branch update |
contrib-enable | mkostin | Work to enable contrib module for WinRT, WIP. |
|
videoio-old-sample | mkostin | Legacy version of Videoio sample. Left for reference. Contains a few bits that have not yet made it to OCV main repo (pending highgui PR#4155 merge). | |
test | EvgenyAgafonchikov | Contains minimal (outdated for now, test-contrib is more up to date) set of updates to make WinRT tests run from console w/o APPCONTAINER | |
test_gtest_upd | EvgenyAgafonchikov | Contains OCV GTest updates (rebase on the latest GTest). There is also own Itseez update that should contain rebase on the newer revision | |
update_py_script | EvgenyAgafonchikov | modules/ts/misc/run.py script update that allows to move resulting binaries to other directory for future comparison. UNIX update declined by Itseez | |
winrt | mkostin | Legacy code based on solutions pregenerated with Powershell script. See README for details. Latest version of this kind of approach before moving to using CMake only. Left for reference. |