added hconcat & vconcat functions for joining matrices; moved some inline functions...
authorVadim Pisarevsky <no@email>
Tue, 23 Nov 2010 16:39:20 +0000 (16:39 +0000)
committerVadim Pisarevsky <no@email>
Tue, 23 Nov 2010 16:39:20 +0000 (16:39 +0000)
commitf5e5b677c9c40e98d318b8658bc68228fde8d04b
tree031b8fb106f404beae478e99c9440ffbaa386209
parentdd3c62a4fecc9a378dd16159d5451c8a6a0e08b3
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
doc/imgproc_histograms.tex
doc/video_motion_tracking.tex
modules/core/include/opencv2/core/core.hpp
modules/core/src/convert.cpp
modules/core/src/copy.cpp
modules/core/src/matmul.cpp
modules/core/src/matrix.cpp
modules/core/src/rand.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/smooth.cpp