Go to file
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data.
begin_x[1] is not the second component of the element, but the element
after the one pointed to begin_x. When begin_x points to the last
element, that line overwrites data past the end of the allocation, which,
during my tests, happened to contain the reference count for the matrix.
Hilarity ensues.
2013-09-06 16:02:41 +04:00
3rdparty LibTIFF Win32 API back-end disabled for Windows RT. 2013-08-28 07:31:46 -07:00
apps Normalized file endings. 2013-08-21 18:59:25 +04:00
cmake /apicontainer added to linker flags on WinRT to fix api test issues. 2013-08-28 08:36:57 -07:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc changed int -> size_t when accessing std::vector 2013-08-31 23:35:03 +10:00
include Normalized file endings. 2013-08-21 18:59:25 +04:00
modules Fixed a memory access error in CV_Remap_Test::generate_test_data. 2013-09-06 16:02:41 +04:00
platforms Merge pull request #1359 from asmorkalov:winrt_tiff_api_fix 2013-08-29 18:07:58 +04:00
samples Fixed OCL samples' install path being inconsistent with the other samples. 2013-09-04 18:52:03 +04:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore updated .gitignore 2013-09-04 11:56:44 +04:00
CMakeLists.txt Merge pull request #1234 from SpecLad:ios-plist 2013-08-23 15:43:08 +04:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
README.md Updated README.md 2013-07-30 18:51:53 +04:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

Donate OpenCV project Donate OpenCV project