GilLevi
a4e5b09ea4
fixed whitespace issue
10 years ago
Maksim Shabunin
3863dc5b2b
Updated pkg-config generation, added sample makefile
10 years ago
Vladimir Dudnik
c64a15294d
short description moved to the beginning of file
10 years ago
Vladimir Dudnik
892684ebe5
add short description
10 years ago
Piotr Dobrowolski
6d0407b65e
VideoCapture with digital camera and gPhoto2 library
10 years ago
GilLevi
05a45ef6dc
renamed LATCH
10 years ago
Vladimir Dudnik
af806bc816
replaced macros with template func
10 years ago
GilLevi
6613519c2e
added sample for LATCH
10 years ago
GilLevi
f85eb23c3b
sample for LATCH
10 years ago
Vladimir Dudnik
f0197006e0
removed original samples and replace them with new ones. modified new samples (reduce code duplication, add cmd line params and short description)
10 years ago
Maxim Kostin
3d20157d4f
Added sample Windows Universal application (UAP) using videoio logic for video preview and processing.
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Vladimir Dudnik
3cb4954d70
fixed new blank line at EOF
10 years ago
GilLevi
a41ac8fd40
added sample code for LATCH
10 years ago
Vladimir Dudnik
450a276f87
directx opencl interop samples (with copy from opencl image2d to buffer)
10 years ago
laurentBerger
780f4ae7c5
try to implement remark included in message
10 years ago
laurentBerger
dfc508bb15
problem float constant and position of > in vector
10 years ago
laurentBerger
05bc7621e6
trailing whitespace
10 years ago
laurentBerger
a94fdbe0f0
Example about BLOB with a new image in data folder
10 years ago
Dikay900
9f7548ab89
update openni sample comments referring #81
10 years ago
Maksim Shabunin
bb0631a365
Add sample cmake project
10 years ago
Yang Fan
3b177eaaa3
ENH: explicitly declared outputFilename to surpress error C2668
10 years ago
ttagu99
3c797b0ca5
findcontour_example check image empty
10 years ago
Maksim Shabunin
35b2139929
Basic HAL module
10 years ago
Maxim Kostin
75850a1351
Added sample imgcodecs logic to winrt sample app
...
- Made use imread() in OcvImageProcessing sample.
- Added test/sample logic to verify file creation via imgcodecs.
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Pavel Rojtberg
7c5084e385
- update documentation
...
* correct the part about fixed aspect
* improve formatting
* add snippet markers to source
* replace inline code by @snippet
- do not run calibration twice when using a imageList
- make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
- respect write extrinsic/ points flags
- set the aspectRatio value when specified
- fix writing of calibration settings. also update grammar.
- fix intendation and remove some size_t -> int casts by using size_t
10 years ago
RafaRuiz
660a53e0e0
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
Maksim Shabunin
231685133e
OpenCV Manager: support 3.0.0 library
10 years ago
Maxim Kostin
349e3b546a
Fixed 'doc' builder warnings.
10 years ago
Maxim Kostin
5ec908c5f0
Added WinRT 8.1 Modern Desktop JavaScript sample
10 years ago
Alexander Alekhin
50b99e5aef
fix compilation on MSVS2010
10 years ago
LorenaGdL
b21b24fd8a
Update train_HOG.cpp
...
Incorrect number of input arguments in main function
10 years ago
Maxim Kostin
ad1149ff12
Enabled property sheets for WinRT related samples
10 years ago
Maxim Kostin
530c8dc0c0
Fixing 'doc' buildbot job: removing trailing whitespaces and tab indents
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
213a6bc5c4
Adding Widows Phone 8 sample apps
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
59d6a281cd
Added WinRT Universal Apps samples
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
5810845777
Added and updated WinRT samples
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
theodore
79bc85fb09
Introduction to PCA tutorial
10 years ago
theodore
96c824f375
Morphology Lines Extraction Tutorial
10 years ago
berak
c83044d45a
fix houghlines.py sample and tutorial
...
fix whitespace
10 years ago
Maksim Shabunin
79e8f0680c
Updated ml module interfaces and documentation
10 years ago
Maksim Shabunin
da383e65e2
Remove deprecated methods from cv::Algorithm
10 years ago
Maksim Shabunin
c85197da55
Fixed allocated vector size in ML ANN algorithm
...
- updated return value of points_classifier sample
10 years ago
tt
4ea2eceb70
Image Segmentation .cpp tutorial
...
Distance Transform tutorial fixes
Distance Transform fixes v.2
Distance Transform fixes v.3
Distance Transform fixes v.4
10 years ago
Vladislav Vinogradov
124ac15f1e
remove cuda module
10 years ago
Vladislav Vinogradov
ce0e595a4f
move the rest cuda functions to cuda legacy
10 years ago
Vladislav Vinogradov
710617034b
remove unused function from pyrlk_optical_flow sample
10 years ago
Vladislav Vinogradov
63ff39f9f3
remove obsolete gpu optical flow samples
10 years ago
Vladislav Vinogradov
b3a743f09a
fix gpu samples compilation
10 years ago
karelknoest
1ded2de2dd
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
10 years ago
Ben Hagen
5422cbcecb
make PlaneTracker class more thread-safe
10 years ago