- 15 Feb, 2018 1 commit
-
-
Steven authored
-
- 12 Feb, 2018 2 commits
-
-
Maksim Shabunin authored
- allow installing samples sources on all platforms even if BUILD_EXAMPLES is disabled, fixed minor issues in sources installation process - use 'example_<group>_<name>' scheme for target and binary file naming - use single function for sample executable creation
-
Maksim Shabunin authored
- use per-module includes instead of "opencv.hpp" - unused function warnings - undefined macro warning
-
- 08 Feb, 2018 2 commits
-
-
take1014 authored
* Add a new interface for hough transform * Fixed warning code * Fix HoughLinesUsingSetOfPoints based on HoughLinesStandard * Delete memset * Rename HoughLinesUsingSetOfPoints and add common function * Fix test error * Change static function name * Change using CV_Assert instead of if-block and add integer test case * I solve the conflict and delete 'std :: tr1' and changed it to use 'tuple' * I deleted std::tr1::get and changed int to use 'get' * Fixed sample code * revert test_main.cpp * Delete sample code in comment and add snippets * Change file name * Delete static function * Fixed build error
-
luz.paz authored
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 31 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 18 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 12 Jan, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 19 Dec, 2017 1 commit
-
-
catree authored
-
- 18 Dec, 2017 1 commit
-
-
Suleyman TURKMEN authored
* Update samples * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp
-
- 15 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Dec, 2017 1 commit
-
-
catree authored
-
- 09 Oct, 2017 1 commit
-
-
LaurentBerger authored
-
- 06 Oct, 2017 1 commit
-
-
LaurentBerger authored
-
- 05 Oct, 2017 10 commits
- 22 Sep, 2017 2 commits
-
-
vipinanand4 authored
Added gradiantSize param into goodFeaturesToTrack API (#9618) * Added gradiantSize param into goodFeaturesToTrack API Removed hardcode value 3 in goodFeaturesToTrack API, and added new param 'gradinatSize' in this API so that user can pass any gradiant size as 3, 5 or 7. Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com> Signed-off-by:
Prashanth Voora <prashanthx85@gmail.com> * fixed compilation error for java test Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> * Modifying code for previous binary compatibility and fixing other warnings fixed ABI break issue resolved merged conflict compilation error fix Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by:
Patel, Nilaykumar K <nilay.nilpat@gmail.com>
-
Suleyman TURKMEN authored
Update planar_tracking.cpp (#9686)
-
- 13 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 09 Sep, 2017 3 commits
- 28 Aug, 2017 1 commit
-
-
KUANG Fangjun authored
Add demo code for cv::reduce, cv::merge and cv::split.
-
- 25 Aug, 2017 1 commit
-
-
Adi Shavit authored
* Adds cv::resizeWindow() overload taking a single cv::Size argument. * Replaces copied documentaion with Doxygen @overload command.
-
- 23 Aug, 2017 1 commit
-
-
Jiri Horner authored
-
- 01 Aug, 2017 1 commit
-
-
Ryan Pavlik authored
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 14 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
Add constructors taking initializer_list for some of OpenCV data types (#9034) * Add a constructor taking initializer_list for Matx * Add a constructor taking initializer list for Mat and Mat_ * Add one more method to initialize Mat to the corresponding tutorial * Add a note how to initialize Matx * CV_CXX_11->CV_CXX11
-
- 03 Jul, 2017 2 commits
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
catree authored
-
- 30 Jun, 2017 1 commit
-
-
tribta authored
*Fixing typos; *Making codes more similar to the main one, in C++; *Adding Grayscale option to the Python and Java codes; *Fixing python identation, whitespaces and redundancies.
-
- 28 Jun, 2017 1 commit
-
-
Vladislav Sovrasov authored
-