pyramidsegment: wrong value of level property
authorVineeth T M <vineeth.tm@samsung.com>
Mon, 18 May 2015 05:30:19 +0000 (14:30 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 18 May 2015 07:47:45 +0000 (10:47 +0300)
commit8df641016e5eec2b5b3b1bc97704c10551a4f71f
treea3e91598aac33fafac404b01e840a58b88111226
parentff6c736fe08e01f4320c4b02e811a0b57cf97cc1
pyramidsegment: wrong value of level property

The property level has a minimum value of 0. But when we set the level as 0,
it gets an assertion error. The function icvPyrSegmentation8uC3R returns false
if level is set as 0, since the minimum level cant be 0 and thus results in error.
Hence changing the minimum value to 1.

https://bugzilla.gnome.org/show_bug.cgi?id=749525
ext/opencv/gstpyramidsegment.c