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) ?