Replace "const InputArray" with "InputArray".
authorRoman Donchenko <roman.donchenko@itseez.com>
Fri, 26 Jul 2013 10:52:56 +0000 (14:52 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Fri, 26 Jul 2013 10:52:56 +0000 (14:52 +0400)
commit31de2833b49fe578ed703ceea24d4c0fba79dfd3
tree87244c1033cc8038b85f651ea1ca65daf2e752f9
parent8afb7a40c6af19c4ba5b4501904cca42632ecee1
Replace "const InputArray" with "InputArray".

InputArray is a reference, and references are always constant anyway. Making
it const even causes a GCC warning.
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/lsd.cpp