OSDN Git Service

new file: bin/mrc2mrc
[eos/hostdependX86LINUX64.git] / include / lmrcImageRadialDistribution.h
1 /*
2 # %M% %Y% %I%
3 # The latest update : %G% at %U%
4 #
5 #%Z% lmrcImageRadialDistribution.h ver %I%
6 #%Z% Created by 
7 #%Z%
8 #%Z% Usage : lmrcImageRadialDistribution.h 
9 #%Z% Attention
10 #%Z%
11 */
12 #ifndef  LMRC_IMAGE_RADIAL_DISTRIBUTION_H 
13 #define  LMRC_IMAGE_RADIAL_DISTRIBUTION_H
14
15 #include "mrcImage.h"
16 #include "Vector.h"
17
18 /* struct begin */
19 typedef struct lmrcImageRadialDistributionInfo {
20         float Cx;
21         float Cy;
22         int flagAverage;
23 } lmrcImageRadialDistributionInfo;
24 /* struct end */
25
26 /* prototype begin */
27 extern floatVector lmrcImageRadialDistribution(
28                 floatVector* dst, 
29                 mrcImage* mrc, 
30                 lmrcImageRadialDistributionInfo* linfo);
31 /* prototype end */
32
33 #endif