opencv/modules/imgproc
StefanBruens 3e4a195b61 Merge pull request #14936 from StefanBruens:crosscorr_cleanup
Crosscorr cleanup (#14936)

* Simplify code for convolution destination type/size

For the 2d filter code, destination size equals source size, and the
crossCorr function even (re-)creates the output matrix with the given size.

The number of channels also have to match. The destination type() is the
one used to create the output matrix, so we can use its type() here.

This is a preparatory patch.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>

* Remove redundant destination size and type parameters from crossCorr

All calling sites of crossCorr already use (...,
mat, mat.size(), mat.type(), ...), so the parameters are redundant.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
2019-06-30 19:04:25 +03:00
..
doc Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted). 2019-01-06 22:48:06 +01:00
include/opencv2 Fix issue with solvePnPRansac and Nx3 1-channel input when the number of points is 5. Try to uniform the input shape of projectPoints and undistortPoints. 2019-05-22 14:19:16 +02:00
misc/java java: remove redundant declaration of java.lang package 2019-05-23 14:06:34 +02:00
perf perf: ignore _ovx tests 2019-03-06 15:52:23 +03:00
src Merge pull request #14936 from StefanBruens:crosscorr_cleanup 2019-06-30 19:04:25 +03:00
test Merge pull request #13252 from take1014:filter2d_13179 2019-06-26 13:34:10 +00:00
CMakeLists.txt imgproc: dispatch morph 2019-03-11 13:54:12 +00:00