Yann Labou

Results 28 comments of Yann Labou

> Drawing primitives is a good visual tool to verify that your computations are correct. For example you want visually see where found edge of an object locates at image....

I see. My argument was, if a user needs GUI support, he should pay the price of installing an additional library as he would do for other stuff. Anyway I'm...

> Edge detection code is here so now UI to show points on image is required :) Nice. I will continue work on this later this week. I'm at the...

Haha. You took all the fun away :). I'm a little bit busy at work currently. I might push code by the end of the week.

Wow. you're quick. Would you mind to create a branch and push everything there? I could also easily review ;)

> Otherwise I can do it myself but in 7-9 hours time only. That's exactly what I meant. Go ahead :). I unfortunately won't have much time this week.

> @yannlabou could you please verify that `QT_CORE_LIB` macro exist for QT projects? I want to make a common code for UI but I need some extra data for this....

> At another hand we might not need to merge the code as UI is not strictly speaking a part of the library. We could just add an example. What...