apps/autoexposure/white_balance.h

Go to the documentation of this file.
00001 /*!***************************************************************************
00002 *! FILE NAME  : white_balance.h
00003 *! DESCRIPTION: White balance part of the autoexposure/white balance/hdr daemon
00004 *! Copyright (C) 2008 Elphel, Inc.
00005 *! -----------------------------------------------------------------------------**
00006 *!  This program is free software: you can redistribute it and/or modify
00007 *!  it under the terms of the GNU General Public License as published by
00008 *!  the Free Software Foundation, either version 3 of the License, or
00009 *!  (at your option) any later version.
00010 *!
00011 *!  This program is distributed in the hope that it will be useful,
00012 *!  but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 *!  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 *!  GNU General Public License for more details.
00015 *!
00016 *!  You should have received a copy of the GNU General Public License
00017 *!  along with this program.  If not, see <http://www.gnu.org/licenses/>.
00018 *! -----------------------------------------------------------------------------**
00019 *!
00020 *!  $Log: white_balance.h,v $
00021 *!  Revision 1.1.1.1  2008/11/27 20:04:01  elphel
00022 *!
00023 *!
00024 *!  Revision 1.2  2008/11/18 19:30:16  elphel
00025 *!  Added initialization of the "next" frame - otherwise it wait _very_ long if the camera frame number is reset
00026 *!
00027 *!  Revision 1.1  2008/11/15 23:08:24  elphel
00028 *!  8.0.alpha17 - split autoexposure source file
00029 *!
00030 *!
00031 */
00032 
00033 #ifndef __H_AUTOEXPOSURE_WHITE_BALANCE__
00034 #define __H_AUTOEXPOSURE_WHITE_BALANCE__
00035 
00036 int whiteBalanceCorr(int frame, int target_frame, int ae_rslt);
00037 void initWhiteBalanceCorr(void);
00038 
00039 #endif

Generated on Fri Nov 28 00:06:21 2008 for elphel by  doxygen 1.5.1