TadasBaltrusaitis / CLM-framework

CLM-framework (a.k.a Cambridge Face Tracker) is a framework for various Constrained Local Model based face tracking and landmark detection algorithms and their extensions/applications. Includes CLM-Z and CLNF.
Other
471 stars 246 forks source link

Windows Mingw 64 bit issue #11

Open Anand0793 opened 9 years ago

Anand0793 commented 9 years ago

Hi , Windows MinGW 32-bit: Builded opencv 3.0 with tbb enabled in mingw 32 bit. then builded clm framework it works good.

Windows MinGW 64-bit issue: Builded opencv 3.0 with tbb enabled in mingw 64 bit then builded clm framework , When run the SimpleCLM.exe/MultiTrackCLM.exe/FeatureExtraction.exe it works good. When I close the application (SimpleCLM.exe/MultiTrackCLM.exe/FeatureExtraction.exe),then it goes to application crashes ,this not happened in Mingw 32 bit.