AutoSmiley-OF-0061

所属分类:模式识别(视觉/语音等)
开发工具:C/C++
文件大小:37150KB
下载次数:55
上传日期:2010-05-20 17:12:24
上 传 者yzwm
说明:  基于openframeworks进行笑脸检测的源代码
(source code of smile detect based on openframeworks)

文件列表:
AutoSmiley-OF-0061 (0, 2010-03-22)
AutoSmiley-OF-0061\addons (0, 2010-01-30)
AutoSmiley-OF-0061\addons\ofAddons.h (1559, 2010-01-25)
AutoSmiley-OF-0061\addons\ofx3DModelLoader (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\install.xml (1181, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\3DS (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\3DS\model3DS.cpp (19761, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\3DS\model3DS.h (6680, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\3DS\texture3DS.cpp (2968, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\3DS\texture3DS.h (307, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\3DS\Vector3DS.h (4166, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\ofx3DBaseLoader.h (294, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\ofx3dModelLoader.cpp (2200, 2009-12-28)
AutoSmiley-OF-0061\addons\ofx3DModelLoader\src\ofx3DModelLoader.h (545, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList\doc (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList\doc\Instructions.txt (1193, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList\install.xml (657, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList\src (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList\src\ofxDirList.cpp (3906, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxDirList\src\ofxDirList.h (8536, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\docs (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\docs\Instructions.txt (3317, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\install.xml (1230, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxNetwork.h (185, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxTCPClient.cpp (5246, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxTCPClient.h (2245, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxTCPManager.cpp (11116, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxTCPManager.h (5712, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxTCPServer.cpp (5277, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxTCPServer.h (2189, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxUDPManager.cpp (11611, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxNetwork\src\ofxUDPManager.h (4039, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxOpenCv (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxOpenCv\install.xml (2680, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxOpenCv\libs (0, 2009-12-28)
AutoSmiley-OF-0061\addons\ofxOpenCv\libs\opencv (0, 2009-12-28)
... ...

1) installing Xcode: -------------------------------------------------------------------------------- follow the steps here: http://www.openframeworks.cc/setup/xcode Note that xcode 2.4.1 is the minimum required xcode to work with OF. In most cases you want the latest xcode from the mac developer site. When installing xcode make sure to check the box in the Customize... section for previous OS's. You can also uncheck the documentation if you wish to save disk space. 1) if you want to make a new project: -------------------------------------------------------------------------------- a) copy the folder inside of apps/exampleApps/ and paste in the same directory ie: (copy "emptyExample" and paste "copy of emptyExample") b) rename the folder, and inside the folder, rename the .xcodeproj file - ie: myExperimentalApp.xcodeproj c) open the project d) in the sidebar scroll down to Targets and expand it to show the target. ie: emptyExample e) with the target selected do Get Info ( either right click or Command-i ) f) in the General Tab rename the Name text field ie: from emptyExample to myExperimentalApp e and f alternative ) you can also just do right click on the target -> rename in the sidebar directly g) after you have renamed the target you should change the build from Debug to Release then back again. This refreshes the target app. 2) Debug, Release, Release Universal.... What does it mean? -------------------------------------------------------------------------------- These are different build configurations: Debug - Use when developing your project as it will help debugging problems with your app. Release - When you done developing and you want a fast optimized version of your app. Note: Release is much harder to Debug Release Universal - Same as Release but also compiled for PPC ( or for Intel if you have a PPC machine ). This app is Fast and most compatible, but takes longest to build and results in a large app. as always if you have issues, check or post on the forum: http://openframeworks.cc/forum have fun!

近期下载者

相关文件


收藏者