Alexander Smorkalov
|
d015a50d51
|
Base classes for sample added.
|
2012-04-27 13:37:45 +00:00 |
|
Alexander Smorkalov
|
211dfd68fd
|
Base code for new sample added.
|
2012-04-27 12:49:21 +00:00 |
|
Andrey Pavlenko
|
fc44b3175e
|
adding VIEW_MODE_PIXELIZE to the 'image manipulations' sample
|
2012-04-26 15:56:01 +00:00 |
|
Vadim Pisarevsky
|
c9e6efc263
|
propagated changes for retina filters from trunk to 2.4
|
2012-04-25 17:32:14 +00:00 |
|
Vladislav Vinogradov
|
a6c261bebd
|
merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation)
|
2012-04-25 09:28:22 +00:00 |
|
Andrey Kamaev
|
8b6d1f6e45
|
Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)
|
2012-04-20 16:00:49 +00:00 |
|
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
2012-04-20 15:32:54 +00:00 |
|
Maria Dimashova
|
3dfa917879
|
refactored train and predict methods of em
|
2012-04-17 06:29:40 +00:00 |
|
Maria Dimashova
|
7120355e06
|
updated points_classifier sample to use bayes classifier after distributions estimation by EM
|
2012-04-16 14:54:56 +00:00 |
|
Maria Dimashova
|
8a8b34667d
|
increased the trees number for ERTrees
|
2012-04-12 14:05:55 +00:00 |
|
Andrey Kamaev
|
b756033206
|
Fixed several warnings on various platforms
|
2012-04-11 11:11:39 +00:00 |
|
Andrey Kamaev
|
c712f376d5
|
Fixed warnings about unused return value of fscanf, scanf and system
|
2012-04-10 15:44:07 +00:00 |
|
Alexander Smorkalov
|
54001572d5
|
Setting camera parameters on Android 2.2.2 fixed. Old Android does not support continuous-video focus mode.
|
2012-04-10 09:02:50 +00:00 |
|
Andrey Pavlenko
|
d03d54f8c1
|
updating Eclipse projects settings
|
2012-04-09 14:14:41 +00:00 |
|
Alexander Smorkalov
|
be20370a3d
|
Autofocus issues on Android ICS fixed. Continuous-video focus mode is set.
Performance problems fixed. Shared camera buffer is used.
|
2012-04-09 07:36:54 +00:00 |
|
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
2012-04-08 21:49:19 +00:00 |
|
Andrey Kamaev
|
1c1c6b98f6
|
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
|
2012-04-06 15:43:20 +00:00 |
|
Andrey Pavlenko
|
2291faedd8
|
Java API: changing CvVectorXxx to MatOfXxx
|
2012-04-06 09:32:00 +00:00 |
|
Maria Dimashova
|
85fa0e7763
|
added cv::EM, moved CvEM to legacy, added/updated tests
|
2012-04-06 09:26:11 +00:00 |
|
Andrey Pavlenko
|
0c45a5add2
|
Java API: minor bug-fixes and improvements in CvVector-s and tests
|
2012-04-05 08:41:03 +00:00 |
|
Andrey Pavlenko
|
78d92584c3
|
Java API: changing C++ vector<T> handling;
Java tests fixes are expected shortly
|
2012-04-04 12:59:53 +00:00 |
|
Vladislav Vinogradov
|
1bc9ec0d77
|
fixed gpu::Laplacian
fixed gpu performance sample
|
2012-04-02 11:21:45 +00:00 |
|
Vadim Pisarevsky
|
f309bafe9e
|
another fix for cap_dshow.cpp; fixed warning in facerec_demo
|
2012-03-30 20:06:06 +00:00 |
|
Andrey Kamaev
|
0d18d19ad6
|
Fixed Android build warnings
|
2012-03-30 16:10:52 +00:00 |
|
Vadim Pisarevsky
|
68d20301f2
|
fixed building delaunay.c with MSVC
|
2012-03-30 12:54:54 +00:00 |
|
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +00:00 |
|
Alexey Spizhevoy
|
014accaf31
|
Fixed default arg value in videostab sample
|
2012-03-30 09:49:41 +00:00 |
|
Alexey Spizhevoy
|
99f29b75a1
|
Added linear similarity estimation into videostab module
|
2012-03-30 09:44:32 +00:00 |
|
Vadim Pisarevsky
|
33bc089506
|
fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304)
|
2012-03-29 17:18:38 +00:00 |
|
Andrey Pavlenko
|
6d49b075d9
|
updating screen resolutions support settings
|
2012-03-29 15:41:38 +00:00 |
|
Andrey Pavlenko
|
74749fccbf
|
fix for #1724: making Java samples compatible with Android 3.1+ targets
|
2012-03-28 15:32:01 +00:00 |
|
Andrey Kamaev
|
e72a23243b
|
Reworked build scripts for Android Java API, tests and examples
|
2012-03-27 16:05:52 +00:00 |
|
Vadim Pisarevsky
|
7a62413c94
|
added houghcircles sample, improved circle detection (ticket #951)
|
2012-03-27 12:00:22 +00:00 |
|
Vadim Pisarevsky
|
e8fab91d51
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
2012-03-27 09:06:21 +00:00 |
|
Maria Dimashova
|
550fd8e57c
|
added image and depth synchronization
|
2012-03-27 07:41:48 +00:00 |
|
Vadim Pisarevsky
|
cec8f719a3
|
added face recognition algorithms, LDA, colormaps (all by Philipp Wagner)
|
2012-03-24 22:03:47 +00:00 |
|
Vadim Pisarevsky
|
648669cb81
|
preliminary version of a multi-level findcontours
|
2012-03-24 20:07:10 +00:00 |
|
Andrey Kamaev
|
9b2d7e19db
|
Added "fat" mode for Java wrapper
|
2012-03-23 17:03:05 +00:00 |
|
Alexey Spizhevoy
|
45fd8a6a63
|
Added load and save motion args into videostab sample
|
2012-03-22 09:30:28 +00:00 |
|
Alexey Spizhevoy
|
984583981c
|
Split stabilizer into OnePassStabilizer and TwoPassStabilizer
|
2012-03-22 07:52:17 +00:00 |
|
Andrey Pavlenko
|
6708869425
|
updating Java samples to meet Java API changes
|
2012-03-22 07:25:29 +00:00 |
|
Maria Dimashova
|
c1a6cb6221
|
added oni-files reading
|
2012-03-21 14:31:40 +00:00 |
|
Alexey Spizhevoy
|
3323ee9d18
|
Added distance threshold argument into videostab sample
|
2012-03-21 08:34:00 +00:00 |
|
Gary Bradski
|
ad2ee1d572
|
import as cv not cv2. Fixed
|
2012-03-21 05:13:02 +00:00 |
|
Alexey Spizhevoy
|
dcb5464b3c
|
Added more inpainting methods. Fixed some errors.
|
2012-03-20 12:24:51 +00:00 |
|
Marina Kolpakova
|
577dabb8bc
|
fixed bug #1571
|
2012-03-20 09:44:40 +00:00 |
|
Alexey Spizhevoy
|
be73f8e29c
|
Added quiet mode into videostab sample
|
2012-03-20 08:12:58 +00:00 |
|
Alexey Spizhevoy
|
e4651fa697
|
Fixed ensureInclusionConstraint
|
2012-03-20 07:30:07 +00:00 |
|
Alexey Spizhevoy
|
3abd941774
|
Minor changes in videostab sample
|
2012-03-20 07:16:10 +00:00 |
|
Alexey Spizhevoy
|
bde7456256
|
Updated videostab sample
|
2012-03-20 06:52:52 +00:00 |
|
Alexey Spizhevoy
|
a60dc947b1
|
Added first version of videostab module
|
2012-03-19 13:39:23 +00:00 |
|
Marina Kolpakova
|
1d2c6ef410
|
fixed sample for new signature of calcOpticalFlowPyrLK
|
2012-03-19 12:55:48 +00:00 |
|
Alexey Spizhevoy
|
e87a07e2aa
|
Fixed bug #1693. Also corrected default parameters for stitching.
|
2012-03-19 11:51:18 +00:00 |
|
Gary Bradski
|
a4de511eb7
|
Added cv.DestroyAllWindows() to file close
|
2012-03-18 23:21:54 +00:00 |
|
Gary Bradski
|
5878ab6a0f
|
added destroyAllWindows at end
|
2012-03-18 23:12:55 +00:00 |
|
Gary Bradski
|
8a48b8dffd
|
added destroy all windows
|
2012-03-18 23:07:39 +00:00 |
|
Gary Bradski
|
c29f0dfdfa
|
added destroy all windows
|
2012-03-18 23:01:31 +00:00 |
|
Vadim Pisarevsky
|
c8e206c2ab
|
added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution)
|
2012-03-18 22:29:13 +00:00 |
|
Marina Kolpakova
|
082e988173
|
Fixed bug #1666
|
2012-03-18 16:46:07 +00:00 |
|
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
2012-03-17 09:50:47 +00:00 |
|
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
Maria Dimashova
|
baa81de122
|
renamed property of openni camera
|
2012-03-16 13:59:08 +00:00 |
|
Maria Dimashova
|
00aca7e77a
|
renamed property of openni camera
|
2012-03-16 09:08:18 +00:00 |
|
Maria Dimashova
|
930c7bf20e
|
minor refactoring CvCapture_OpenNI
|
2012-03-15 15:55:07 +00:00 |
|
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
2012-03-15 14:36:01 +00:00 |
|
Gary Bradski
|
c47c1adc94
|
remove some unneeded imports
|
2012-03-15 03:50:31 +00:00 |
|
Gary Bradski
|
dfaabd88fc
|
added cv2.destroyAllWindows()
|
2012-03-15 03:45:15 +00:00 |
|
Gary Bradski
|
41d2a3c832
|
Examples of using histograms in python
|
2012-03-14 23:33:16 +00:00 |
|
Gary Bradski
|
9164ccbaaf
|
added 0xFF & in front of every waitKey so that it works on linux
|
2012-03-14 21:46:34 +00:00 |
|
Ivan Korolev
|
6e2507c197
|
Added some new warpers.
|
2012-03-14 12:59:23 +00:00 |
|
Maria Dimashova
|
f67d9d9038
|
added ability to pass initial transformation to rgbd odometry
|
2012-03-13 13:07:30 +00:00 |
|
Vadim Pisarevsky
|
191e969243
|
fixed angle check in squares.py (thanks to Abid Rahman)
|
2012-03-12 16:45:17 +00:00 |
|
Alexander Shishkov
|
6051e27a09
|
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
|
2012-03-12 16:07:42 +00:00 |
|
Maria Dimashova
|
fbfc0cc96f
|
added special cases to RGBDOdometry (translation only, rotation only)
|
2012-03-12 10:40:39 +00:00 |
|
Alexander Shishkov
|
be63ce723f
|
#1672
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
|
2012-03-11 14:35:46 +00:00 |
|
Maria Dimashova
|
532781e8d2
|
initial version of rgbd odometry with sample
|
2012-03-11 09:31:28 +00:00 |
|
Alexander Mordvintsev
|
58174f6ada
|
Added GIL-release code into python wrappers
Added gabor_threads.py sample
|
2012-03-07 11:09:27 +00:00 |
|
Alexander Mordvintsev
|
2727a425e4
|
fixed distrans.py sample (distanceTransform -> distanceTransformWithLabels)
|
2012-03-06 13:22:55 +00:00 |
|
Alexander Shishkov
|
1494da339d
|
fixed #1507
|
2012-03-05 11:08:59 +00:00 |
|
Vladislav Vinogradov
|
ec5bdc7de8
|
added patch error calculation to gpu::PyrLKOpticalFlow
|
2012-03-05 10:36:57 +00:00 |
|
Andrey Kamaev
|
18dbe6b3e5
|
cmake scripts are updated to prefer includes from the OpenCV source tree
|
2012-03-03 15:49:23 +00:00 |
|
Gary Bradski
|
bd2014deba
|
added usage on how to actually run video_dmtx.cpp
|
2012-03-02 19:39:06 +00:00 |
|
Andrey Kamaev
|
2f4bb580fc
|
Fixed some build warnings; slightly improved python search
|
2012-03-02 08:34:54 +00:00 |
|
Patrick Mihelich
|
8b6aec6710
|
Sample program to train and detect objects using LINE-MOD.
|
2012-02-27 01:50:22 +00:00 |
|
Andrey Pavlenko
|
5bea651e81
|
Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions
|
2012-02-24 08:43:11 +00:00 |
|
Vladislav Vinogradov
|
2d30480982
|
created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
|
2012-02-22 10:00:53 +00:00 |
|
Alexey Spizhevoy
|
35d63083f9
|
Added Farneback's optical flow sample
|
2012-02-20 08:31:10 +00:00 |
|
Alexander Shishkov
|
f3be34934e
|
minor changes in chessboard.py sample #1492
|
2012-02-17 08:48:06 +00:00 |
|
Alexander Shishkov
|
a6602dd75c
|
fixed #1492
|
2012-02-17 08:42:58 +00:00 |
|
Alexander Shishkov
|
d7031606c2
|
fixed #1363
|
2012-02-17 08:35:46 +00:00 |
|
Alexey Spizhevoy
|
2ad7add613
|
Minor refactoring of the GPU perf. sample
|
2012-02-17 07:02:11 +00:00 |
|
Alexey Spizhevoy
|
630d874e03
|
Updated the GPU performance sample
|
2012-02-16 13:08:22 +00:00 |
|
Alexey Spizhevoy
|
5c459aa815
|
Added the GPU version of the Farneback's optical flow
|
2012-02-16 11:23:51 +00:00 |
|
Andrey Pavlenko
|
62591a1d5a
|
#1283, Mat <->Bitmap converters are updated to support CV_8UC(1,3,4) & non-continuous Mat-s and RGBA_8888 & RGB_565 Bitmaps; Android samples project files are updated according to the latest SDK req-s.
|
2012-02-14 14:40:41 +00:00 |
|
Vladislav Vinogradov
|
a10fed8fd1
|
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
|
2012-02-13 12:57:27 +00:00 |
|
Gary Bradski
|
778b51a6a1
|
Adding python example of mouse interaction and use of correlation on an image
|
2012-02-11 03:47:40 +00:00 |
|
Vladislav Vinogradov
|
f883b31cfd
|
updated performance sample
|
2012-02-08 11:02:32 +00:00 |
|
Vladislav Vinogradov
|
237b3ed3a0
|
fixed createOpticalFlowNeedleMap
|
2012-02-08 05:45:47 +00:00 |
|
Andrey Kamaev
|
5eb6ee6290
|
Fixing build with CUDA enabled
|
2012-02-03 12:54:52 +00:00 |
|