Xmipp  v3.23.11-Nereus
xvsmooth.h
Go to the documentation of this file.
1 /***************************************************************************
2  *
3  * Authors: Carlos Oscar S. Sorzano (coss@cnb.csic.es)
4  *
5  * Unidad de Bioinformatica of Centro Nacional de Biotecnologia , CSIC
6  *
7  * Copyright (c) 2000 , CSIC .
8  *
9  * Permission is granted to copy and distribute this file, for noncommercial
10  * use, provided (a) this copyright notice is preserved, (b) no attempt
11  * is made to restrict redistribution of this file, and (c) this file is
12  * restricted by a compilation copyright.
13  *
14  * All comments concerning this program package may be sent to the
15  * e-mail address 'xmipp@cnb.csic.es'
16  *
17  *****************************************************************************/
18 
19 #ifndef _CORE_XV_SMOOTH_H
20 #define _CORE_XV_SMOOTH_H
21 typedef unsigned char byte;
22 
27 void SmoothResize(byte *srcpic8, byte *destpic8, size_t swide, size_t shigh,
28  size_t dwide, size_t dhigh);
30 #endif
unsigned char byte
Definition: xvsmooth.h:21
void SmoothResize(byte *srcpic8, byte *destpic8, size_t swide, size_t shigh, size_t dwide, size_t dhigh)
Definition: xvsmooth.cpp:93
unsigned char byte
Definition: xvsmooth.cpp:73