Ask Your Question

PSB_ICT's profile - activity

2013-10-30 10:22:42 -0600 asked a question Mistake in RGB2HSV

Hey, i found a mistake of opencv.2.4.6 in RGB2HSV. Seem in fomula of openCV float_R = B/255 AND float_R = B/255, so HSV IMAGE'S color isn't smooth than when i use float_R = R/255 AND float_B = B/255

2013-10-02 01:52:50 -0600 answered a question Debug assertion failure + warning: Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)

Hi there, i also get same problems, I try to read all document on internet but i can't fix it. I'm using 2.4.6 and I try to use low version as 2.3.1 but don't success. I test on Opencv 2.2, it's work,i can load a video, but then i try to test with my my webcam not work Please help me. Thanks.