profile/ivi/opencv.git
13 years agofixed some warnings under win64
Vladislav Vinogradov [Mon, 8 Aug 2011 13:03:18 +0000 (13:03 +0000)]
fixed some warnings under win64

13 years agominor changes
Maria Dimashova [Mon, 8 Aug 2011 12:47:04 +0000 (12:47 +0000)]
minor changes

13 years agominor improvements in cmake-file for gpu samples
Anatoly Baksheev [Mon, 8 Aug 2011 12:16:23 +0000 (12:16 +0000)]
minor improvements in cmake-file for gpu samples

13 years agofixed some warnings under win64
Vladislav Vinogradov [Mon, 8 Aug 2011 11:28:14 +0000 (11:28 +0000)]
fixed some warnings under win64

13 years agoadded gpu::Canny function
Vladislav Vinogradov [Mon, 8 Aug 2011 08:53:55 +0000 (08:53 +0000)]
added gpu::Canny function

13 years agoFixed mixChannels argument types
Andrey Kamaev [Mon, 8 Aug 2011 07:08:58 +0000 (07:08 +0000)]
Fixed mixChannels argument types

13 years agofixed #1279
Vladislav Vinogradov [Mon, 8 Aug 2011 05:59:09 +0000 (05:59 +0000)]
fixed #1279

13 years agoAdded the "Interoperability with OpenCV 1" tutorial.
Bernat Gabor [Mon, 8 Aug 2011 05:58:10 +0000 (05:58 +0000)]
Added the "Interoperability with OpenCV 1" tutorial.

13 years agoJava API: refactored Core tests
Andrey Kamaev [Mon, 8 Aug 2011 05:16:31 +0000 (05:16 +0000)]
Java API: refactored Core tests

13 years agoAdded the tutorial "Using OpenCV Android binary package to compile applications,...
Leonid Beynenson [Sun, 7 Aug 2011 20:46:51 +0000 (20:46 +0000)]
Added the tutorial "Using OpenCV Android binary package to compile applications, which use OpenCV from native level".

13 years agocorrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)
Vadim Pisarevsky [Sun, 7 Aug 2011 17:12:09 +0000 (17:12 +0000)]
corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)

13 years agofixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket...
Vadim Pisarevsky [Sun, 7 Aug 2011 16:58:29 +0000 (16:58 +0000)]
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285)

13 years agoJava API: cleaned imgproc tests; changed signatures of several java functions
Andrey Kamaev [Sat, 6 Aug 2011 21:19:23 +0000 (21:19 +0000)]
Java API: cleaned imgproc tests; changed signatures of several java functions

13 years agodisable implicit numpy array use in old-style Python bindings because of hard-to...
Vadim Pisarevsky [Sat, 6 Aug 2011 20:15:29 +0000 (20:15 +0000)]
disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177)

13 years agofixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the...
Vadim Pisarevsky [Sat, 6 Aug 2011 19:42:29 +0000 (19:42 +0000)]
fixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the patch)

13 years agofixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticke...
Vadim Pisarevsky [Sat, 6 Aug 2011 19:38:09 +0000 (19:38 +0000)]
fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273)

13 years agofixed parallel block matching stereo correspondence algorithm (ticket #997; thanks...
Vadim Pisarevsky [Sat, 6 Aug 2011 19:28:20 +0000 (19:28 +0000)]
fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch)

13 years agoadded some missing declarations of the functions, noticed in the ticket ##229
Vadim Pisarevsky [Sat, 6 Aug 2011 19:17:14 +0000 (19:17 +0000)]
added some missing declarations of the functions, noticed in the ticket ##229

13 years agoadded _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214)
Vadim Pisarevsky [Sat, 6 Aug 2011 18:52:05 +0000 (18:52 +0000)]
added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214)

13 years agotemporarily fixed #1279
Vadim Pisarevsky [Sat, 6 Aug 2011 18:03:08 +0000 (18:03 +0000)]
temporarily fixed #1279

13 years agoJava API: added ticket number to failed test
Andrey Kamaev [Sat, 6 Aug 2011 12:17:00 +0000 (12:17 +0000)]
Java API: added ticket number to failed test

13 years agomc
Andrey Kamaev [Sat, 6 Aug 2011 10:03:24 +0000 (10:03 +0000)]
mc

13 years agoticket #1280
Anatoly Baksheev [Sat, 6 Aug 2011 09:59:51 +0000 (09:59 +0000)]
ticket #1280

13 years agoupdated lt_track.py sample
Alexander Mordvintsev [Sat, 6 Aug 2011 09:56:42 +0000 (09:56 +0000)]
updated lt_track.py sample
- continuous feature detection
- track verification by reverse tracking

13 years agoJava API:
Andrey Kamaev [Sat, 6 Aug 2011 09:22:07 +0000 (09:22 +0000)]
Java API:
* fixed manually ported classes;
* added vector<vector<Point>> support;
* changed argument types for 3 functions;
* finished tests for org.opencv.core.Core class.

13 years agoJava tests: fixed 1 test in core and 1 disabled
Andrey Kamaev [Fri, 5 Aug 2011 16:33:46 +0000 (16:33 +0000)]
Java tests: fixed 1 test in core and 1 disabled

13 years agoJava tests: removed test_1
Andrey Kamaev [Fri, 5 Aug 2011 15:49:08 +0000 (15:49 +0000)]
Java tests: removed test_1

13 years agoFixed color conversion bug
Andrey Kamaev [Fri, 5 Aug 2011 15:46:13 +0000 (15:46 +0000)]
Fixed color conversion bug

13 years agofixed comment and doc on L2
Maria Dimashova [Fri, 5 Aug 2011 14:05:41 +0000 (14:05 +0000)]
fixed comment and doc on L2

13 years agoadded check of output image in drawKeypoints()
Maria Dimashova [Fri, 5 Aug 2011 14:04:38 +0000 (14:04 +0000)]
added check of output image in drawKeypoints()

13 years agoJava API: fixed script for coverage calculation
Andrey Kamaev [Fri, 5 Aug 2011 13:04:14 +0000 (13:04 +0000)]
Java API: fixed script for coverage calculation

13 years agoJava API: new tests for Core and Imgproc from Hussein Abdinoor
Andrey Kamaev [Fri, 5 Aug 2011 11:59:45 +0000 (11:59 +0000)]
Java API: new tests for Core and Imgproc from Hussein Abdinoor

13 years agoJava API: fixed problems in video and ml modules; generated test stubs for all export...
Andrey Kamaev [Fri, 5 Aug 2011 08:39:28 +0000 (08:39 +0000)]
Java API: fixed problems in video and ml modules; generated test stubs for all exported functions (now we have 1701 tests).

13 years agofixed errors in cmdparser
itsyplen [Thu, 4 Aug 2011 16:12:55 +0000 (16:12 +0000)]
fixed errors in cmdparser

13 years agonew version of command line parser
itsyplen [Thu, 4 Aug 2011 16:09:04 +0000 (16:09 +0000)]
new version of command line parser

13 years agoJava API: vector_vector support for KeyPoint/DMatch/char
Andrey Pavlenko [Thu, 4 Aug 2011 14:24:30 +0000 (14:24 +0000)]
Java API: vector_vector support for KeyPoint/DMatch/char
Testing: 1178/4/576

13 years agoImplemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for...
Andrey Kamaev [Thu, 4 Aug 2011 14:13:07 +0000 (14:13 +0000)]
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java

13 years agofixed CvHomographyEstimator::runKernel (ticket #1275)
Vadim Pisarevsky [Thu, 4 Aug 2011 13:06:08 +0000 (13:06 +0000)]
fixed CvHomographyEstimator::runKernel (ticket #1275)

13 years agoJava API: fitEllipse arg type is changed to List<Point>, test is updated as well
Andrey Pavlenko [Thu, 4 Aug 2011 12:00:53 +0000 (12:00 +0000)]
Java API:  fitEllipse arg type is changed to List<Point>, test is updated as well
Testing: 1176/4/580

13 years agoJava API: (per code review) adding check (data.length % CvType.channels(t) != 0)...
Andrey Pavlenko [Thu, 4 Aug 2011 11:45:48 +0000 (11:45 +0000)]
Java API: (per code review) adding check (data.length % CvType.channels(t) != 0) for Mat:: put/get, adding 2 tests for them
Testing: 1176/4/580

13 years agoJava API: fixed wrong JNI name for native delete()
Andrey Pavlenko [Thu, 4 Aug 2011 11:13:09 +0000 (11:13 +0000)]
Java API: fixed wrong JNI name for native delete()

13 years agoImplemented read/write methods for BriefDescriptorExtractor class
Andrey Kamaev [Thu, 4 Aug 2011 09:56:10 +0000 (09:56 +0000)]
Implemented read/write methods for BriefDescriptorExtractor class

13 years agoJava API: added tests for SiftDescriptorExtractor and OrbDescriptorExtractor
Andrey Kamaev [Thu, 4 Aug 2011 06:21:17 +0000 (06:21 +0000)]
Java API: added tests for SiftDescriptorExtractor and OrbDescriptorExtractor

13 years agoAdded CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)
Andrey Kamaev [Thu, 4 Aug 2011 06:19:52 +0000 (06:19 +0000)]
Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)

13 years agoFixed reading/writing parameters for OrbDescriptorExtractor
Andrey Kamaev [Thu, 4 Aug 2011 06:18:24 +0000 (06:18 +0000)]
Fixed reading/writing parameters for OrbDescriptorExtractor

13 years agoFixed bug in checkRange - integer Mats were always in range
Andrey Kamaev [Thu, 4 Aug 2011 06:17:23 +0000 (06:17 +0000)]
Fixed bug in checkRange - integer Mats were always in range

13 years agoJavaAPI: fixed typo; some constants are moved to private section; added tests for...
Andrey Kamaev [Wed, 3 Aug 2011 19:46:30 +0000 (19:46 +0000)]
JavaAPI: fixed typo; some constants are moved to private section; added tests for BruteForceMatcher-Hamming

13 years agoJava API: added wrapper for GenericDescriptorMatcher
Andrey Kamaev [Wed, 3 Aug 2011 16:17:33 +0000 (16:17 +0000)]
Java API: added wrapper for GenericDescriptorMatcher

13 years agoandroid tutorial updated: spelling and note about spaces in path to OpenCV package
Kirill Kornyakov [Wed, 3 Aug 2011 16:06:17 +0000 (16:06 +0000)]
android tutorial updated: spelling and note about spaces in path to OpenCV package

13 years agoJava API: minEnclosingCircle() fixed (float& -> float[])
Andrey Pavlenko [Wed, 3 Aug 2011 15:23:33 +0000 (15:23 +0000)]
Java API: minEnclosingCircle() fixed (float& -> float[])
Testing: 1130/0/584

13 years agoJava API: added and fixed several tests
Andrey Kamaev [Wed, 3 Aug 2011 15:14:55 +0000 (15:14 +0000)]
Java API: added and fixed several tests

13 years agojava tests: deleted image writing to sdcard
Kirill Kornyakov [Wed, 3 Aug 2011 14:59:30 +0000 (14:59 +0000)]
java tests: deleted image writing to sdcard

13 years agojava tests: updated testFillConvexPolyMatMatScalarIntInt, testFitEllipse colorWhite...
Kirill Kornyakov [Wed, 3 Aug 2011 14:18:26 +0000 (14:18 +0000)]
java tests: updated testFillConvexPolyMatMatScalarIntInt, testFitEllipse colorWhite added

13 years agofixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs...
Vadim Pisarevsky [Wed, 3 Aug 2011 14:04:14 +0000 (14:04 +0000)]
fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography)

13 years agoJava API: calcOpticalFlowPyrLK() args types are changed to vector<>
Andrey Pavlenko [Wed, 3 Aug 2011 13:31:51 +0000 (13:31 +0000)]
Java API: calcOpticalFlowPyrLK() args types are changed to vector<>
Testing: 1130/0/585

13 years agoreverted
Kirill Kornyakov [Wed, 3 Aug 2011 13:21:21 +0000 (13:21 +0000)]
reverted

13 years agoJava API: added tests for FlannBased DescriptorMatcher
Andrey Kamaev [Wed, 3 Aug 2011 13:20:01 +0000 (13:20 +0000)]
Java API: added tests for FlannBased DescriptorMatcher

13 years agojava tests: minor updates
Kirill Kornyakov [Wed, 3 Aug 2011 13:12:39 +0000 (13:12 +0000)]
java tests: minor updates

13 years agoJava API: added tests for BruteForceMatcher (L1)
Andrey Kamaev [Wed, 3 Aug 2011 12:57:19 +0000 (12:57 +0000)]
Java API: added tests for BruteForceMatcher (L1)

13 years agoJava API: added tests for BruteForceMatcher (L2)
Andrey Kamaev [Wed, 3 Aug 2011 12:49:52 +0000 (12:49 +0000)]
Java API: added tests for BruteForceMatcher (L2)

13 years agominor fix
Vladislav Vinogradov [Wed, 3 Aug 2011 12:30:40 +0000 (12:30 +0000)]
minor fix

13 years agominor fix
Vladislav Vinogradov [Wed, 3 Aug 2011 12:18:17 +0000 (12:18 +0000)]
minor fix

13 years agogpu device layer code refactoring
Vladislav Vinogradov [Wed, 3 Aug 2011 12:10:36 +0000 (12:10 +0000)]
gpu device layer code refactoring

13 years agoJava API: fixing converters (copyData=true) and samples compilation
Andrey Pavlenko [Wed, 3 Aug 2011 11:57:00 +0000 (11:57 +0000)]
Java API: fixing converters (copyData=true) and samples compilation
Testing: 1079/0/592

13 years agoFixed crash in BruteForceMatcher::clone
Andrey Kamaev [Wed, 3 Aug 2011 11:30:09 +0000 (11:30 +0000)]
Fixed crash in BruteForceMatcher::clone

13 years agojava: bugfix in RotatedRect, one test fixed
Kirill Kornyakov [Wed, 3 Aug 2011 09:43:36 +0000 (09:43 +0000)]
java: bugfix in RotatedRect, one test fixed

13 years agoJava API: fixed bugs; added tests for SURF and BRIEF descriptor extractors
Andrey Kamaev [Wed, 3 Aug 2011 09:27:50 +0000 (09:27 +0000)]
Java API: fixed bugs; added tests for SURF and BRIEF descriptor extractors

13 years agoAndroid.mk now automatically founds all cpp-files
Kirill Kornyakov [Wed, 3 Aug 2011 09:11:13 +0000 (09:11 +0000)]
Android.mk now automatically founds all cpp-files

13 years agoJava API: (per code review) renaming and moving utility classes
Andrey Pavlenko [Wed, 3 Aug 2011 08:53:27 +0000 (08:53 +0000)]
Java API: (per code review) renaming and moving utility classes
Testing: 1079/0/584

13 years agoJava API: code clean-up
Andrey Pavlenko [Wed, 3 Aug 2011 08:19:06 +0000 (08:19 +0000)]
Java API: code clean-up
Testing: total 1079, failures 584, errors 0.

13 years agofixed useOptimized(); added checkHardwareSupport description (ticket #1258)
Vadim Pisarevsky [Wed, 3 Aug 2011 08:17:58 +0000 (08:17 +0000)]
fixed useOptimized(); added checkHardwareSupport description (ticket #1258)

13 years agoupdated libtiff to 3.9.5 (ticket #1271)
Vadim Pisarevsky [Wed, 3 Aug 2011 07:51:40 +0000 (07:51 +0000)]
updated libtiff to 3.9.5 (ticket #1271)

13 years agoadded "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol...
Vadim Pisarevsky [Tue, 2 Aug 2011 19:50:13 +0000 (19:50 +0000)]
added "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol parameter descriptions (ticket #1272)

13 years agoJava API: added new tests for SURF and STAR feature detectors
Andrey Kamaev [Tue, 2 Aug 2011 16:10:58 +0000 (16:10 +0000)]
Java API: added new tests for SURF and STAR feature detectors

13 years agoJava API: Fixed typo
Andrey Kamaev [Tue, 2 Aug 2011 15:14:13 +0000 (15:14 +0000)]
Java API: Fixed typo

13 years agoJava API: adding missing class
Andrey Pavlenko [Tue, 2 Aug 2011 15:00:00 +0000 (15:00 +0000)]
Java API: adding missing class

13 years agoFixed Android build
Andrey Kamaev [Tue, 2 Aug 2011 14:56:51 +0000 (14:56 +0000)]
Fixed Android build

13 years agoJava API: new types and converters are added, jni suffixes changed
Andrey Pavlenko [Tue, 2 Aug 2011 14:56:47 +0000 (14:56 +0000)]
Java API: new types and converters are added, jni suffixes changed

13 years agoJava API: added tests for FAST feature detector
Andrey Kamaev [Tue, 2 Aug 2011 14:32:43 +0000 (14:32 +0000)]
Java API: added tests for FAST feature detector

13 years agoremoved property. added automatically define number of cpus for decoding video
Andrey Morozov [Tue, 2 Aug 2011 14:27:21 +0000 (14:27 +0000)]
removed property. added automatically define number of cpus for decoding video

13 years agojava tests: addede tests for Converter and core classes by Hussein Abdinoor
Kirill Kornyakov [Tue, 2 Aug 2011 13:47:40 +0000 (13:47 +0000)]
java tests: addede tests for Converter and core classes by Hussein Abdinoor

13 years agoJava API: new converters, findFundamentalMat/cornerSubPix/findHomography/solvePnP...
Andrey Pavlenko [Tue, 2 Aug 2011 13:10:23 +0000 (13:10 +0000)]
Java API: new converters, findFundamentalMat/cornerSubPix/findHomography/solvePnP/solvePnPRansac and their tests are updated

13 years agopropagated fix for EXR from 2.3 branch to trunk
Vadim Pisarevsky [Tue, 2 Aug 2011 12:55:05 +0000 (12:55 +0000)]
propagated fix for EXR from 2.3 branch to trunk

13 years agoadded getNumberOfCPUs() function
Vadim Pisarevsky [Tue, 2 Aug 2011 12:42:58 +0000 (12:42 +0000)]
added getNumberOfCPUs() function

13 years agoJava API: string constants for features2d classes are converted to enums
Andrey Kamaev [Tue, 2 Aug 2011 11:40:41 +0000 (11:40 +0000)]
Java API: string constants for features2d classes are converted to enums

13 years agofixed compile warnings in FLANN about too long integer constants
Vadim Pisarevsky [Tue, 2 Aug 2011 11:39:31 +0000 (11:39 +0000)]
fixed compile warnings in FLANN about too long integer constants

13 years agoJava API: added support for read/write functions in features2d
Andrey Kamaev [Tue, 2 Aug 2011 10:58:26 +0000 (10:58 +0000)]
Java API: added support for read/write functions in features2d

13 years agoJava API: class KDTree is added to ignore list, JNI funcs names for renamed classes...
Andrey Pavlenko [Tue, 2 Aug 2011 08:45:06 +0000 (08:45 +0000)]
Java API: class KDTree is added to ignore list, JNI funcs names for renamed classes are fixed

13 years agoadded gpu::equalizeHist function
Vladislav Vinogradov [Tue, 2 Aug 2011 08:33:27 +0000 (08:33 +0000)]
added gpu::equalizeHist function

13 years agoJava API: tests are updated after randu/randn args types changes
Andrey Pavlenko [Tue, 2 Aug 2011 07:57:09 +0000 (07:57 +0000)]
Java API: tests are updated after randu/randn args types changes

13 years agoJava API: added class pointer ret type support, CV_EXPORTS_AS(x) support for classes...
Andrey Pavlenko [Mon, 1 Aug 2011 16:11:24 +0000 (16:11 +0000)]
Java API: added class pointer ret type support, CV_EXPORTS_AS(x) support for classes, vector<T> as ret type support, randu/randn params type changed to double

13 years agofixed property for ffmpeg
Andrey Morozov [Mon, 1 Aug 2011 16:05:34 +0000 (16:05 +0000)]
fixed property for ffmpeg

13 years agoMinor bugfix.
Andrey Kamaev [Mon, 1 Aug 2011 15:06:11 +0000 (15:06 +0000)]
Minor bugfix.

13 years agoJava API: Added more classes from features2d.
Andrey Kamaev [Mon, 1 Aug 2011 14:31:38 +0000 (14:31 +0000)]
Java API: Added more classes from features2d.

13 years agoadded gpu::calcHist function
Vladislav Vinogradov [Mon, 1 Aug 2011 13:15:37 +0000 (13:15 +0000)]
added gpu::calcHist function

13 years agoJava API: Added base port of features2d.DescriptorMatcher class
Andrey Kamaev [Mon, 1 Aug 2011 12:47:04 +0000 (12:47 +0000)]
Java API: Added base port of features2d.DescriptorMatcher class

13 years agofixed Vec*scalar operations, fixed minEnclosingCircle Python interface.
Vadim Pisarevsky [Mon, 1 Aug 2011 12:01:43 +0000 (12:01 +0000)]
fixed Vec*scalar operations, fixed minEnclosingCircle Python interface.

13 years agodoc: added maxSize parameter to CascadeClassifier::detectMultiScale
Kirill Kornyakov [Mon, 1 Aug 2011 08:23:03 +0000 (08:23 +0000)]
doc: added maxSize parameter to CascadeClassifier::detectMultiScale

13 years agoadded buffered version of pyrDown and pyrUp
Vladislav Vinogradov [Mon, 1 Aug 2011 08:15:31 +0000 (08:15 +0000)]
added buffered version of pyrDown and pyrUp
added stream support to downsample, upsample, pyrUp and pyrDown

13 years agofixed doc bug in gpu/introduction (ticket #1260)
Vladislav Vinogradov [Mon, 1 Aug 2011 05:35:34 +0000 (05:35 +0000)]
fixed doc bug in gpu/introduction (ticket #1260)