00001 /////////////////////////////////////////////////////////////////////////////////00002 //00003 // This file is part of the TLIB computer vision library.00004 // Copyright (C) 2003-2008 Sebastien Grange00005 // Copyright (C) 2003-2007 VRAI Group, EPFL00006 // All rights reserved.00007 // 00008 // This library is free software; you can redistribute it and/or modify00009 // it under the terms of the GNU General Public License("GPL") version 200010 // as published by the Free Software Foundation.00011 // 00012 // <http://www.tuyphon.com/tlib>00013 //00014 /////////////////////////////////////////////////////////////////////////////////00015
00016
00017 #ifndef __TLNORMALIZE_H__00018 #define __TLNORMALIZE_H__00019
00020
00021 #include "tlVision.h"00022
00023
00024 inttl_normalize_gray (tlPixel *src, int width, int height, tlRect *rect, tlPixel *dest);
00025 inttl_normalize_gray (tlPixel *src, int width, int height, tlMask *mask, tlRect *rect, tlPixel *dest);
00026
00027
00028 #endif
TLIB documentation - generated on 12 May 2008
Please address any questions to seb@tuyphon.com
(C) 2001-2008 - S. Grange
(C) 2001-2007 - VRAI Group, EPFL
All Rights Reserved.