opencv/modules
Vinay Sharma 5aac909046 Merge pull request #10352 from vinay0410:write_pbm
* added write as pbm

* add tests for pbm

* imgcodecs: PBM support

- drop additional PBM parameters
- write: fix P1/P4 mode (no maxval 255 value after width/height)
- write: invert values for P1/P4
- write: P1: compact ASCII mode (no spaces)
- simplify pbm test
- drop .pxm extension (http://netpbm.sourceforge.net/doc/ doesn't know such extension)
2017-12-28 17:28:34 +03:00
..
calib3d Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial. 2017-12-19 22:45:35 +01:00
core Fixed #10433 2017-12-27 14:09:25 +00:00
cudaarithm Fix CUDA integral. 2017-12-04 02:22:52 +01:00
cudabgsegm
cudacodec Merge pull request #9599 from whizzzkid:master 2017-09-17 19:24:43 +00:00
cudafeatures2d
cudafilters
cudaimgproc
cudalegacy clean up the code 2017-12-22 08:42:21 +09:00
cudaobjdetect
cudaoptflow fixed non c++11 warnings. 2017-10-15 12:12:00 -04:00
cudastereo
cudawarping
cudev Fix CUDA integral. 2017-12-04 02:22:52 +01:00
dnn Add ocl version FasterRCNN accuracy test 2017-12-28 19:15:15 +08:00
features2d clean up the code 2017-12-22 08:42:21 +09:00
flann Hid symbols in static builds, added LTO flags, removed exports from ts 2017-12-07 10:26:48 +03:00
highgui Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
imgcodecs Merge pull request #10352 from vinay0410:write_pbm 2017-12-28 17:28:34 +03:00
imgproc Merge pull request #10232 from TomBecker-BD:hough-many-circles 2017-12-28 17:23:11 +03:00
java OpenCV version++ 2017-12-16 01:30:43 +03:00
js JavaScript bindings for dnn module 2017-12-08 18:33:48 +03:00
ml ml(ANN_MLP): ensure that train() call is always successful 2017-12-22 18:50:04 +00:00
objdetect Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
photo Reverted calls to linear resize back to generic version for floating point matrices 2017-12-22 17:10:03 +03:00
python cmake: fix opencv_world build with contrib 2017-12-15 21:36:22 +00:00
shape Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
stitching Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 2017-12-13 15:00:38 +03:00
superres
ts clean up the code 2017-12-22 08:42:21 +09:00
video Reverted calls to linear resize back to generic version for floating point matrices 2017-12-22 17:10:03 +03:00
videoio Changed VA device in MediaSDK session initialization 2017-12-28 14:10:36 +03:00
videostab Merge pull request #9979 from fakabbir:ImproveDoc 2017-11-08 16:55:48 +00:00
viz cmake: fix WITH_VTK usage 2017-11-29 21:43:09 +03:00
world ocl: fix world compilation on Windows 2017-10-11 19:04:42 +03:00
CMakeLists.txt