opencv/modules/highgui
Roman Donchenko b8e3d3f791 In the image sequence capture, only search for the ordinal in the file name.
Searching in directory names can yield confusing results; e.g. if
the input is "jpeg2000/image1.jp2", it will infer the pattern
"jpeg%04d/image1.jp2", which is likely not what the user intended.

If the user really desires for the variable part to be in the
directory name, it can always use an explicit pattern.
2013-11-12 16:26:21 +04:00
..
doc Normalized file endings. 2013-08-21 18:59:25 +04:00
include/opencv2/highgui Normalized file endings. 2013-08-21 18:59:25 +04:00
perf Normalized file endings. 2013-08-21 18:59:25 +04:00
src In the image sequence capture, only search for the ordinal in the file name. 2013-11-12 16:26:21 +04:00
test Fixed indentation in CV_FFmpegWriteBigVideoTest::run. 2013-10-25 14:37:54 +04:00
CMakeLists.txt update cmake 'install' target for Windows platform 2013-10-09 17:49:10 +04:00