Ask Your Question

squenix008's profile - activity

2020-09-28 07:41:40 -0600 received badge  Enthusiast
2020-09-27 22:36:16 -0600 commented question Callback parameters not being updated

I found out what was going wrong, it seems cbParams_t cbParams; was not declared globally but inside one of the function

2020-09-27 22:34:45 -0600 commented question Callback parameters not being updated

I found out what was going wrong, cbParams_t cbParams; was not declared globally.

2020-09-27 20:00:52 -0600 edited question Callback parameters not being updated

Callback parameters not being updated Hi i am using the setMouseCallback, same usage as https://answers.opencv.org/ques

2020-09-27 16:23:44 -0600 received badge  Editor (source)
2020-09-27 16:23:44 -0600 edited question Callback parameters not being updated

Callback parameters not being updated Hi i am using the setMouseCallback, same usage as https://answers.opencv.org/ques

2020-09-27 16:20:19 -0600 asked a question Callback parameters not being updated

Callback parameters not being updated Hi i am using the setMouseCallback, same usage as https://answers.opencv.org/ques

2020-09-24 01:51:21 -0600 received badge  Self-Learner (source)
2020-09-22 09:11:39 -0600 commented question Cant load images after adding opencv_face450.dll.a libraries

Hi The code is now working mercifully, the first picture's face wasnt detected, which caused the error! Thanks

2020-09-22 03:02:51 -0600 commented question Cant load images after adding opencv_face450.dll.a libraries

Ok i am trying to uncomment the code step by step to see why it fails

2020-09-22 03:00:54 -0600 commented question Cant load images after adding opencv_face450.dll.a libraries

Ok i am trying to uncomment the code step by step to see when it fails, but still how can something that happens after i

2020-09-22 02:44:19 -0600 commented question Cant load images after adding opencv_face450.dll.a libraries

I am using eclipse CDT 7.0, opencv 4.4

2020-09-22 02:32:00 -0600 asked a question Cant load images after adding opencv_face450.dll.a libraries

Cant load images after adding opencv_face450.dll.a libraries Hi I need to use FacemarkKazemi class but i soon as i add

2020-09-21 13:23:34 -0600 commented question seamlessClone invoke causes compilation error

Don't you worry, I found out i was missing a few libraries here and there, adding them solved the problem. But still bei

2020-09-21 13:23:13 -0600 commented question seamlessClone invoke causes compilation error

Don't you worry, I found out i was missing a few libraries of dll here and there, adding them solved the problem. But st

2020-09-21 11:53:46 -0600 commented question seamlessClone invoke causes compilation error

Ok Ok if you prefer it like that, Here //seamlessClone(NULL, NULL, NULL, center, output, NORMAL_CLONE);

2020-09-21 10:47:37 -0600 asked a question seamlessClone invoke causes compilation error

seamlessClone invoke causes compilation error Hi I cant compile code due to the shown line i've check the variable t

2020-09-19 14:21:41 -0600 commented answer Eclipse CDT I have build opencv but my .exe fails at runtime

It's one of the"official" samples from opencv that's the reason why i didn't give any further details. But dont worry i'

2020-09-19 05:13:21 -0600 commented answer Eclipse CDT I have build opencv but my .exe fails at runtime

Hello Thanks a lot, I have done that and the .exe is launching fine: But the problems is that when i run from eclipse =

2020-09-19 05:12:52 -0600 commented answer Eclipse CDT I have build opencv but my .exe fails at runtime

Hello Thanks a lot, I have done that and the .exe is launching fine: But the problems is that when i run from eclipse =

2020-09-19 05:11:50 -0600 commented answer Eclipse CDT I have build opencv but my .exe fails at runtime

Hello Thanks a lot, I have done that and the .exe is launching fine, i am using this snippet: But the problems is that

2020-09-18 13:55:42 -0600 asked a question Eclipse CDT I have build opencv but my .exe fails at runtime

Eclipse CDT I have build opencv but my .exe fails at runtime Hi I have followed all the steps to generate the binaries.