Andrey Kamaev
|
9b2d7e19db
|
Added "fat" mode for Java wrapper
|
13 years ago |
Alexey Spizhevoy
|
45fd8a6a63
|
Added load and save motion args into videostab sample
|
13 years ago |
Alexey Spizhevoy
|
984583981c
|
Split stabilizer into OnePassStabilizer and TwoPassStabilizer
|
13 years ago |
Andrey Pavlenko
|
6708869425
|
updating Java samples to meet Java API changes
|
13 years ago |
Maria Dimashova
|
c1a6cb6221
|
added oni-files reading
|
13 years ago |
Alexey Spizhevoy
|
3323ee9d18
|
Added distance threshold argument into videostab sample
|
13 years ago |
Gary Bradski
|
ad2ee1d572
|
import as cv not cv2. Fixed
|
13 years ago |
Alexey Spizhevoy
|
dcb5464b3c
|
Added more inpainting methods. Fixed some errors.
|
13 years ago |
Marina Kolpakova
|
577dabb8bc
|
fixed bug #1571
|
13 years ago |
Alexey Spizhevoy
|
be73f8e29c
|
Added quiet mode into videostab sample
|
13 years ago |
Alexey Spizhevoy
|
e4651fa697
|
Fixed ensureInclusionConstraint
|
13 years ago |
Alexey Spizhevoy
|
3abd941774
|
Minor changes in videostab sample
|
13 years ago |
Alexey Spizhevoy
|
bde7456256
|
Updated videostab sample
|
13 years ago |
Alexey Spizhevoy
|
a60dc947b1
|
Added first version of videostab module
|
13 years ago |
Marina Kolpakova
|
1d2c6ef410
|
fixed sample for new signature of calcOpticalFlowPyrLK
|
13 years ago |
Alexey Spizhevoy
|
e87a07e2aa
|
Fixed bug #1693. Also corrected default parameters for stitching.
|
13 years ago |
Gary Bradski
|
a4de511eb7
|
Added cv.DestroyAllWindows() to file close
|
13 years ago |
Gary Bradski
|
5878ab6a0f
|
added destroyAllWindows at end
|
13 years ago |
Gary Bradski
|
8a48b8dffd
|
added destroy all windows
|
13 years ago |
Gary Bradski
|
c29f0dfdfa
|
added destroy all windows
|
13 years ago |
Vadim Pisarevsky
|
c8e206c2ab
|
added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution)
|
13 years ago |
Marina Kolpakova
|
082e988173
|
Fixed bug #1666
|
13 years ago |
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Maria Dimashova
|
baa81de122
|
renamed property of openni camera
|
13 years ago |
Maria Dimashova
|
00aca7e77a
|
renamed property of openni camera
|
13 years ago |
Maria Dimashova
|
930c7bf20e
|
minor refactoring CvCapture_OpenNI
|
13 years ago |
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.
|
13 years ago |
Gary Bradski
|
c47c1adc94
|
remove some unneeded imports
|
13 years ago |
Gary Bradski
|
dfaabd88fc
|
added cv2.destroyAllWindows()
|
13 years ago |
Gary Bradski
|
41d2a3c832
|
Examples of using histograms in python
|
13 years ago |
Gary Bradski
|
9164ccbaaf
|
added 0xFF & in front of every waitKey so that it works on linux
|
13 years ago |
Ivan Korolev
|
6e2507c197
|
Added some new warpers.
|
13 years ago |
Maria Dimashova
|
f67d9d9038
|
added ability to pass initial transformation to rgbd odometry
|
13 years ago |
Vadim Pisarevsky
|
191e969243
|
fixed angle check in squares.py (thanks to Abid Rahman)
|
13 years ago |
Alexander Shishkov
|
6051e27a09
|
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
|
13 years ago |
Maria Dimashova
|
fbfc0cc96f
|
added special cases to RGBDOdometry (translation only, rotation only)
|
13 years ago |
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
|
13 years ago |
Maria Dimashova
|
532781e8d2
|
initial version of rgbd odometry with sample
|
13 years ago |
Alexander Mordvintsev
|
58174f6ada
|
Added GIL-release code into python wrappers
Added gabor_threads.py sample
|
13 years ago |
Alexander Mordvintsev
|
2727a425e4
|
fixed distrans.py sample (distanceTransform -> distanceTransformWithLabels)
|
13 years ago |
Alexander Shishkov
|
1494da339d
|
fixed #1507
|
13 years ago |
Vladislav Vinogradov
|
ec5bdc7de8
|
added patch error calculation to gpu::PyrLKOpticalFlow
|
13 years ago |
Andrey Kamaev
|
18dbe6b3e5
|
cmake scripts are updated to prefer includes from the OpenCV source tree
|
13 years ago |
Gary Bradski
|
bd2014deba
|
added usage on how to actually run video_dmtx.cpp
|
13 years ago |
Andrey Kamaev
|
2f4bb580fc
|
Fixed some build warnings; slightly improved python search
|
13 years ago |
Patrick Mihelich
|
8b6aec6710
|
Sample program to train and detect objects using LINE-MOD.
|
13 years ago |
Andrey Pavlenko
|
5bea651e81
|
Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions
|
13 years ago |
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
|
13 years ago |