G453
G453

Reputation: 1456

How to integrate ITK into Qt project?

I have been struggling to integrate ITKinto Qt project. I had Googled but i did not find anything helpful. I am trying to integrate it as it is Opencv. But I ended up with failure, can anyone tell me the correct process. Great thank if any proper references are provided.

Upvotes: 1

Views: 909

Answers (1)

David Doria
David Doria

Reputation: 10273

There is no reason to actually compile ITK INSIDE of Qt. You should just use both of those projects (ITK and Qt) from your client project separately.

Upvotes: 1

Related Questions