VideoIO classes refactoring
authorVadim Levin <vadim.levin@xperience.ai>
Fri, 27 Dec 2019 09:42:09 +0000 (12:42 +0300)
committerVadim Levin <vadim.levin@xperience.ai>
Wed, 22 Jan 2020 09:05:10 +0000 (12:05 +0300)
commit3fe9dfaa2e9f98c1507392d199dccf6ce45452e1
tree522729fd63b6de65f7e9077cd066b82011fc679e
parent89d3f95a8eea50acbfb4b8db380d5a4dc8a98173
VideoIO classes refactoring

  - Added `explicit` to `VideoCapture` constructors with 2
    arguments, 1 of them has default value
  - Applied library code style
  - Introduced 2 debug macros to improve readability of the code
modules/videoio/include/opencv2/videoio.hpp
modules/videoio/src/cap.cpp