Andrey Kamaev
72541721a1
Added image-manipulations android sample, other samples are updated; added Mat.size method to java API.
2011-07-18 16:17:07 +00:00
Vadim Pisarevsky
16ba62dcd5
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
2011-07-18 13:05:34 +00:00
Andrey Kamaev
cc3c034cf6
Android samples: class SampleViewBase which uses native camera is renamed.
2011-07-18 09:13:05 +00:00
Alexander Mordvintsev
af99bee344
adjust cosine threshold in squares.py
2011-07-17 19:23:24 +00:00
Andrey Kamaev
be2c4ddbdd
Android:
...
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
2011-07-16 22:31:47 +00:00
Alexander Mordvintsev
ae5dd1d748
math.pi -> np.pi
...
squares.py sample added
2011-07-16 18:29:51 +00:00
Vadim Pisarevsky
f2e1a64c1b
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
2011-07-16 09:35:56 +00:00
Andrey Kamaev
4cf1274327
Finished Android samples renaming
2011-07-15 16:50:41 +00:00
Andrey Kamaev
8288cc108d
Continued Android samples renaming
2011-07-15 16:29:10 +00:00
Andrey Kamaev
7c6fc6e18a
Android samples are renamed
2011-07-15 15:56:08 +00:00
Andrey Kamaev
cc447448ff
Added native camera Android sample; Added manual port of VideoCapture class.
2011-07-15 14:03:53 +00:00
Andrey Kamaev
fae67e0b46
Refactored Android samples
2011-07-15 09:07:01 +00:00
Andrey Kamaev
72a55a4139
Refactored Android sample (1-java)
2011-07-15 07:18:45 +00:00
Andrey Kamaev
a9508d2f67
Fixed android sample
2011-07-15 04:46:24 +00:00
Vadim Pisarevsky
7702fa4d61
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
2011-07-14 15:30:28 +00:00
Andrey Kamaev
f97e5f7353
Modified Android samples
2011-07-14 13:39:25 +00:00
Kirill Kornyakov
87ad9b1c3e
samples C/C++: fixed compilation problem on Ubuntu
2011-07-14 12:50:07 +00:00
Andrey Kamaev
14bc6e3e6c
Modified Android Samples
2011-07-14 12:47:07 +00:00
Andrey Kamaev
c52ab82bbf
Minor Android samples fix
2011-07-14 10:48:48 +00:00
Andrey Kamaev
20ec29f22e
Android samples are included into the Android package
2011-07-14 09:34:57 +00:00
Vadim Pisarevsky
562914e33b
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
2011-07-13 23:04:39 +00:00
Andrey Kamaev
4d8a261d99
Allowed spaces in path to OpenCV (tested only Android build)
2011-07-13 15:47:04 +00:00
Vadim Pisarevsky
386f147597
a few minor fixes in Python samples
2011-07-13 06:19:21 +00:00
Ana Huaman
f098d98908
Added moments_demo.cpp
2011-07-13 03:28:23 +00:00
Ana Huaman
bbba2a0608
Added pointPolygonTest_demo code for tutorials
2011-07-13 02:43:02 +00:00
Ana Huaman
9aa5e5b000
Added generalContours_demo2.cpp
2011-07-12 21:06:36 +00:00
Ana Huaman
c21b747733
Added hull_demo.cpp code for tutorials
2011-07-12 20:28:50 +00:00
Ana Huaman
edc1bd4c8c
Added generalContours_demo1.cpp tutorial code
2011-07-12 19:51:23 +00:00
Ana Huaman
ea8e27961e
Added sample code for tutorial findContours_demo.cpp
2011-07-12 18:40:51 +00:00
Andrey Kamaev
6623fe3b08
Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples.
2011-07-12 15:59:31 +00:00
Andrey Pavlenko
7ca50b2b3d
org.opencv.utils renamed to org.opencv.android
2011-07-12 13:31:02 +00:00
Vadim Pisarevsky
569b1ad582
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
Ana Huaman
7386269943
Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs
2011-07-12 00:20:06 +00:00
Ana Huaman
442f6b4100
Added cornerSubPix_Demo.cpp tutorial sample code
2011-07-11 22:03:23 +00:00
Ana Huaman
6c9f4d6423
Added goodFeaturesToTrack_Demo.cpp code for tutorials
2011-07-11 21:08:35 +00:00
Ana Huaman
e2da35dc6e
Added Harris corner detection sample tutorial
2011-07-11 19:59:17 +00:00
Alexander Mordvintsev
3511bf81de
help message printing
2011-07-11 09:59:23 +00:00
Alexander Mordvintsev
c053532be1
sobel -> Sobel
2011-07-11 09:46:36 +00:00
Alexander Mordvintsev
0217ae3a70
faster detection and timing in facedetect.py
2011-07-11 09:21:27 +00:00
Alexander Mordvintsev
2a19db61e7
command line option for avi output in turing.py
2011-07-11 08:06:51 +00:00
Alexander Mordvintsev
c9d9d1ec92
lk_track.py window renamed
2011-07-11 07:47:56 +00:00
Alexander Mordvintsev
b175348d93
motempl.py sample works
2011-07-11 07:42:37 +00:00
Alexander Mordvintsev
b509cc2a4d
contours.py sample added
2011-07-10 22:06:33 +00:00
Alexander Mordvintsev
514711af14
work on motempl.py sample
2011-07-10 21:23:32 +00:00
Bernat Gabor
4168b75edc
Some tutorial extending of the Windows install and usage. Display Image retouching.
2011-07-08 19:43:29 +00:00
Alexander Mordvintsev
4151a4590e
added lk_track.py sample (currently as a comparison between flow tracker implementations)
2011-07-08 14:58:22 +00:00
Alexander Mordvintsev
c3ef6e866f
facedetect.py sample works
2011-07-07 22:33:36 +00:00
Alexander Mordvintsev
9af213bf60
work on facedetect sample
2011-07-07 16:14:49 +00:00
Alexander Mordvintsev
edf0b40d42
opt_flow.py demo
2011-07-07 07:55:49 +00:00
Alexander Mordvintsev
136d5b534a
work on optical flow sample
2011-07-06 19:02:40 +00:00
Ana Huaman
9c8aafba27
Fixed small inconsistency in sample code calcBackProject_Demo2.cpp
2011-07-06 14:48:46 +00:00
Bernat Gabor
e18de3c6ab
Added the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installation one. Some minor CSS changes to avoid unnecessary large spaces inside enumerations in the tutorials.
2011-07-06 00:01:27 +00:00
Ana Huaman
20dd7b70c0
Added tutorial for BackProject in cpp (demo 2) - tutorial code
2011-07-05 18:08:46 +00:00
Andrey Pavlenko
2cce7a87b8
Some of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, samples updated.
2011-07-05 14:50:16 +00:00
Ana Huaman
4f7a8f6fb0
Added calcBackProject_Demo1.cpp for tutorial sample code
2011-07-05 06:20:39 +00:00
Ana Huaman
cc2bfdec30
Added compareHist_demo.cpp code
2011-07-04 23:12:27 +00:00
Ana Huaman
4ae5de7f1e
Added MatchTemplate_Demo.cpp to tutorial sample code
2011-07-04 18:58:57 +00:00
Alexander Mordvintsev
55ba0af2bc
use addWeighted for blending
2011-07-04 14:13:57 +00:00
Alexander Mordvintsev
e9d63665b4
little simplification
2011-07-04 11:38:53 +00:00
Alexander Mordvintsev
15de28b069
turing.py sample added
2011-07-04 11:25:56 +00:00
Alexander Mordvintsev
5596c792bc
find_obj.py sample added
2011-07-04 09:05:11 +00:00
Andrey Kamaev
d96f533784
Instroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES
2011-07-04 08:18:02 +00:00
Andrey Kamaev
65cb53aa1e
Fixed Android tests and samples build
2011-07-04 06:33:10 +00:00
Ana Huaman
6d549490fb
Added calcHist_Demo.cpp tutorial code
2011-07-04 03:22:16 +00:00
Ana Huaman
08724393f4
Added tutorial sample code: EqualizeHist_Demo.cpp
2011-07-03 18:55:47 +00:00
Alexander Mordvintsev
d3da43c8e5
distrans.py sample added
2011-07-02 22:21:19 +00:00
Alexander Mordvintsev
724cc5b481
floodfill.py sample added
2011-07-02 16:03:17 +00:00
Alexander Mordvintsev
afad87b5f2
inpaint.py sample added
2011-07-02 07:13:31 +00:00
Alexander Mordvintsev
f0a4185b1f
cv.Line -> cv2.line
2011-07-01 17:50:07 +00:00
Alexander Mordvintsev
84568cb18e
python Sketcher utility class
2011-07-01 17:33:29 +00:00
Alexander Mordvintsev
aa695abad2
watershed.py sample added
2011-07-01 15:09:38 +00:00
Andrey Kamaev
f8e42721d3
HelloAndroid sample is moved to samples/android
2011-07-01 13:12:05 +00:00
Andrey Pavlenko
c7a3fc5d4e
#863 : sample text color changed from Green to Red.
2011-07-01 11:12:55 +00:00
Andrey Pavlenko
3159bd1a74
#863 : 'string' args support added
2011-07-01 11:10:20 +00:00
Alexander Mordvintsev
382e154cfd
morphology python sample
2011-07-01 08:22:45 +00:00
Andrey Kamaev
01b3266612
Fixed Android target name for Android samples and tests
2011-06-30 14:56:39 +00:00
Alexey Spizhevoy
674b763395
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
2011-06-30 14:39:48 +00:00
Alexander Mordvintsev
7f115db7a7
morphology.py sample stub
2011-06-30 14:17:31 +00:00
Andrey Kamaev
092699783a
Added cmake script to build Android samples
2011-06-30 13:37:56 +00:00
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
2011-06-30 12:06:26 +00:00
Ana Huaman
0a14f76731
Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D)
2011-06-29 17:39:12 +00:00
Andrey Kamaev
3df6548c4a
Android samples fixed - line endings are converted to unix style; autogenerated folders are added to ignore list
2011-06-29 13:42:46 +00:00
Andrey Kamaev
d6b6734619
Added new Android sample (Java API + Native)
2011-06-29 13:17:02 +00:00
Andrey Kamaev
4b61683071
Added one more Android sample (using OpenCV from native)
2011-06-29 12:26:27 +00:00
Andrey Kamaev
6e3142f04b
Added second sample for Android Java API
2011-06-29 08:46:29 +00:00
Andrey Kamaev
334cb1dcd1
Android sample is refactored according to Google code style guidelines for Android developers
2011-06-29 05:38:51 +00:00
Ana Huaman
8f01f2cc9f
Added 02 tutorials for Hough Lines and Circle detection in tutorial_code -- based on code existent
2011-06-28 19:32:48 +00:00
Andrey Kamaev
d673197d01
Added base Android Java sample
2011-06-28 15:12:14 +00:00
Ana Huaman
832262e376
Added Laplace and Canny reST tutorials and corrected a small bug in Canny sample code
2011-06-27 17:06:54 +00:00
Ana Huaman
3a0d3ebdde
Added Laplace, Canny and Sobel samples in tutorial cpp code
2011-06-26 23:09:04 +00:00
Alexander Mordvintsev
0dbbb89e8d
added stereo_match.py sample
2011-06-26 21:34:39 +00:00
Ana Huaman
65575cef7e
Added two new sample files for copyMakeBorder and filter2D
2011-06-26 18:36:59 +00:00
Vadim Pisarevsky
f0624c08dc
propagated some more changes from 2.3 to trunk
2011-06-23 12:15:35 +00:00
Ana Huaman
22e59e933b
Added Threshold.cpp in samples/cpp/tutorial_code/ImgProc
2011-06-21 23:50:02 +00:00
Ana Huaman
5df9da1576
Added Pyramids.cpp sample tutorial code
2011-06-21 20:33:35 +00:00
Ana Huaman
a8d37509fa
Added tutorial in reST for Morphology 2
2011-06-21 08:53:37 +00:00
Ana Huaman
2819438fe6
Reorganized code and added Morphology 2 cpp code
2011-06-21 05:06:25 +00:00
Vadim Pisarevsky
2e520b05c4
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
2011-06-19 22:03:23 +00:00
Alexander Mordvintsev
32825893bd
work on obj_detect.py
...
added square_size cmd line param for calibrate.py
added _coverage.py script to compute cv2 api coverage by samples (just for interest, may be removed later)
2011-06-19 11:33:15 +00:00
Ana Huaman
5006ba773f
Morphology code 1 added to tutorial-code/Image_Processing
2011-06-18 20:30:31 +00:00
Ana Huaman
52b3391067
Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code
2011-06-18 17:27:02 +00:00
Vadim Pisarevsky
f4dc4b43e4
fixed calibrateCamera API (ticket #1143 )
2011-06-17 21:21:01 +00:00
Vadim Pisarevsky
d5ba7c3826
fixed crashes in camshiftdemo (ticket #875 )
2011-06-17 20:34:34 +00:00
Ana Huaman
3ca31dcdb6
New basic filter sample added
2011-06-17 20:13:53 +00:00
Alexander Mordvintsev
4582226567
work on obj_detect.py sample (in progress...)
2011-06-17 16:17:10 +00:00
Ana Huaman
98e13cec87
Added sample code for tutorial - cpp
2011-06-17 15:57:00 +00:00
Maria Dimashova
d84b5a9b36
removed old data
2011-06-17 10:55:30 +00:00
Alexander Mordvintsev
83a4a41cde
work on obj_detect sample
2011-06-17 07:35:39 +00:00
Vladimir Dudnik
6e38b6aaed
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
2011-06-17 06:31:54 +00:00
P. Druzhkov
e20d570ed1
brief gbt documentation added. some sample fixes made. code updated.
2011-06-15 21:54:25 +00:00
Alexander Mordvintsev
1a208fe132
use cv2 function
...
added color_histogram.py sample
work on VideoSynth (chessboard)
2011-06-15 13:58:40 +00:00
Vadim Pisarevsky
0876f69dbf
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
2011-06-15 12:10:33 +00:00
Alexander Mordvintsev
194506397e
python helper routines (common.py) added
2011-06-14 15:02:57 +00:00
Maria Dimashova
1580806730
removed DOT implementation
2011-06-14 12:28:44 +00:00
Alexander Mordvintsev
6616606ea4
work on calibration sample
2011-06-14 12:14:02 +00:00
Vadim Pisarevsky
3c8cff3d7e
fixed ellipse orientation in fitellipse.py
2011-06-14 09:23:29 +00:00
Alexander Mordvintsev
619e503d53
calibrate.py added (broken)
...
work on video synth
2011-06-13 21:45:18 +00:00
Vadim Pisarevsky
9df999154c
fixed a few warnings and bugs, including ticket #1079
2011-06-12 20:29:50 +00:00
Alexander Mordvintsev
b6c19d365f
switched from argparse to getopt for compatibility with Python 2.6
2011-06-11 21:11:02 +00:00
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
Alexander Mordvintsev
787fe6a93f
multiple cameras and frame saving in video.py
2011-06-10 07:54:21 +00:00
Maria Dimashova
6cc3361427
fixed #916
2011-06-09 17:13:05 +00:00
itsyplen
3876cf22e3
reverted samples with new command argument parser. will be continued after OpenCV release.
2011-06-09 12:01:47 +00:00
itsyplen
781ea62bd4
temporary commit before samples revert
2011-06-09 11:16:42 +00:00
Alexey Spizhevoy
efe0b77416
reverted wrong commit for one of gpu samples
2011-06-09 10:21:02 +00:00
Alexey Spizhevoy
ace94d2ebf
fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented)
2011-06-09 10:16:10 +00:00
itsyplen
3ed42fcd23
Delete unnecessary comments
2011-06-09 09:44:48 +00:00
itsyplen
4d417ccf7a
Help and parsing command line were updated in next samples: chamfer
2011-06-09 09:41:31 +00:00
itsyplen
a1ee9d406e
Help and parsing command line were updated in next samples: camshiftdemo, calibration_artificial
2011-06-09 08:37:39 +00:00
Anatoly Baksheev
ee3101ba1c
removed cv_config
2011-06-09 08:25:36 +00:00
Alexander Mordvintsev
07a4e52093
video synth uses cv2.randn for noise -- much faster than np.random.normal
2011-06-09 08:21:37 +00:00
itsyplen
2e7e6ae84b
Update sample: change help and added CommandLineParser using
2011-06-09 08:04:33 +00:00
Vadim Pisarevsky
20aca7440f
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
2011-06-09 01:16:45 +00:00
Maria Dimashova
518106af6d
fix and some enchantments for matching_to_many_images sample ( #869 )
2011-06-08 14:51:42 +00:00
itsyplen
d225ab238f
Fixed mistakes in help
2011-06-08 14:07:19 +00:00
Kirill Kornyakov
aad9b3219c
Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser
2011-06-08 06:45:21 +00:00
Alexander Mordvintsev
927b5c88ea
python cv2:
...
simple video capture and synth framework stub
edge detection sample
2011-06-07 13:45:31 +00:00
Alexander Mordvintsev
ab63037d5a
python cv2 sample: coherence enhancing
2011-06-07 07:42:32 +00:00
Vadim Pisarevsky
fcd2a0c3d3
fixed VS2010 compile warnings and errors
2011-06-06 15:15:30 +00:00
Alexander Mordvintsev
6dc7ae0ff6
added some constants to python cv2 api
2011-06-06 14:18:25 +00:00
Alexander Mordvintsev
3df5f5e13a
python cv2 sample: hi-res image browse
2011-06-06 03:31:45 +00:00
Alexander Mordvintsev
53f7a50fa2
python cv2 sample: GMM expectation-maximization
2011-06-05 13:18:42 +00:00
Alexander Mordvintsev
07f28d3309
added python cv2 port of letter_recog sample
2011-06-05 06:44:19 +00:00
Kirill Kornyakov
07a9d3558e
The samples were updated through CommandLineParser class
2011-06-03 16:41:41 +00:00
Kirill Kornyakov
09a7a40478
The samples were updated corresponding a single standart for <help>
2011-06-03 14:53:38 +00:00
Ilya Lysenkov
ce8437d37f
minor formatting
2011-06-03 14:13:43 +00:00
Ilya Lysenkov
5d4afe81e0
Added displaying of the mean background image in the bgfg_segm sample (ticket #317 ).
2011-06-03 14:13:03 +00:00
Anatoly Baksheev
22dbd002e6
fix compilation for macos
2011-06-03 08:13:03 +00:00
Anatoly Baksheev
68a2ec3394
compilation for macos
2011-06-01 15:42:11 +00:00
Anatoly Baksheev
1eba407378
compilation for macos
2011-06-01 15:35:30 +00:00
Vladislav Vinogradov
f906c9b259
added resetDevice function, removed MultiGpuManager
2011-06-01 10:11:27 +00:00
Ilya Lysenkov
b6c195d44c
Fixed reading of the user class from *.xml (ticket #840 ).
2011-06-01 10:05:11 +00:00
Maria Dimashova
ef5d7278ea
removed evaluation testbetch to sample
2011-05-31 15:30:49 +00:00
Vadim Pisarevsky
8ba6a54d28
fixed warning from GCC
2011-05-31 14:02:19 +00:00
Maria Dimashova
0d1ec967e8
fixed sample
2011-05-30 16:20:17 +00:00
Maria Dimashova
d5a79f8b19
Fixed #727
2011-05-30 15:11:34 +00:00
Alexander Shishkov
33e71127f7
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573 )
2011-05-30 13:32:57 +00:00
Ilya Lysenkov
9c2efd6cbd
Fixed #797 .
2011-05-30 09:02:17 +00:00
Ilya Lysenkov
686063689c
Fixed #886
2011-05-30 08:01:09 +00:00
Ilya Lysenkov
3474e37037
Fixed #1063
2011-05-30 06:18:52 +00:00
Kirill Kornyakov
534ac83b8d
update help corresponding single format and update some samples through using CommandLineParser class
2011-05-29 10:01:01 +00:00
Kirill Kornyakov
dc3fe6e9cf
update help according single standart for it
2011-05-28 10:53:53 +00:00
Ethan Rublee
355ad2993a
adding c++ interface to the datamtrix codes of j.
2011-05-25 00:23:50 +00:00
Ethan Rublee
89b5f40ce3
Reverting the boost::python bindings, moving dev to out of trunk.
2011-05-24 22:01:41 +00:00
Ethan Rublee
44e9fdaa2d
Initial pass at some boost python bindings.
2011-05-23 17:26:58 +00:00
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
2011-05-21 18:32:34 +00:00
Kirill Kornyakov
aadb1669a7
some samples updated according to new CommandLineParser class
2011-05-21 14:09:03 +00:00
Maria Dimashova
ebe2d03aef
removed duplicated output, added the print of first and last points always
2011-05-20 12:46:05 +00:00
Maria Dimashova
f3662b0bd1
fixed sample
2011-05-20 12:30:47 +00:00
Maria Dimashova
983f4f1621
minor changes of recall-precision output
2011-05-20 12:14:35 +00:00
Vadim Pisarevsky
306a11a7c5
fixed a few warnings from VS2010 express
2011-05-17 14:15:23 +00:00
Anatoly Baksheev
69f28ef65c
solution folder flag disabled by default
2011-05-17 09:40:06 +00:00
Kirill Kornyakov
94760a5f2b
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
2011-05-15 19:25:00 +00:00
Vadim Pisarevsky
05394d9835
added missing #include "ctype.h"
2011-05-13 20:01:36 +00:00
Vadim Pisarevsky
fa2f1c036a
removed "#include "windows.h"" from core headers
2011-05-13 20:00:58 +00:00
Anatoly Baksheev
c49dc37761
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
...
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
2011-05-11 13:37:20 +00:00
Maria Dimashova
f8d93df52a
minor
2011-05-11 09:18:28 +00:00
P. Druzhkov
15f7918e34
problem with the supported data matrices types is fixed
...
minor fixes in CvGBTrees, its test and sample
2011-05-11 07:58:47 +00:00
Maria Dimashova
0f6b8002dc
fixed save/load of dot; added data for the sample
2011-05-10 13:30:58 +00:00
Maria Dimashova
f4c74eb532
changed the dot
2011-05-10 12:01:42 +00:00
Anatoly Baksheev
8ebff41c29
more warnings fixed. +some warnings in examples
2011-05-07 12:06:58 +00:00
Alexey Spizhevoy
f6fc807d49
fixed some tests in gpu module
2011-05-05 11:44:47 +00:00
Maria Dimashova
1b5f5dd371
changed GBT parameters in sample
2011-05-04 14:49:02 +00:00
Stefano Fabri
dff9c0703f
Fix a litte bug on matrix subtraction
2011-05-03 10:56:20 +00:00
Maria Dimashova
098795cd16
minor changes
2011-05-01 09:01:57 +00:00
Maria Dimashova
92852ca06e
added new ML models to points_classifier sample
2011-04-30 18:04:33 +00:00
Maria Dimashova
428aef522b
added new sample on ML models
2011-04-30 16:44:34 +00:00
Vadim Pisarevsky
9702b5ef8a
made the samples compile on Windows
2011-04-29 12:41:30 +00:00
Vadim Pisarevsky
8da637854c
added extra check to avoid crashes
2011-04-29 10:34:54 +00:00
Alexey Spizhevoy
ce808af594
fixed failing GPU projectPoints and solvePnPRansac tests
2011-04-27 05:29:02 +00:00
Maria Dimashova
cd981f4d13
started to integrate DOT detector
2011-04-26 13:57:55 +00:00
James Bowman
8047d0503f
datamatrix
2011-04-25 21:51:36 +00:00
Alexey Kazakov
e9aa6fa012
Added ROC-curve calculating to the cascade detection algorithm
2011-04-22 10:03:05 +00:00
James Bowman
4b350e9a09
datamatrix test image
2011-04-21 00:24:21 +00:00
Vadim Pisarevsky
17a2480a21
integrated parallel SVM prediction; fixed warnings after meanshift integration
2011-04-19 16:20:44 +00:00
Vadim Pisarevsky
9a991a2e10
fixed build problems on Windows
2011-04-18 15:14:32 +00:00
Vladimir Dudnik
26d348a5b7
fixed build issue (MSVC2010, x64)
2011-04-15 19:46:45 +00:00
Vadim Pisarevsky
b9fa21d011
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
2011-04-14 17:04:39 +00:00
Alexey Spizhevoy
97282d8ff8
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
2011-04-08 08:04:56 +00:00
Anton Obukhov
07d19c2c6f
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
2011-04-07 12:59:01 +00:00
Liu Liu
daac469b83
no Window named "Object SURF" has ever been created, shouldn't destroy such one.
2011-04-07 05:48:48 +00:00
Vadim Pisarevsky
bbdd0aecbd
improved tree_engine.cpp sample (added train file data specification; print sorted variable importance table)
2011-04-05 15:13:10 +00:00
Anatoly Baksheev
ce474db8eb
refactored FaceDetection GPU sample
2011-04-04 15:21:58 +00:00
Alexey Spizhevoy
caa2733636
minor changes in gpu performance sample
2011-04-01 07:31:06 +00:00
Vladislav Vinogradov
58f6919795
made GPU version of SURF more consistent with CPU one
2011-03-10 13:53:58 +00:00
Alexey Spizhevoy
c067c633f0
added docs for gpu::solvePnPRansac
2011-03-09 08:48:39 +00:00
Alexey Spizhevoy
23416e3db5
make GPU version of solvePnPRansac more consistent with CPU one
2011-03-07 14:01:18 +00:00
Alexey Spizhevoy
1d62fddd31
updated solvePnpRansac performance test
2011-03-07 13:36:47 +00:00
Alexey Spizhevoy
c3b05cf398
added command line args parsing into gpu performance sample
2011-03-03 13:46:44 +00:00
Alexey Spizhevoy
60e33921e3
added performance sample for solvePnpRansac + refactoring
2011-03-01 09:17:22 +00:00
Alexey Spizhevoy
4ec5fb43f0
fixed some warnings
2011-03-01 08:02:27 +00:00
Gary Bradski
518ed29480
fixed a bug in boost.calc_error and added more documentation
2011-02-28 02:24:11 +00:00
Alexey Spizhevoy
b97d8fd656
added performance test for gpu::projectPoints function
2011-02-21 11:14:12 +00:00
Alexey Spizhevoy
e5b563b3fd
refactored GPU performance sample, added filter suport
2011-02-17 15:25:50 +00:00
Maria Dimashova
faee18961d
fixed colorizing disparity
2011-02-17 09:29:29 +00:00
Alexey Spizhevoy
e1b5a4fcc8
fixed incorrect device id in multi_gpu sample (checked both multi GPU samples work correctly with new multi GPU API)
2011-02-17 07:29:56 +00:00
Vladislav Vinogradov
54fa600b9e
update docs
...
minor fixes and refactoring of GPU module
2011-02-16 08:31:45 +00:00
Marius Muja
7d42dbdd71
Removing 'using namespace std' from header files, closes bugs #730 and #846
2011-02-16 06:36:15 +00:00
Alexey Spizhevoy
04709a2793
refactoring of GPU module
2011-02-15 13:25:24 +00:00
Anatoly Baksheev
6b6a63ba38
fixed some warnings
...
GPU: TargetArchs -> added FEATURE_SET prefix.
2011-02-15 10:54:49 +00:00
Alexey Spizhevoy
725d83b0e5
added init() function into MultiGpuMgr, added samples
2011-02-15 10:03:26 +00:00
Alexey Spizhevoy
5d4913a2ee
fixed multi GPU API, added driver_api prefix to multi gpu samples
2011-02-15 09:12:48 +00:00
Alexey Spizhevoy
5f175f9594
fixed warnings in GPU samples
2011-02-14 15:36:07 +00:00
Alexey Spizhevoy
a42a42858c
fixed GPU samples and MultiGpuMgr
2011-02-14 15:09:45 +00:00
Alexey Spizhevoy
2a612ca62c
2011-02-14 13:13:05 +00:00
Gary Bradski
975ecaca7d
added output camera id if it fails
2011-02-13 04:09:58 +00:00
Gary Bradski
251918e120
just added frame saving
2011-02-13 04:04:30 +00:00
Alexey Spizhevoy
593fae4c02
minor chnages in GPU samples
2011-02-10 14:33:02 +00:00
Alexey Spizhevoy
bbffbe904a
fixed waitKey delay for the GPU FD sample, it didn't work under Linux
2011-02-10 13:27:50 +00:00
Vadim Pisarevsky
4b7aaf2e48
fixed build errors on Linux + fixed Farneback optical flow sample
2011-02-09 23:10:51 +00:00
Vladislav Vinogradov
924670d32c
fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels)
2011-02-09 09:11:11 +00:00
Valentina Kustikova
d03b89f163
Parallel version of Latent SVM.
2011-02-08 07:34:25 +00:00
Anatoly Baksheev
7539b7de65
fixed build under ubuntu, but FS is still disabled
2011-02-07 13:47:10 +00:00
Alexander Shishkov
3eef457d38
uncomment building of samples
2011-02-07 10:44:44 +00:00
Ilya Lysenkov
3e43bc579b
Modified the calibration sample to work with asymmetric pattern
2011-02-07 07:59:01 +00:00
Anatoly Baksheev
7b1c265563
fixed some compilation under ubuntu
2011-02-04 18:29:05 +00:00
Maria Dimashova
eedd42f192
added messages to CMake log; fixed sample
2011-02-04 15:36:41 +00:00
Anatoly Baksheev
0747f2d863
1) NPP_staging as sources. Binaries removed.
...
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
2011-02-04 15:15:25 +00:00
Maria Dimashova
ad896ae640
refactored OpenNI integration
2011-02-04 13:41:10 +00:00
Alexey Spizhevoy
5c3495a079
added perf test for gpu::erode, fixed docs, refactored perf. sample
2011-02-04 08:16:09 +00:00
Alexey Spizhevoy
50429d8a3e
fixed some warnings and errors under g++
2011-02-03 14:51:58 +00:00
Alexey Spizhevoy
ea94b43541
added stereo_multi_gpu sample, cosmetic changes in multi_gpu sample
2011-02-03 12:02:39 +00:00
Vladislav Vinogradov
98493676f5
added cvtColor performance test, small fix of BruteForceMatcher performance test
2011-02-02 07:34:18 +00:00
Alexey Spizhevoy
da2d7ee72b
updated performance sample
2011-02-01 12:55:05 +00:00
Alexey Spizhevoy
bbdb52f8fd
replaced source type 32F with 32FC4 in gpu::norm perf. test
2011-02-01 10:51:50 +00:00
Alexey Spizhevoy
16e74ab306
added buffered version of norm, updated performance sample and docs
2011-02-01 10:46:19 +00:00
Alexey Spizhevoy
cc3eec546e
added bigger images for SURF performance test (it shows better results on them)
2011-02-01 09:51:23 +00:00
Alexey Spizhevoy
7a29d96cf4
added buffered version of gpu::integral function and updated performance test (it still works too slow)
2011-01-31 10:42:33 +00:00
Alexey Spizhevoy
9b556a5df9
removed obsolete file
2011-01-31 07:51:36 +00:00
Alexey Spizhevoy
3bac10a1ca
minor changes in multi_gpu sample
2011-01-28 16:01:32 +00:00
Alexey Spizhevoy
937cbcecb6
added images for gpu samples
2011-01-28 15:00:08 +00:00
Alexey Spizhevoy
e6d17406af
added results check into multi_gpu sample
2011-01-28 09:42:45 +00:00
Alexey Spizhevoy
b582330b90
added performance tests for mulSpectrum, resize, Sobel
2011-01-28 08:38:01 +00:00
Alexey Spizhevoy
8f35b572ff
added performance tests for log, exp, add, magnitude
2011-01-28 07:45:01 +00:00
Alexey Spizhevoy
1c9ad08dc5
finished multi_gpu sample
2011-01-27 15:05:21 +00:00
Alexey Spizhevoy
3afc37ceec
added HAVE_CUDA, HAVE_TBB handling into multi_gpu sample
2011-01-27 13:48:33 +00:00
Alexey Spizhevoy
65b9f3bc10
fixed TargetArchs implementation in case when HAVE_CUDA=false, added initial structure for multi_gpu sample
2011-01-27 12:17:56 +00:00
Vladislav Vinogradov
cecfde309c
update BruteForceMatcher_GPU performance test
2011-01-26 15:35:41 +00:00
Alexey Spizhevoy
feff022422
added BFM perf. test
2011-01-26 15:28:42 +00:00
Alexey Spizhevoy
ba32b447ee
added SURF perf. test, added working dir field (can be changed via CMD args)
2011-01-26 11:37:54 +00:00
Maria Dimashova
344db91676
minor user output change
2011-01-26 10:51:58 +00:00
Maria Dimashova
508aaa41f8
added ability to get and set some Kinect params
2011-01-26 10:38:31 +00:00
Alexey Spizhevoy
48aeb8f1d5
more GPU perf. tests refactoring, added singular maps into remap test
2011-01-26 08:12:06 +00:00
Alexey Spizhevoy
79ba160c1c
added more GPU perf. tests, refactored
2011-01-26 07:49:56 +00:00
Alexey Spizhevoy
ab8f578f9d
added error handling into GPU perf. tests
2011-01-25 15:11:01 +00:00
Alexey Spizhevoy
6f91a29ea2
added initializers into GPU perf. tests
2011-01-25 14:43:54 +00:00
Alexey Spizhevoy
397a63539c
fixed bug in performance test matrix generation
2011-01-25 11:45:29 +00:00
Alexey Spizhevoy
7e3c69c82f
added GPU memory allocation performance test
2011-01-25 10:37:48 +00:00
Alexey Spizhevoy
72b0ec90b9
added minMaxLoc, cornerHarris, remap and dft performance tests
2011-01-25 09:54:17 +00:00
Alexey Spizhevoy
8644c6f86b
added minMaxLoc performance tests
2011-01-25 08:32:45 +00:00
Maria Dimashova
68ed806be0
replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld()
2011-01-24 17:09:45 +00:00
Alexey Spizhevoy
581018354f
refactoring of gpu perf. tests
2011-01-24 10:56:11 +00:00
Alexey Spizhevoy
b9ed1489fa
minor refactoring of gpu perf. tests
2011-01-24 10:39:28 +00:00
Alexey Spizhevoy
310c483da8
added first version of gpu performance tests
2011-01-24 10:33:01 +00:00
Maria Dimashova
3a04d08bf7
added Kinect support (initial version without settings configuration yet) and sample on usage
2011-01-21 17:00:08 +00:00
Anatoly Baksheev
e3f3de84db
warning fixed
2011-01-21 09:00:19 +00:00
Anatoly Baksheev
ad10b6e0fe
2011-01-21 07:56:57 +00:00
Anatoly Baksheev
2aa5aa6c88
b
2011-01-21 07:56:40 +00:00
Anatoly Baksheev
afa8e373d5
minor (possibility to change, font scale, min neighbors)
2011-01-17 17:32:50 +00:00
Anatoly Baksheev
cb63046dcf
gpu face detetcion:
...
1) fixed bug with error codes (enum NppStStatus) shift.
2) added some asserts
2011-01-17 11:32:38 +00:00
Anatoly Baksheev
6f87567ee1
gpu morphology sample
2011-01-17 10:56:02 +00:00
Alexey Spizhevoy
ea01adb9c9
fixed writing video in HOG sample
2011-01-14 08:08:02 +00:00
Anatoly Baksheev
1a94186195
First version of CascadeClassifier_GPU.
...
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
2011-01-13 13:04:00 +00:00
Alexey Spizhevoy
4dfbf99dd5
cosmetic changes in gpu module, decreased matchTemplate test running time
2011-01-12 09:30:08 +00:00
Alexey Spizhevoy
1a34fa30f4
video writing via cmd args in hog sample added
2010-12-30 07:19:32 +00:00
Alexey Spizhevoy
ab543b5085
updated gpu hog sample
2010-12-29 16:08:56 +00:00
Alexey Spizhevoy
2f13e4ce58
refactored hog, added camera support into hog_sample
2010-12-29 15:45:01 +00:00
Vadim Pisarevsky
e26ac53589
some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++
2010-12-28 21:28:34 +00:00
Ilya Lysenkov
dc9e5eda19
Moved PlanarObjectDetector to the objdetect module
2010-12-27 08:25:31 +00:00
Vladimir Dudnik
3c6f35740d
cosmetic changes
2010-12-23 22:55:23 +00:00
Vladislav Vinogradov
428e8d1255
added matcher_simple_gpu sample
2010-12-22 08:16:00 +00:00
Anatoly Baksheev
998fab0ef5
warningx fixed under vs2008
2010-12-21 11:37:08 +00:00
Alexey Spizhevoy
0545e780f8
minor changes in the gpu stereo sample
2010-12-21 10:47:17 +00:00
Alexey Spizhevoy
b102299dfa
fixed comment
2010-12-21 09:55:56 +00:00
Alexey Spizhevoy
65a356ebdd
added convert into gray and prefilter Sobel controls (for gpu stereo sample)
2010-12-21 09:49:58 +00:00
Ilya Lysenkov
bdf6f0258c
Changed the camera calibration sample to support circles' grid pattern
2010-12-21 09:32:14 +00:00
Alexey Spizhevoy
24206bd19f
added more controls into gpu stereo sample
2010-12-21 08:26:48 +00:00
Alexey Spizhevoy
edce202065
added first version of stereo match sample on gpu
2010-12-21 07:35:46 +00:00
Alexey Spizhevoy
a2ace58bb0
gpu hog sample: added support of writing video
2010-12-20 12:29:57 +00:00
Vadim Pisarevsky
c09a3dc54a
fixed compile error in multicascadeclassifier
2010-12-09 20:31:59 +00:00
Kirill Kornyakov
33c44fcd7a
facedetect code cleaned. added new multicascadeclassifier sample, duplicating facedetect right now.
2010-12-09 15:08:32 +00:00
Alexey Spizhevoy
0036cabaf2
fixed total FPS evaluation in the GPU HOG sample
2010-12-07 07:56:30 +00:00
Vadim Pisarevsky
0de9c9fd3c
opencv_zlib renamed back to zlib; make static libs work on Windows
2010-12-05 01:19:36 +00:00
Vadim Pisarevsky
56d4f875b4
make watershed demo work correctly
2010-12-04 15:35:34 +00:00
Vadim Pisarevsky
8347cb8cf7
added check for the board size
2010-12-04 13:45:58 +00:00
Gary Bradski
d04321e747
revamped
2010-12-04 08:35:02 +00:00
Gary Bradski
0bcbd3c1d3
revamped
2010-12-04 08:34:57 +00:00
Gary Bradski
a3d7aebbef
revamped
2010-12-04 08:34:54 +00:00
Gary Bradski
a458d57257
revamped too
2010-12-04 08:34:47 +00:00
Gary Bradski
4f7986ec0b
revamped
2010-12-04 08:31:11 +00:00
Gary Bradski
5232638854
revamped
2010-12-04 08:31:09 +00:00
Gary Bradski
85c27e5a69
revamped
2010-12-04 08:31:05 +00:00
Gary Bradski
a161598c76
revamped
2010-12-04 08:31:02 +00:00
Gary Bradski
11f4e1028b
revamped
2010-12-04 08:30:59 +00:00
Gary Bradski
0c6fa4388b
revamped
2010-12-04 08:30:56 +00:00
Gary Bradski
68a156d6bb
revamped
2010-12-04 08:30:50 +00:00
Gary Bradski
ecded116db
revamped
2010-12-04 08:30:46 +00:00
Gary Bradski
67d8f9ae73
revamped
2010-12-04 08:30:43 +00:00
Gary Bradski
6b123fee4b
revamped
2010-12-04 08:30:39 +00:00
Gary Bradski
52fd8ad662
revamped
2010-12-04 08:30:36 +00:00
Gary Bradski
a047fc237b
revamped
2010-12-04 08:30:33 +00:00
Gary Bradski
0af721b5b2
revamped
2010-12-04 08:30:30 +00:00
Gary Bradski
282a9f8521
revamped
2010-12-04 08:30:27 +00:00
Gary Bradski
43a74f40c0
revamped
2010-12-04 08:30:22 +00:00
Gary Bradski
7c5a1a75b7
revamped
2010-12-04 08:30:19 +00:00
Gary Bradski
16a4f79477
revamped
2010-12-04 08:30:16 +00:00
Gary Bradski
b2678a01ee
revamped
2010-12-04 08:30:13 +00:00
Gary Bradski
dd2cace510
revamped
2010-12-04 08:30:10 +00:00
Gary Bradski
8faae6cfc5
revamped
2010-12-04 08:30:07 +00:00
Gary Bradski
e0ac73cfbe
revamped
2010-12-04 08:30:03 +00:00
Gary Bradski
272ce5938d
revamped
2010-12-04 08:30:00 +00:00
Gary Bradski
ed61bb538d
revamped
2010-12-04 08:29:57 +00:00
Gary Bradski
64375af5c3
revamped
2010-12-04 08:29:54 +00:00
Gary Bradski
05f45a3b95
revamped
2010-12-04 08:29:51 +00:00
Gary Bradski
8dd8583596
revamped
2010-12-04 08:29:48 +00:00
Gary Bradski
77b3948235
revamped
2010-12-04 08:29:45 +00:00
Gary Bradski
9f3c2afda6
revamped
2010-12-04 08:29:42 +00:00
Gary Bradski
a42cf25ac6
revamped
2010-12-04 08:29:39 +00:00
Gary Bradski
4530eebae3
revamped
2010-12-04 08:29:36 +00:00
Gary Bradski
2944ceff34
revamped
2010-12-04 08:29:33 +00:00
Gary Bradski
39ba31b2dc
revamped
2010-12-04 08:29:30 +00:00
Gary Bradski
d8e8fb27ca
revamped
2010-12-04 08:29:27 +00:00
Gary Bradski
1186caae20
revamped
2010-12-04 08:29:24 +00:00
Gary Bradski
c268a98b0c
revamped
2010-12-04 08:29:21 +00:00
Gary Bradski
7ca77f793b
revamped
2010-12-04 08:29:18 +00:00
Gary Bradski
8e1759642d
revamped
2010-12-04 08:29:14 +00:00
Gary Bradski
50a0aac391
revamped
2010-12-04 08:29:10 +00:00
Gary Bradski
1b416fba90
revamped
2010-12-04 08:29:07 +00:00
Gary Bradski
38bc1b024f
revamped
2010-12-04 08:29:03 +00:00
Gary Bradski
3f8173af2f
revamped
2010-12-04 08:29:00 +00:00
Gary Bradski
fddcaa56fc
revamped
2010-12-04 08:28:57 +00:00
Gary Bradski
d2d5ebf892
revamped
2010-12-04 08:24:40 +00:00
Gary Bradski
65f7bfbb83
revamped
2010-12-04 08:24:37 +00:00
Gary Bradski
74825e55c0
revamped
2010-12-04 08:24:34 +00:00
Gary Bradski
b7da9d4be1
revamped
2010-12-04 08:24:31 +00:00
Gary Bradski
3c57612f42
revamped
2010-12-04 08:24:28 +00:00
Gary Bradski
612addd04e
revamped
2010-12-04 08:24:25 +00:00
Gary Bradski
b9e0dc71ab
revamp
2010-12-04 08:21:11 +00:00
Gary Bradski
31d0358fb2
doc output
2010-12-03 19:55:30 +00:00
Vadim Pisarevsky
6a15ff8d13
added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h
2010-12-03 19:09:06 +00:00
Vadim Pisarevsky
fe72a6eeb3
converted Kalman sample to C++
2010-12-03 17:46:36 +00:00
Alexey Spizhevoy
df48ad76b0
added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests
2010-12-03 11:11:44 +00:00
Gary Bradski
90cce3a2ba
fixed minor bug, doc'd
2010-12-03 10:46:45 +00:00
Gary Bradski
6eb0fc6e2d
doc'd
2010-12-03 10:38:43 +00:00
Gary Bradski
37ae2634aa
doc'd
2010-12-03 10:21:55 +00:00
Gary Bradski
3dd0e31976
oops, typo corrected
2010-12-03 10:07:18 +00:00
Gary Bradski
ced1d50d88
updated docs
2010-12-03 10:06:41 +00:00
Gary Bradski
4a662c3244
documented use
2010-12-03 02:49:09 +00:00
Gary Bradski
139695213e
documenation and output added
2010-12-03 02:43:10 +00:00
Gary Bradski
72697de861
docs
2010-12-03 02:31:20 +00:00
Gary Bradski
114fe5cf15
docs
2010-12-03 02:26:32 +00:00
Gary Bradski
f08969ed49
slight bug fix, docs
2010-12-03 02:20:37 +00:00
Gary Bradski
58ec89f799
established and doc'd the call
2010-12-03 02:13:16 +00:00
Gary Bradski
c10225bd28
docs
2010-12-03 00:29:27 +00:00
Gary Bradski
cfd176305c
running documentation
2010-12-03 00:07:21 +00:00
Gary Bradski
db426d26d8
teek
2010-12-02 23:49:21 +00:00
Gary Bradski
bf808fac25
created parameter description doc and output
2010-12-02 23:42:46 +00:00
Gary Bradski
a4385b18b1
Created output doc help() file.
2010-12-02 23:31:18 +00:00
Gary Bradski
049e284eb4
docing the use of SURF+FLANN for planar object detection
2010-12-02 10:04:50 +00:00
Gary Bradski
1b4b40f199
fern docs
2010-12-02 09:57:21 +00:00
Gary Bradski
0343513ded
added description output
2010-12-02 09:46:50 +00:00
Gary Bradski
f960d61faf
added help
2010-12-02 09:40:58 +00:00
Gary Bradski
4789306499
put in a remark
2010-12-01 20:04:57 +00:00
Gary Bradski
bbbd57d6c1
added an example call
2010-12-01 19:58:01 +00:00
Gary Bradski
dab507e32a
put in a bunch of checks, outputs and docs
2010-12-01 19:50:46 +00:00
Gary Bradski
7c83be161f
added help function
2010-12-01 08:43:16 +00:00
Gary Bradski
e4e6da3e38
cascade converstion output
2010-12-01 08:36:59 +00:00
Gary Bradski
4d5149e1ae
created docs
2010-12-01 08:28:00 +00:00
Gary Bradski
4db4569b60
put doc comments on top
2010-12-01 02:50:27 +00:00
Gary Bradski
a474974bc7
tweek
2010-12-01 02:22:24 +00:00
Gary Bradski
439b1057e6
added to and moved comments to top
2010-12-01 02:20:36 +00:00
Gary Bradski
0ebd45e188
added help and help on error
2010-12-01 01:59:39 +00:00
Gary Bradski
61c77e8e92
print help on error
2010-12-01 01:43:22 +00:00
Gary Bradski
8cf6b56fe9
print on error
2010-12-01 01:42:11 +00:00
Gary Bradski
4c95848cc7
allowed top docs to print out
2010-12-01 01:40:13 +00:00
Gary Bradski
1cb87da0e6
added docs and minor program changes
2010-12-01 01:14:16 +00:00
Gary Bradski
28bca0ad8f
add docs to feature matching
2010-12-01 00:32:54 +00:00
Vadim Pisarevsky
3fd07809c9
make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error.
2010-11-30 10:27:34 +00:00
Vadim Pisarevsky
53e362e403
added missing images for C++ samples
2010-11-30 10:09:08 +00:00
Gary Bradski
6cddef8650
help function added
2010-11-30 01:35:54 +00:00
Vadim Pisarevsky
5461b9943c
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
2010-11-30 01:34:39 +00:00
Gary Bradski
84cd509639
described
2010-11-30 01:26:29 +00:00
Gary Bradski
ffc3a58cb4
added help docs
2010-11-30 00:19:34 +00:00
Vadim Pisarevsky
b1722352b8
fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS
2010-11-29 23:56:33 +00:00
Vadim Pisarevsky
2b660bf554
added flag to treat input file as a videofile (patch by Ethan Rublee; ticket #392 )
2010-11-29 23:16:41 +00:00
Vadim Pisarevsky
eea43c6a46
added CV_CALIB_RATIONAL_MODEL for better backward compatibility
2010-11-29 20:06:44 +00:00
Vadim Pisarevsky
a937d9d43c
unified the coordinate interpretation in RotatedRect (ticket #425 )
2010-11-29 18:14:08 +00:00
Vadim Pisarevsky
fa1d85bc14
removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().
2010-11-29 15:31:25 +00:00
Vadim Pisarevsky
7860d52e14
moved to cpp directory
2010-11-29 14:00:49 +00:00
Vadim Pisarevsky
b46d23a2aa
converted houghlines to C++
2010-11-29 14:00:21 +00:00
Vadim Pisarevsky
9d990b7f69
removed duplicated data for samples (it is now in samples/cpp)
2010-11-29 13:34:32 +00:00
Vadim Pisarevsky
d61464a756
rewrote stereo_calib in C++
2010-11-29 13:31:52 +00:00
Maria Dimashova
894cde3f40
fixed compile errors from gcc
2010-11-29 09:31:47 +00:00
Gary Bradski
715ca399f1
docs
2010-11-29 08:32:57 +00:00
Gary Bradski
9ebaaecc85
updated docs
2010-11-29 07:57:03 +00:00
Gary Bradski
83596f7288
updated docs
2010-11-29 07:56:26 +00:00
Gary Bradski
a708ca8135
updated docs
2010-11-29 07:56:00 +00:00
Gary Bradski
edc41d4cab
updated comments
2010-11-29 07:54:10 +00:00
Vadim Pisarevsky
921c68de57
removed duplicated letter_recog sample
2010-11-28 19:43:22 +00:00
Vadim Pisarevsky
f2a3e7e312
converted some more samples to C++
2010-11-28 19:41:55 +00:00
Vadim Pisarevsky
91d8b2aaac
removed garbage from the image sample
2010-11-27 23:19:16 +00:00
Vadim Pisarevsky
ee3618243d
converted some OpenCV C samples to C++
2010-11-27 23:15:16 +00:00
Victor Erukhimov
db5157513e
Fixing missing header compilation problems
2010-11-26 19:22:39 +00:00
Victor Erukhimov
1fb6e7d1ce
Fixing a missing header compilation problem
2010-11-26 19:11:42 +00:00
Vadim Pisarevsky
01c1003d51
fixed warnings and errors reported by VS2010
2010-11-26 18:25:30 +00:00
Vadim Pisarevsky
042271f5f7
use the new-style headers in the samples to improve OpenCV build time.
2010-11-26 17:59:40 +00:00
Maria Dimashova
dfe4af9e1d
fixed warnings under win32
2010-11-26 10:35:48 +00:00
Vadim Pisarevsky
1286c1db45
fixed multiple warnings from VS2010.
2010-11-25 16:55:46 +00:00
Maria Dimashova
7e5c11a920
added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector
2010-11-25 15:59:37 +00:00
Anatoly Baksheev
7c77787c84
npp version check
2010-11-25 08:42:12 +00:00
Gary Bradski
3239d16c33
clarified docs
2010-11-25 02:48:18 +00:00
Gary Bradski
d5f0f0391a
created help function, added more docs
2010-11-25 02:41:22 +00:00
Ethan Rublee
a92dab7de5
renaming the filestorage_sample - getting rid of redundant _sample postfix
2010-11-25 00:42:11 +00:00
Ethan Rublee
835bc03495
renaming the cvout_sample.cpp to cout_mat.cpp
2010-11-25 00:40:52 +00:00
Ethan Rublee
b22f68091d
adding two simple templates
2010-11-25 00:39:43 +00:00
Ethan Rublee
d3aa808bd1
renaming cvstarter and breaking it appart
2010-11-25 00:39:17 +00:00
Anatoly Baksheev
d6686240d5
added version detection for NPP
2010-11-24 18:44:11 +00:00
Ethan Rublee
22d9f3558f
Adding the simplest opencv starter. This may be a good template or turn into
...
a good template for people to start quickly with image lists and video processing
2010-11-24 16:41:28 +00:00
Ethan Rublee
88e6ae4c36
adding a check for if the first arg is an image - annoying if it overwrites
...
your files if you put in the wrong params.
2010-11-24 16:39:13 +00:00
Anatoly Baksheev
0e43976259
1) more convenient naming for samples gpu
...
2) added mask support to device 'transform' function
3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed.
2010-11-24 09:43:17 +00:00
Anatoly Baksheev
790cd2ef28
just for more convenient naming
2010-11-24 09:36:18 +00:00
Gary Bradski
4ba9f1d7d1
Explaining the << cv::Mat out capabilities
2010-11-24 06:10:07 +00:00
Gary Bradski
1f9171d10a
find and drawContours doc
2010-11-24 06:03:21 +00:00
Gary Bradski
85f301ab9f
described
2010-11-24 05:51:04 +00:00
Gary Bradski
b769639f1b
Docs for using BRIEF in features2d
2010-11-24 02:35:10 +00:00
Gary Bradski
d0d7ba9985
added and moved docs
2010-11-24 01:44:36 +00:00
Gary Bradski
e9fbbb3396
Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification
2010-11-24 01:09:50 +00:00
Maria Dimashova
c6e43c385d
updated documentation on features2d; minor features2d changes
2010-11-23 17:00:55 +00:00
Gary Bradski
cd94b8c00e
forgot to escape after 'help'
2010-11-23 08:13:53 +00:00
Gary Bradski
c1a862f175
minor docs and help code at top
2010-11-23 08:09:06 +00:00
Gary Bradski
f87de19006
added more documenation
2010-11-23 03:18:31 +00:00
Maria Dimashova
e406dfee44
refactored features2d and sample on matching to many images
2010-11-22 18:27:08 +00:00
Alexey Spizhevoy
4e52df75a7
fixed compiling bug under g++ in gpi HOG sample
2010-11-22 16:46:49 +00:00
Alexey Spizhevoy
fbb6b6f90c
fixed compile bug under g++
2010-11-22 16:21:49 +00:00
Ethan Rublee
2e9136259d
Adding two samples that deal with FileStorage - useful for creating image lists
2010-11-20 21:37:09 +00:00
Gary Bradski
752c4bc48b
doc what cvout_sample does
2010-11-20 02:04:41 +00:00
Gary Bradski
7df9aef99c
Added description, fixed missing >
2010-11-19 06:58:37 +00:00
Alexey Spizhevoy
11c0c5bf85
added getDescriptors support into gpu HOG, also added commented test for this feature
2010-11-18 09:22:23 +00:00
Alexey Spizhevoy
2d01558479
added different win_stride values feature into gpu HOG, refactored gpu HOG sample
2010-11-17 14:11:30 +00:00
Alexey Spizhevoy
27542529a5
refactored hog GPU
2010-11-17 13:02:31 +00:00
Alexey Spizhevoy
6c326eb4bb
added gpu HOG sample
2010-11-17 12:49:53 +00:00
Maria Dimashova
3a873cb051
updated some included headers
2010-11-16 16:34:27 +00:00
Maria Dimashova
a5b58c00ea
updated user prompt and included headers
2010-11-16 16:01:56 +00:00
Vadim Pisarevsky
08b7855edc
extended out << mat/vec operators; added opencv license
2010-11-15 17:40:57 +00:00
Ethan Rublee
5915e4c7ee
adding samples for brief and the cout << cv::Mat functions.
2010-11-14 06:28:41 +00:00
Ilya Lysenkov
70a524bc50
Updated user prompt in the generic_descriptor_match sample
2010-11-13 05:40:40 +00:00
Vadim Pisarevsky
9e7b8d5f67
rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557 )
2010-11-12 20:55:32 +00:00
Maria Dimashova
0acc00bf62
replace include file in sample
2010-11-10 15:01:25 +00:00
Victor Erukhimov
cf2031b146
Fixed a compilation problem when the DEMO_MIX_API_USE is not defined
2010-11-05 11:23:42 +00:00
Ethan Rublee
9ee954a0c6
Made calibration a bit faster in the absense of a checkboard and trying to fix
...
a crash with the libv4l capture code
2010-11-01 06:20:36 +00:00
Maria Dimashova
ce0132583a
added possibility of matcher filtering to sample
2010-10-29 13:13:46 +00:00
Maria Dimashova
69e329c9fd
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
2010-10-29 08:44:42 +00:00
Vadim Pisarevsky
086cddb33a
renamed rectify3 to rectify3Collinear
2010-10-27 20:13:42 +00:00
Ethan Rublee
e842a0c816
change int to char so that keys are registered properly, maybe this breaks others though
2010-10-20 18:49:44 +00:00
Alexander Shishkov
f0c136c9ab
fixed bug with CV_ASSERT
2010-10-20 14:02:08 +00:00
Alexey Polovinkin
0f7c2e016d
GBT train/test was added to tree_engine sample
2010-10-17 19:18:42 +00:00
Alexey Polovinkin
ba88b2ee54
Added error handling in latentsvmdetect sample
2010-10-16 07:10:46 +00:00
Vadim Pisarevsky
f678c8f07b
made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only)
2010-10-15 18:57:59 +00:00
Vadim Pisarevsky
5386a8e7cb
added dependency on the new module flann (now with opencv_flann lib)
2010-10-13 06:17:24 +00:00
Vadim Pisarevsky
9b085f2091
added dependency on the new module flann
2010-10-13 06:12:38 +00:00
Valentina Kustikova
fbfccffbaa
Integration object detection using Latent SVM. Sample was added.
2010-10-09 11:36:06 +00:00
Maria Dimashova
9f934363e5
added sample on BOW usage to image classification (training and testing is on Pascal VOC dataset)
2010-10-08 13:17:34 +00:00
Maria Dimashova
89935fc59b
fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests
2010-10-04 14:12:36 +00:00
Vadim Pisarevsky
46988ca633
some more fixes in rectify3 and 3calibration (corrected disparity ratio etc.)
2010-10-01 09:48:56 +00:00
Vadim Pisarevsky
18ce63ffdb
fixed 3calibration sample
2010-10-01 09:13:52 +00:00
Maria Dimashova
26dbbcc070
added bag of words; did some renaming
2010-09-23 16:17:48 +00:00
Maria Dimashova
9e9d4b9e49
added OpponentColorDescriptorExtractor
2010-09-23 10:53:36 +00:00
Maria Dimashova
8ab3fdbcca
merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
...
renamed createDetector to createFeatureDetector
2010-09-17 11:26:58 +00:00
Vadim Pisarevsky
31dbefc865
added 3-camera rectification and 8-coeff distortion model
2010-09-07 15:38:48 +00:00
Maria Dimashova
601e9af9f8
added match()
2010-08-24 12:52:29 +00:00
Yannick Verdie
3746c48451
Bug in calibration.cpp sample
...
This was crashing my code:
for( size_t i = 1; i < imagePoints.size(); i++ )
objectPoints.push_back(objectPoints[0]);
Changed by:
objectPoints.resize(imagePoints.size(),objectPoints[0]);
Plus clean up on Qt code
2010-08-18 15:35:56 +00:00
Yannick Verdie
e65823fac2
Qt sample code and some fixes
2010-08-16 16:49:24 +00:00
Maria Dimashova
d8ad4e2267
added detector and descriptor evaluation to sample descriptor_extractor_matcher
2010-08-05 13:34:53 +00:00
Maria Dimashova
4e60decad3
added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches
2010-08-03 16:28:52 +00:00
Vadim Pisarevsky
9c94a96c40
repaired aspect ratio option; fixed comments
2010-08-03 11:28:39 +00:00
Maria Dimashova
6cf6a22772
modified sample find_obj_calonder
2010-07-29 11:14:54 +00:00
Maria Dimashova
cba926a428
added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation
2010-07-28 16:41:12 +00:00
Maria Dimashova
4f3de6ebf6
commented find_obj_calonder
2010-07-27 12:26:52 +00:00
Maria Dimashova
b5a71db742
modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one
2010-07-26 08:58:46 +00:00
Maria Dimashova
912607a387
minor sample changes
2010-07-22 16:30:42 +00:00
Vadim Pisarevsky
08cba33f9d
fixed some more MSVC2010 warnings
2010-07-17 10:35:17 +00:00
Victor Erukhimov
2906023190
Fixed a memory leak
2010-07-16 12:59:47 +00:00
Gary Bradski
730de4d8c3
Fixed crash if no chessboard problem
2010-07-14 00:32:35 +00:00
Vadim Pisarevsky
db82906067
fix build with GCC 3.3 on Ubuntu 8.04
2010-07-09 09:09:20 +00:00
Vadim Pisarevsky
269afb91da
make Qt bindings compile with any Qt 4.x
2010-07-08 11:24:32 +00:00
Maria Dimashova
69adf86afe
fixed compile error; renamed createDescriptorMatch to createGenericDescriptorMatch
2010-06-28 16:03:01 +00:00
Vadim Pisarevsky
4eda856cd5
squareSize renamed to square_size in the output xml/yml
2010-06-24 07:56:57 +00:00
Vadim Pisarevsky
65f3b09d31
added grabcut() call
2010-06-19 17:25:42 +00:00
Maria Dimashova
400eb37189
added parameter keypointIndexes to KeyPoint::convert, updated sample
2010-06-15 15:19:11 +00:00
Vadim Pisarevsky
56f17b78bb
added some on-screen help
2010-06-14 14:33:11 +00:00
Vadim Pisarevsky
2d2cc3ecdf
updated
2010-06-14 12:21:57 +00:00
Vadim Pisarevsky
e1058f9a13
draft version of 3d reconstruction sample (no bundle adjustment yet)
2010-06-14 10:58:31 +00:00
Vadim Pisarevsky
b2244f87ac
improved the calibration and select3dobj samples
2010-06-13 19:08:24 +00:00
Vadim Pisarevsky
654d447661
calibration sample rewritten using the C++ API
2010-06-13 03:50:29 +00:00
Maria Dimashova
dd72f2ec52
moved matchesMask
2010-06-12 14:39:56 +00:00
Maria Dimashova
008da75691
renamed parameter of drawMatches (mask to matchesMask)
2010-06-12 10:11:57 +00:00
Victor Erukhimov
c751e901ce
Changed interface for drawMatches
2010-06-12 06:30:00 +00:00
Victor Erukhimov
ed9e63c8e5
Fixing a bug
2010-06-12 05:54:41 +00:00
Victor Erukhimov
b21314bccd
Fixing a couple of bugs
2010-06-12 05:52:43 +00:00
Victor Erukhimov
2b116981b7
Added a simple sample for descriptor matching
2010-06-12 05:45:28 +00:00
Victor Erukhimov
c6750a0f45
Moved detector and descriptor class factory functions into features2d module
2010-06-11 18:44:22 +00:00
Maria Dimashova
6667d935f1
updated descriptor_extractro_matcher sample to use added drawMatches function
2010-06-11 17:17:47 +00:00
Ilya Lysenkov
217842b0b9
Moved fern_params.xml to samples/cpp for generic_descriptor_match sample
2010-06-11 09:46:43 +00:00
Vadim Pisarevsky
d6a3212084
can now select the camera for calibration
2010-06-10 22:12:56 +00:00
Vadim Pisarevsky
023e2b2850
removed irrelevant assertion.
2010-06-10 20:56:40 +00:00
Vadim Pisarevsky
432e0e0cd8
avoid explicit sample enumeration in samples/{c,cpp}/CMakeLists.txt
2010-06-10 20:55:48 +00:00
Vadim Pisarevsky
6027f4d4f9
removed keypoint_matching.cpp from samples/cpp/CMakeLists.txt, fixed some crashes in select3dobj.cpp
2010-06-10 20:06:07 +00:00
Vadim Pisarevsky
108f4b2416
write camera pose, handle partially occluded objects
2010-06-10 18:54:14 +00:00
Vadim Pisarevsky
ed64c5606e
the new 3D object selection demo
2010-06-10 17:35:59 +00:00
Victor Erukhimov
7c1eedfc61
Renamed descriptor samples
2010-06-10 16:53:36 +00:00
Victor Erukhimov
d9e8314401
Moving sample to cpp folder
2010-06-10 16:40:06 +00:00
Maria Dimashova
d5ef5b88f0
modified keypoints_matching sample
2010-06-10 12:13:35 +00:00
Ilya Lysenkov
b251136e45
Added sample for GenericDescriptorMatch
2010-06-10 07:59:18 +00:00
Ilya Lysenkov
a702e5b2dc
Storing PCA components and One Way descriptors in one yml file.
2010-06-02 05:19:09 +00:00
Vadim Pisarevsky
1d63112714
remove bash'ism in the samples build script (thanks to iwamatsu for the patch)
2010-06-01 15:34:43 +00:00
Victor Erukhimov
c4631573a4
cv::cvflann -> cv::flann
2010-05-26 19:50:20 +00:00
Maria Dimashova
583a08d5c7
removed old sample on keypoints matching and added new one
2010-05-26 15:45:32 +00:00
Vadim Pisarevsky
b94e09bfeb
renamed cv::flann to cv::cvflann to avoid name conflicts
2010-05-21 20:37:05 +00:00
Maria Dimashova
cd81db88d5
updated sift wrapper (recalculation angles mode)
2010-05-19 16:02:30 +00:00
James Bowman
a2e158aeb8
datamatrix sample
2010-05-13 18:02:02 +00:00
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00