opencv/modules/highgui
Nikita Manovich 05aeb70831 Fixed VideoCapture::open() does not release previous capture sources (Bug #3150).
VideoCapture didn't call release method and just ignored the new capture sources.
OpenCV documentation:
  bool VideoCapture::open(const string& filename);
  bool VideoCapture::open(int device);

The methods first call VideoCapture::release() to close the already opened file or camera.
2013-07-11 15:16:22 +04:00
..
doc Fixed multiple issues in docs (bug #2410) 2013-01-31 17:34:40 +04:00
include/opencv2/highgui Merge pull request #1063 from alekcac:conversion 2013-06-28 14:41:35 +04:00
perf Perf test failure fixes for Media Foundation. 2013-06-25 03:35:57 -07:00
src Fixed VideoCapture::open() does not release previous capture sources (Bug #3150). 2013-07-11 15:16:22 +04:00
test Test fixes 2013-06-27 15:47:37 +04:00
CMakeLists.txt added conversions between UIImage and cv::Mat 2013-06-28 13:26:54 +04:00