// // MPTSmileController.h // // Created by Andrew Salamon on 9/25/06. // Copyright (c) 2006 Machine Perception Laboratory, // University of California San Diego. All rights reserved. // #import #import #import #import #import #include "smiledetector.h" @class MPT_AUView; @interface MPTSmileController : MPT_PluginBase { MPSmile *smiles; MP_RotateFace *rotator; RImage *patch; } - (void)makeThreadsafe; @end