Ask Your Question

Olfa's profile - activity

2020-10-23 05:20:50 -0600 received badge  Notable Question (source)
2020-01-05 13:55:45 -0600 received badge  Popular Question (source)
2014-05-30 12:10:50 -0600 commented question opencv error: failed assertion

ok thanks

2014-05-30 10:43:56 -0600 commented question opencv error: failed assertion

how can i do it. this is my line code where i use gaussian filter cv::GaussianBlur(srcClone, srcClone, cv::Size(gaussianSize, gaussianSize), 6, 6 ); srcClone is a grayscale image and gaussianSize are integer

2014-05-29 16:10:13 -0600 asked a question opencv error: failed assertion

Hi, i try to detect the pupill and corners of eye with opencv et qt but when i choose an image to execute my code. qtcreator display this error "OpenCV Error: Assertion failed (ksize.width > 0 && ksize.width % 2 == 1 && ksize.height > 0 && ksize.height % 2 == 1) in createGaussianFilter, file /../../OpenCV-2.4.1/modules/imgproc/src/smooth.cpp, line 402" can anyone help me please

2014-05-28 15:05:26 -0600 commented question detect gaze direction with opencv and qt in c++ linux

in my project i should use opencv in qtcreator

2014-05-28 06:14:08 -0600 asked a question detect gaze direction with opencv and qt in c++ linux

Hi, can anyone help me , i want to detect gaze direction of a static image or of video captured image using opencv and qtcreator