Vadim Pisarevsky
8f3867756c
Merge pull request #16594 from vpisarev:hull_ordering_fix
...
fixed the ordering of contour convex hull points
* partially fixed the issue #4539
* fixed warnings and test failures
* fixed integer overflow (issue #14521 )
* added comment to force buildbot to re-run
* extended the test for the issue 4539. Check the expected behaviour on the original contour as well
* added comment; fixed typo, renamed another variable for a little better clarity
* added yet another part to the test for issue #4539 , where we run convexHull and convexityDetects on the original contour, without any manipulations. the rest of the test stays the same
5 years ago
Alexander Alekhin
c69245da1f
imgproc: fix fitLine() implementation
...
- update optimal solutions on each iteration
5 years ago
Alexander Alekhin
8f1f4273a2
calib3d: move undistort files from imgproc
6 years ago
Suleyman TURKMEN
6d165dae5e
related moved enums
6 years ago
Suleyman TURKMEN
d8cd1d8fcc
Merge pull request #12246 from sturkmen72:move_enums
...
* Update core.hpp
* Update imgproc.hpp
* Update ImgprocTest.java
* Update CameraCalibrator.java
* Update OnCameraFrameRender.java
* Update FindContoursDemo.java
* Update IntroductionToSVMDemo.java
* Update NonLinearSVMsDemo.java
* Update IntroductionToPCADemo.java
* Update Smoothing.java
* Update MainActivity.java
* Update CalcBackProjectDemo1.java
* Update CornerSubPixDemo.java
* Update CornerDetectorDemo.java
* Update GoodFeaturesToTrackDemo.java
6 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
vipinanand4
39e742765a
Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize
...
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>
7 years ago
Alexander Alekhin
8019498c6e
java tests fixes
8 years ago
abratchik
f978ee613e
fix for #7510 , #7511 and #7512
8 years ago
Maksim Shabunin
457123027e
Modified java wrapping mechanism
10 years ago
Maksim Shabunin
b3bae170ed
Fixed java tests build
...
- disabled xfeature2d dependency for java wrappers
- fixed java wrappers build after cmake rerun
- disabled opencv_ml tests temporarily
- fixed Imgproc usage in java tests
10 years ago
Vadim Pisarevsky
75487d43f5
fixed trailing whitespaces
10 years ago
Vadim Pisarevsky
00b2124876
fixing more compile problems with Java bindings etc
10 years ago
Ilya Lavrenov
3eaa8f149b
added cv::intergal to T-API
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Andrey Kamaev
c98c246fc2
Move border type constants and Moments class to core module
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
dbd30d4fba
Revert "fixing Java test and sample after moving drawContours() from Imgproc to Core"
...
This reverts commit eb4ce67dac
.
Conflicts:
samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionView.java
12 years ago
Andrey Pavlenko
eb4ce67dac
fixing Java test and sample after moving drawContours() from Imgproc to Core
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Andrey Pavlenko
3a922a535c
adding one more assertion to a Java test
13 years ago
Andrey Pavlenko
ea735a0475
Java API: fixing Mat::put() for non-continuous Mat-s, adding/improving tests
13 years ago
Andrey Pavlenko
dbccc9b129
improving Imgproc.convexityDefects() and Imgproc.convexHull()
13 years ago
Andrey Pavlenko
2513f5d3c7
fixing #1808 , Java API improvements
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Pavlenko
a57bc4feea
Java API: fixing more tests
13 years ago
Ivan Korolev
2154fb5a15
Java API: Fixed some bugs in the ImgprocTest.java
13 years ago
Ivan Korolev
89338a38af
Fixed some bugs in the ImgprocTest.java module.
13 years ago
Andrey Pavlenko
0c45a5add2
Java API: minor bug-fixes and improvements in CvVector-s and tests
13 years ago
Andrey Pavlenko
1b2525703e
Java API minor fixes
13 years ago
Andrey Pavlenko
f13e54dd72
#921 less signatures for func-s with default arg val-s (aka smart overloads);
...
moving inpaintTest() to 'photo';
hiding 'Point*' arg in Java signature of Core.checkRange().
13 years ago
Andrey Pavlenko
20cceb8fdf
moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API
13 years ago
Andrey Pavlenko
36890cc959
( #1636 ) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff
13 years ago
Andrey Pavlenko
bb33f8dd3c
fixing Java test compilation after API change (distanceTransform() -> distanceTransformWithLabels())
13 years ago
Andrey Kamaev
3d61f5bdd0
Fixed 2 more tests for Java API
13 years ago
Andrey Pavlenko
d51a5262b3
Java API: adding test for HoughLinesP()
13 years ago
Andrey Kamaev
0a2c7803b6
Fixed mixChannels argument types
14 years ago
Andrey Kamaev
b486a96601
Java API: refactored Core tests
14 years ago
Andrey Kamaev
99e3b5a24e
Java API: cleaned imgproc tests; changed signatures of several java functions
14 years ago
Andrey Kamaev
39c5eb2f66
Java API: new tests for Core and Imgproc from Hussein Abdinoor
14 years ago
Andrey Kamaev
a0590273e9
Java API: fixed problems in video and ml modules; generated test stubs for all exported functions (now we have 1701 tests).
14 years ago
Andrey Pavlenko
70caece001
Java API: fitEllipse arg type is changed to List<Point>, test is updated as well
...
Testing: 1176/4/580
14 years ago
Andrey Pavlenko
790ff8f42a
Java API: minEnclosingCircle() fixed (float& -> float[])
...
Testing: 1130/0/584
14 years ago
Kirill Kornyakov
66e79167ee
java tests: updated testFillConvexPolyMatMatScalarIntInt, testFitEllipse colorWhite added
14 years ago
Kirill Kornyakov
2a47ab6e08
java tests: minor updates
14 years ago
Andrey Pavlenko
fa0daa4809
Java API: fixing converters (copyData=true) and samples compilation
...
Testing: 1079/0/592
14 years ago
Kirill Kornyakov
43628ab868
java: bugfix in RotatedRect, one test fixed
14 years ago
Kirill Kornyakov
d87f513b4f
java tests: addede tests for Converter and core classes by Hussein Abdinoor
14 years ago
Andrey Pavlenko
f4e28f87d8
Java API: new converters, findFundamentalMat/cornerSubPix/findHomography/solvePnP/solvePnPRansac and their tests are updated
14 years ago