luz.paz
|
57ccf14952
|
FIx misc. source and comment typos
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
|
5 years ago |
luz.paz
|
32aba5e64b
|
FIx misc. source and comment typos
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
|
5 years ago |
Alexander Alekhin
|
43002c0c1d
|
Merge pull request #13188 from alalek:samples_rename
* samples: rename starter_imagelist.cpp
* samples: rename intelperc_capture.cpp => videocapture_intelperc.cpp
* samples: rename openni_capture.cpp => videocapture_openni.cpp
* samples: rename image_sequence.cpp => videocapture_image_sequence.cpp
* samples: rename gstreamer_pipeline.cpp => videocapture_gstreamer_pipeline.cpp
* samples: rename autofocus.cpp => videocapture_gphoto2_autofocus.cpp
* samples: rename live_detect_qrcode.cpp => qrcode.cpp
|
6 years ago |
Alexander Alekhin
|
7f9253ea0a
|
samples: avoid using of legacy C-like API
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h
- samples/cpp/filestorage_base64.cpp is dropped
|
7 years ago |
Maksim Shabunin
|
633b0e56a5
|
Fixed compilation warnings in samples:
- use per-module includes instead of "opencv.hpp"
- unused function warnings
- undefined macro warning
|
7 years ago |
ValeryTyumen
|
297808e6b9
|
Feature #3957
|
9 years ago |
Piotr Dobrowolski
|
6d0407b65e
|
VideoCapture with digital camera and gPhoto2 library
|
10 years ago |