In C++, we can do this as the manual shows:
PXCFaceAnalysis::Detection *detector=faceDynamicCast<PXCFaceAnalysis::Detection>();
How should we do it in C#, I want to integrate the face recognition module into WPF application and get rid of the cmd console, is libpxcclr.dll enough?



