- 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 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 11 May, 2017 1 commit
-
-
Cartucho authored
* Extending template_matching tutorial with Java * adding mask to java version of the tutorial * adding the python toggle and code * updating table of content * adding py and java to table of content * adding mask to python * going back to markdown with duplicated text * non duplicated text
-
- 21 Apr, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 06 Mar, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 28 Feb, 2017 2 commits
-
-
umbraclet16 authored
Fix bug in camera_calibration.cpp that the program tries to parse input of type VIDEO_FILE as IMAGE_LIST which causes the program to crash.
-
vskarlsruhe authored
-
- 27 Feb, 2017 1 commit
-
-
vskarlsruhe authored
Increase readability by using namespace std
-
- 23 Feb, 2017 1 commit
-
-
vskarlsruhe authored
If-condition was always true (alpha = 0.5 is set in Line 19). Now the user input is checked to be between 0 and 1. This is correct in the tutorial code for OpenCV 2.4.
-
- 16 Jan, 2017 1 commit
-
-
logic1988 authored
Fix error usage in HitMiss tutorial, and improved the visualization results (#7978) * Fix error usage in HitMiss tutorial, and improved the visualization results Fix error usage in HitMiss tutorial, and improved the visualization results * Update HitMiss.cpp * Update HitMiss.cpp
-
- 10 Jan, 2017 1 commit
-
-
catree authored
-
- 05 Jan, 2017 1 commit
-
-
catree authored
Use directly the doxygen snippet command for the Changing the contrast and brightness of an image tutorial. Extend the tutorial with a pratical example and with a gamma correction method to adjust the brightness of an image.
-
- 03 Jan, 2017 1 commit
-
-
Lorena García authored
-
- 15 Dec, 2016 2 commits
-
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
Cartucho authored
* GSoC 2016 - Adding toggle files to be used by tutorials. Add a toggle option for tutorials. * adds a button on the HTML tutorial pages to switch between blocks * the default option is for languages: one can write a block for C++ and another one for Python without re-writing the tutorial Add aliases to the doxyfile. * adding alises to make a link to previous and next tutorial. * adding alias to specify the toggle options in the tutorials index. * adding alias to add a youtube video directly from link. Add a sample tutorial (mat_mask_opertaions) using the developed aliases: * youtube alias * previous and next tutorial alias * buttons * languages info for tutorial table of content * code referances with snippets (and associated sample code files) * Removing the automatic ordering. Adding specific toggles for cpp, java and python. Move all the code to the footer / header and Doxyfile. Updating documentation.
-
- 25 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 21 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Aug, 2016 1 commit
-
-
Asal Mirzaieva authored
- also some minor changes to the respective sample cpp file
-
- 22 Aug, 2016 1 commit
-
-
Cartucho authored
The Mat "src_copy" is never used.
-
- 15 Aug, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 08 Aug, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 11 Jul, 2016 1 commit
-
-
Arthur Cinader authored
1. Explain grayscale input still read as three channel 2. Fix typo 3. Add more details to image match explanation to include the use of masks
-
- 01 Jul, 2016 1 commit
-
-
Arthur Cinader authored
-
- 30 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jun, 2016 1 commit
-
-
sarthak authored
removed binary update
-