The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

eyefinderBinary.cc

Go to the documentation of this file.
00001 /*
00002  *  eyefinder.cc
00003  *
00004  *  Author:Ian Fasel
00005  *  Fixes:
00006  *
00007  *  Copyright (c) 2003 Machine Perception Laboratory
00008  *  University of California San Diego.
00009  *
00010  * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
00011  *
00012  *    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
00013  *    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
00014  *    3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
00015  *
00016  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00017  *
00018  */
00019 
00020 #include "eyefinderBinary.h"
00021 #include "EyeWeightsFiles/lefteye_eye_dist_eye_centered.h"
00022 /*#include "EyeWeightsFiles/lefteye_eye_dist_face_centered.h"
00023 #include "EyeWeightsFiles/lefteye_eye_only_eye_centered.h"
00024 #include "EyeWeightsFiles/lefteye_half_dist_eye_centered.h"
00025 #include "EyeWeightsFiles/lefteye_largest_2_eye_centered.h"
00026 #include "EyeWeightsFiles/lefteye_largest_eye_centered.h"
00027 #include "EyeWeightsFiles/lefteye_largest_face_centered.h"
00028 #include "EyeWeightsFiles/lefteye_smallest_eye_centered.h"*/
00029 
00030 #include "EyeWeightsFiles/righteye_eye_dist_eye_centered.h"
00031 /*#include "EyeWeightsFiles/righteye_eye_dist_face_centered.h"
00032 #include "EyeWeightsFiles/righteye_eye_only_eye_centered.h"
00033 #include "EyeWeightsFiles/righteye_half_dist_eye_centered.h"
00034 #include "EyeWeightsFiles/righteye_largest_2_eye_centered.h"
00035 #include "EyeWeightsFiles/righteye_largest_eye_centered.h"
00036 #include "EyeWeightsFiles/righteye_largest_face_centered.h"
00037 #include "EyeWeightsFiles/righteye_smallest_eye_centered.h"*/
00038 
00039 
00040 MPEyeFinderBinary::MPEyeFinderBinary ( ) : MPEyeFinder() {
00041   lefteye_eye_dist_eye_centered::assignData(this, left_eye_data);
00042   righteye_eye_dist_eye_centered::assignData(this, right_eye_data);
00043 }
00044 
00045 MPEyeFinderBinary::~MPEyeFinderBinary ( ){ }
00046 
00047 /*
00048  * 
00049  * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
00050  * 
00051  *    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
00052  *    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
00053  *    3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
00054  * 
00055  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00056  * 
00057  */

Generated on Mon Nov 8 17:07:33 2004 for MPT by  doxygen 1.3.9.1