summaryrefslogtreecommitdiff
path: root/libgphoto2/pattrec.h
blob: c74f1210144756650c102015b4119efa3d05a6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* pattrec.h: Demosaic by Y/Cr/Cb with pattern recognition
 *
 * Copyright (C) 2000 Eric Brombaugh <ebrombaugh@earthlink.net>
 *                    Adam Harrison <adam@antispin.org>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful, 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details. 
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 */

#ifndef __PATTREC_H__
#define __PATTREC_H__

int pattrec (int w, int h, unsigned char *igfx);

#endif /* __PATTREC_H__ */