- 01 Jul, 2016 2 commits
-
-
Alexander Alekhin authored
-
Andrey Pavlenko authored
-
- 30 Jun, 2016 8 commits
-
-
Vadim Pisarevsky authored
-
Andrey Pavlenko authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 29 Jun, 2016 5 commits
-
-
Vitaliy Lyudvichenko authored
AutoBuffer::allocate(nsz) didn't work properly when (sz < nsz < fixed_size). In this case sz remained unchanged.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
- 28 Jun, 2016 5 commits
-
-
Alexander Alekhin authored
-
git://github.com/Itseez/opencvPkLab.net authored
# Resolved Conflicts: # modules/videoio/include/opencv2/videoio.hpp
-
Alexander Alekhin authored
CMake doesn't work with empty paths ("") or paths which contains "./"
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Jun, 2016 7 commits
-
-
PkLab.net authored
-
PkLab.net authored
-
Dmitry Trifonov authored
-
Alexander Alekhin authored
-
Simon Hänisch authored
change the `while` loop to check if the two windows created by this example still exist, stop the program otherwise
-
Suleyman TURKMEN authored
-
sarthak authored
removed binary update
-
- 26 Jun, 2016 2 commits
-
-
Suleyman TURKMEN authored
-
Suleyman TURKMEN authored
-
- 24 Jun, 2016 5 commits
-
-
MYLS authored
I could not find the cause of the error: ``` C:\builds_ocv\precommit_opencl\opencv\modules\ts\src\ts_perf.cpp(361): error: The difference between expect_max and actual_max is 8445966.0000002384, which exceeds eps, where expect_max evaluates to 0.9999997615814209, actual_max evaluates to 8445967, and eps evaluates to 1.0000000000000001e-005. Argument "dst0" has unexpected maximal value ``` Hope this is a false alarm.
-
MYLS authored
-
MYLS authored
-
MYLS authored
The three new functions: ```cpp void cvStartWriteRawData_Base64(::CvFileStorage * fs, const char* name, int len, const char* dt); void cvWriteRawData_Base64(::CvFileStorage * fs, const void* _data, int len); void cvEndWriteRawData_Base64(::CvFileStorage * fs); ``` Test is also updated. (And it's remarkable that there is a bug in `cvWriteReadData`.)
-
Alexander Alekhin authored
-
- 23 Jun, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 22 Jun, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
CPack can't work with absolute paths.
-
Alexander Alekhin authored
opencv_ts is static internal library and in case of exporting it requires all static dependencies (include HAL files)
-
- 21 Jun, 2016 1 commit
-
-
Matthew Skolaut authored
-