latest version v1.9 - last update 10 Apr 2010 |
00001 /* 00002 * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 00003 * Lehrstuhl fuer Technische Informatik, RWTH-Aachen, Germany 00004 * 00005 * This file is part of the LTI-Computer Vision Library (LTI-Lib) 00006 * 00007 * The LTI-Lib is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public License (LGPL) 00009 * as published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * The LTI-Lib is distributed in the hope that it will be 00013 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty 00014 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with the LTI-Lib; see the file LICENSE. If 00019 * not, write to the Free Software Foundation, Inc., 59 Temple Place - 00020 * Suite 330, Boston, MA 02111-1307, USA. 00021 */ 00022 00023 00024 00025 /*---------------------------------------------------------------- 00026 * project ....: LTI Digital Image/Signal Processing Library 00027 * file .......: ltiL1L2Norm.h 00028 * authors ....: Jochen Wickel 00029 * organization: LTI, RWTH Aachen 00030 * creation ...: 28.6.2000 00031 * revisions ..: $Id: ltiL1L2Norm.h,v 1.6 2006/02/08 12:29:10 ltilib Exp $ 00032 */ 00033 00034 /** 00035 * \file ltiL1L2Norm.h 00036 * 00037 * \deprecated Use ltiL1Distance.h or/and ltiL2Distance.h instead 00038 */ 00039 00040 #ifdef _LTI_MSC_6 00041 #pragma message("ltiL1L2Norm.h deprecated, use ltiL1Distance.h or ltiL2Distance.h instead!") 00042 #else 00043 #warning "ltiL1L2Norm.h deprecated, use ltiL1Distance.h or ltiL2Distance.h instead!" 00044 #endif 00045 00046 #ifndef _LTI_L1L2NORM_H_ 00047 #define _LTI_L1L2NORM_H_ 00048 00049 #include "ltiL1Distance.h" 00050 #include "ltiL2Distance.h" 00051 00052 #endif