PDA

View Full Version : to execute existing c++ codes with qt gui aplication



antinkuntin
8th April 2013, 16:00
Hi,
I have face recognition codes which is coded c++ and i want to design an interface with qt and execute my face recognition codes with this interface. How can i do that?

ChrisW67
8th April 2013, 22:57
By coding it. What exactly did you expect us to say?

BalaQT
9th April 2013, 10:33
You can create face recognition library files and try to link with your Qt applicaton.

Santosh Reddy
9th April 2013, 11:35
Yes, any C++ library can be linked.