opencv/modules
Prof. Dr. Rudolf Haussmann 9f1eb70dbc Changes to be committed:
(use "git reset HEAD <file>..." to unstage)

	modified:   modules/java/generator/gen_java.py
	modified:   modules/videoio/include/opencv2/videoio.hpp
	modified:   modules/videoio/include/opencv2/videoio/videoio_c.h
	modified:   modules/videoio/src/cap_dshow.cpp
	modified:   modules/videoio/src/cap_pvapi.cpp

Following changes have been made:
1. Some minor bugs have been removed.
2. In the PvAPI module the option CAP_PROP_MONOCROME has been removed because
   this option does not make sense and causes an error if a color camera is used.
3. Instead the new option CAP_PROP_PVAPI_PIXELFORMAT has been added which allows
   to activate the different pixel formats (color modes) of an AVT camera.
4. Since there were two identical defines
   CAP_PROP_MONOCROME = 19
   CAP_PROP_MONOCHROME = 19
   which were also used in the other module DSHOW, the first one with an orthographic
   error has been removed in favor of the second one.
2015-03-07 12:53:32 +01:00
..
androidcamera Reduce variable scope, fix indenting 2015-02-20 17:46:48 +03:00
calib3d Merge pull request #3772 from Dmitry-Me:reduceVariableScope4 2015-03-02 19:52:18 +00:00
core Merge pull request #3773 from ilya-lavrenov:warning 2015-03-03 12:33:17 +00:00
cudaarithm move cuda tests from core to cudaarithm 2015-02-26 19:49:12 +03:00
cudabgsegm move obsolete algorithms from cudabgsegm to cudalegacy: 2015-01-19 14:17:00 +03:00
cudacodec Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
cudafeatures2d fix documentation warnings 2015-01-13 18:23:59 +03:00
cudafilters Merge pull request #3561 from jet47:cuda-arithm-refactoring 2015-01-15 11:44:35 +00:00
cudaimgproc Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
cudalegacy aarch64 support 2015-02-26 19:43:32 +03:00
cudaobjdetect fixing CUDA cascade classifiers function and needed models 2015-02-27 14:20:27 +01:00
cudaoptflow Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
cudastereo Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
cudawarping move buildWarp*Maps to stitching 2015-01-13 18:00:26 +03:00
cudev Merge pull request #3531 from jet47:cuda-core-refactoring 2014-12-26 12:12:42 +00:00
features2d Python support 2015-03-02 18:13:00 +03:00
flann Python support 2015-03-02 18:13:00 +03:00
highgui Python support 2015-03-02 18:13:00 +03:00
imgcodecs Python support 2015-03-02 18:13:00 +03:00
imgproc Python support 2015-03-02 18:13:00 +03:00
java Changes to be committed: 2015-03-07 12:53:32 +01:00
ml Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
objdetect Python support 2015-03-02 18:13:00 +03:00
photo Python support 2015-03-02 18:13:00 +03:00
python Python support 2015-03-02 18:13:00 +03:00
shape Python support 2015-03-02 18:13:00 +03:00
stitching Python support 2015-03-02 18:13:00 +03:00
superres Python support 2015-03-02 18:13:00 +03:00
ts merge new setUseOptimizations function with existed setUseOptimized 2015-02-27 14:24:51 +03:00
video Python support 2015-03-02 18:13:00 +03:00
videoio Changes to be committed: 2015-03-07 12:53:32 +01:00
videostab Python support 2015-03-02 18:13:00 +03:00
viz Python support 2015-03-02 18:13:00 +03:00
world Build separate world-like iOS framework for contrib 2014-12-05 17:48:28 +03:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00