Ask Your Question

vaguz's profile - activity

2019-05-01 17:35:46 -0600 received badge  Notable Question (source)
2016-03-01 04:14:35 -0600 received badge  Popular Question (source)
2014-01-22 14:02:04 -0600 received badge  Student (source)
2012-10-20 13:00:28 -0600 asked a question The Difference between Scalar() and cvScalar

Hi Everybody! I have a little problem when creating color chooser using trackbar. when i thresholding color using inRange() function, it gives different result with cvInRangeS(). I believe this because i using different format of Scalar inside inRange() and cvScalar() inside cvInRangeS().

why Scalar(190, 10, 111) gives different result with cvScalar(190, 10, 111) ?