- 28 Dec, 2017 1 commit
-
-
Tom Becker authored
Hough many circles (#10232) * Add Hui's optimization. Merge with latest changes in OpenCV. * Use conditional compilation instead of a runtime flag. * Whitespace. * Create the sequence for the nonzero edge pixels only if using that approach. * Improve performance for finding very large numbers of circles * Return the circles with the larger accumulator values first, as per API documentation. Use a separate step to check distance between circles. Allows circles to be sorted by strength first. Avoids locking in EstimateRadius which was slowing it down. Return centers only if maxRadius == 0 as per API documentation. * Sort the circles so results are deterministic. Otherwise the order of circles with the same strength depends on parallel processing completion order. * Add test for HoughCircles. * Add beads test. * Wrap the non-zero points structure in a common interface so the code can use either a vector or a matrix. * Remove the special case for skipping the radius search if maxRadius==0. * Add performance tests. * Use NULL instead of nullptr. OpenCV should compile with C++98 compiler. * Put test suite name first. Use different test suite names for each test to avoid an error from the test runner. * Address build bot errors and warnings. * Skip radius search if maxRadius < 0. * Dynamically switch to NZPointList when it will be faster than NZPointSet. * Fix compile error: missing 'typename' prior to dependent type name. * Fix compile error: missing 'typename' prior to dependent type name. This time fix it the non C++ 11 way. * Fix compile error: no type named 'const_reference' in 'class cv::NZPointList' * Disable ManySmallCircles tests. Failing on Mac. * Change beads image to JPEG for smaller file size. Try enabling the ManySmallCircles tests again. * Remove ManySmallCircles tests. They are failing on the Mac build. * Fix expectations to check all circles. * Changing case on a case-insensitive file system Step 1: remove the old file names * Changing case on a case-insensitive file system Step 2: add them back with the new names * Fix cmpAccum function to be strictly weak ordered. * Add tests for many small circles. * imgproc(perf): fix HoughCircles tests * imgproc(houghCircles): refactor code - simplify NZPointList - drop broken (de-synchronization of 'current'/'mi' fields) NZPointSet iterator - NZPointSet iterator is replaced to direct area scan - use SIMD intrinsics - avoid std exceptions (build for embedded systems)
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 08 Dec, 2017 1 commit
-
-
Christof Kaufmann authored
This is added according to #7862.
-
- 28 Nov, 2017 1 commit
-
-
elenagvo authored
-
- 27 Nov, 2017 2 commits
-
-
elenagvo authored
-
Vadim Pisarevsky authored
rewrote the added note in perhaps a cleaner way
-
- 21 Nov, 2017 1 commit
-
-
Rostislav Vasilikhin authored
HoughCircles rewritten (PR #7434 updated) (#10041) * initial version of renewed HoughCircles done * fixed compilation * fixed SIMD ability & compilation warning * fixed accumulator nonmax comparison * common Mutex for all invokers * nzLocal is std::vector * nz is std::vector * SSE2 -> SIMD128 * centers is now std::vector * circles is std::vector * estimateRadius updated * accum calculation w/o mutex * less deprecated code * several bugs fixed * back to mutex, TLS gathering doesn't work * extra code removed * little refactoring * docs note updated * a little speedup * warning fixed
-
- 08 Nov, 2017 1 commit
-
-
Fakabbir Amin authored
* Improve Documentation Fixes Spelling Mistakes.
-
- 07 Nov, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 01 Nov, 2017 2 commits
-
-
Vitaly Tuzov authored
-
Maksim Shabunin authored
-
- 30 Oct, 2017 1 commit
-
-
Fakabbir Amin authored
* Error in the documentation for cv::getRectSubPix. #9788 The function name is corrected to GetRectSubPix since, it uses the notation of src, dst and center. Also added the number of channel assertion criteria. * Error in the documentation for cv::getRectSubPix. #9788 Replace dst with patch in the formula, reverted function name to getRectSubPix, removed BorderTypes comment line due to no explicit call to the function found. * Error in the documentation for cv::getRectSubPix. #9788 Replace dst with patch in the formula, reverted function name to getRectSubPix, removed BorderTypes comment line due to no explicit call to the function found.
-
- 27 Oct, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 11 Oct, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 10 Oct, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 02 Oct, 2017 1 commit
-
-
Jasper Shemilt authored
Adds fitEllipseDirect to imgproc: The Direct least square (Direct) method by Fitzgibbon1999. New Tests are included for the methods. fitEllipseAMS Tests fitEllipseDirect Tests Comparative examples are added to fitEllipse.cpp in Samples.
-
- 22 Sep, 2017 1 commit
-
-
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>
-
- 14 Sep, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 13 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 29 Aug, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 16 Aug, 2017 1 commit
-
-
berak authored
-
- 10 Aug, 2017 1 commit
-
-
Suleyman TURKMEN authored
An example program shows using cv::findHomography and cv::warpPerspective for image warping
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 17 Jul, 2017 1 commit
-
-
Shuyu Liang authored
-
- 03 Jul, 2017 1 commit
-
-
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
-
- 24 Jun, 2017 1 commit
-
-
catree authored
-
- 01 May, 2017 1 commit
-
-
saskatchewancatch authored
Issue 8647: Updated doc for cv::matchTemplate to reflect current support for methods when mast template is supplied.
-
- 25 Apr, 2017 1 commit
-
-
saskatchewancatch authored
Updated comments for cv::ellipse and cv::ellipse2Poly to clarify some behaviour that has confused some users. Amend: Delete trailing whitespace to make doc tests happy
-
- 21 Apr, 2017 1 commit
-
-
Alessandro Gentilini authored
-
- 01 Apr, 2017 1 commit
-
-
Hamdi Sahloul authored
-
- 20 Mar, 2017 1 commit
-
-
berak authored
-
- 15 Mar, 2017 1 commit
-
-
Fangjun KUANG authored
* Improve documentation. * Update imgproc.hpp
-
- 10 Mar, 2017 1 commit
-
-
Fangjun KUANG authored
Make it more clear for the type of input argument.
-
- 01 Mar, 2017 1 commit
-
-
Fangjun KUANG authored
-
- 27 Feb, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 23 Feb, 2017 1 commit
-
-
PkLab.net authored
-
- 10 Feb, 2017 1 commit
-
-
Tomoaki Teshima authored
- let it possible to reach Bayer2BGRA conversion
-
- 07 Feb, 2017 1 commit
-
-
LaurentBerger authored
-