Alexander Mordvintsev
|
927b5c88ea
|
python cv2:
simple video capture and synth framework stub
edge detection sample
|
14 years ago |
Ilya Lysenkov
|
19de695a26
|
Fixed comparison methods in cvMatchShapes (ticket #1012)
|
14 years ago |
Ilya Lysenkov
|
9c3c1603b7
|
Used literal blocks instead of the LaTeX verbatim environment
|
14 years ago |
Maria Dimashova
|
bdae962e13
|
removed constraint to max_iter in CvANN_MLP (#1110)
|
14 years ago |
Ilya Lysenkov
|
07e2deccb9
|
Fixed the RGB2HSV formula (ticket #868)
|
14 years ago |
Maria Dimashova
|
9e21f06404
|
replaced M_PI by CV_PI
|
14 years ago |
Ilya Lysenkov
|
084c640db6
|
Asked users to pass two operation flags tothe sort() function (ticket #315)
|
14 years ago |
Ilya Lysenkov
|
fe5784957c
|
Fixed Mat::channels() brief documentation (ticket #1064)
|
14 years ago |
Kirill Kornyakov
|
65ed270790
|
class CommandLineParser was updated according new requirements
|
14 years ago |
Vadim Pisarevsky
|
e46d98a162
|
excluded "-B" flag for better compatibility with old Python.
|
14 years ago |
Maria Dimashova
|
3dc03531e1
|
added CvEM read/write (#1032)
|
14 years ago |
Ilya Lysenkov
|
bd33e0a3da
|
Minor change to contourArea example
|
14 years ago |
Alexander Mordvintsev
|
ab63037d5a
|
python cv2 sample: coherence enhancing
|
14 years ago |
Maria Dimashova
|
ca551ab9ae
|
added one more SIFT::CommonParams constructor
|
14 years ago |
Ethan Rublee
|
7d4f06b7f3
|
Attempting to add support for openni depth registration.
|
14 years ago |
Vadim Pisarevsky
|
a87d12eb9e
|
added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch)
|
14 years ago |
Vadim Pisarevsky
|
fcd2a0c3d3
|
fixed VS2010 compile warnings and errors
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Alexander Mordvintsev
|
6dc7ae0ff6
|
added some constants to python cv2 api
|
14 years ago |
Maria Dimashova
|
cd2f3786f0
|
removed duplicated check
|
14 years ago |
Alexander Shishkov
|
97ae8f7af7
|
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
|
14 years ago |
Andrey Kamaev
|
3956f54040
|
Android native camera is updated to support RGBA output
|
14 years ago |
Alexander Mordvintsev
|
3df5f5e13a
|
python cv2 sample: hi-res image browse
|
14 years ago |
Alexander Mordvintsev
|
53f7a50fa2
|
python cv2 sample: GMM expectation-maximization
|
14 years ago |
Alexander Mordvintsev
|
07f28d3309
|
added python cv2 port of letter_recog sample
|
14 years ago |
Andrey Kamaev
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
14 years ago |
Vadim Pisarevsky
|
d77915759a
|
updated cheatsheet; fixed a few typos
|
14 years ago |
Vadim Pisarevsky
|
922fc58201
|
added CV_64F support to cv::remap (ticket #650)
|
14 years ago |
Kirill Kornyakov
|
07a9d3558e
|
The samples were updated through CommandLineParser class
|
14 years ago |
Vadim Pisarevsky
|
2c1e913b2d
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
14 years ago |
Andrey Kamaev
|
2609df00bd
|
Added missed method declarations. Fix for r5343
|
14 years ago |
Kirill Kornyakov
|
09a7a40478
|
The samples were updated corresponding a single standart for <help>
|
14 years ago |
Vadim Pisarevsky
|
262fc33024
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
|
14 years ago |
Ilya Lysenkov
|
ce8437d37f
|
minor formatting
|
14 years ago |
Ilya Lysenkov
|
5d4afe81e0
|
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).
|
14 years ago |
Ilya Lysenkov
|
04ebfc0a02
|
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
|
14 years ago |
Vadim Pisarevsky
|
6be2a79fb9
|
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
|
14 years ago |
Andrey Kamaev
|
c7bdf83de5
|
Fixed Android build
|
14 years ago |
Andrey Morozov
|
03c7784186
|
added several new highgui tests
|
14 years ago |
Anatoly Baksheev
|
22dbd002e6
|
fix compilation for macos
|
14 years ago |
Alexander Shishkov
|
c5fa70143d
|
added check input data
|
14 years ago |
Vincent Rabaud
|
aa6c2bfbbb
|
- fixed the grayscale case
|
14 years ago |
Vincent Rabaud
|
3ed829af71
|
- make sure we deal with a grayscale image
|
14 years ago |
Vincent Rabaud
|
ff13c9f818
|
- fix potential crash if the first scale level is not 0
|
14 years ago |
Andrey Morozov
|
19900d9894
|
converted all highgui tests to the format of google test system
|
14 years ago |
Ilya Lysenkov
|
b884c3c40c
|
Removed direct tiff writing to in-memory buffers if libtiff is used
|
14 years ago |
Vadim Pisarevsky
|
ddd8f897fe
|
fixed drawing test
|
14 years ago |
Anatoly Baksheev
|
c8544f393b
|
added begin/and with Thrust iterators for Device classes
|
14 years ago |
Ilya Lysenkov
|
02cd916ce1
|
Added reading of floating point tiff data: 32- and 64-bit (ticket #955)
|
14 years ago |
Alexey Spizhevoy
|
4401f33e10
|
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
|
14 years ago |