opencv: always do cvsmooth in place
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Fri, 8 Jan 2016 15:01:47 +0000 (15:01 +0000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Fri, 8 Jan 2016 15:01:52 +0000 (15:01 +0000)
commit94c07ed22926dbc16fe0eaa2055b040924fe62c7
tree4a27f26385d007237e58f86b1a1c2eda70c79905
parent14dd6b708823e58aa213a9c36957be82fa5fe860
opencv: always do cvsmooth in place

After the update to new OpenCV API the transform function using an out
buffer is not necessary. We can always do the transformation in place.
ext/opencv/gstcvsmooth.cpp