OSDN Git Service

Fixed conflict
[eos/hostdependX86LINUX64.git] / include / lmrcImageAsProbability.h
1 /*
2 # %M% %Y% %I%
3 # The latest update : %G% at %U%
4 #
5 #%Z% lmrcImageAsProbability.h ver %I%
6 #%Z% Created by 
7 #%Z%
8 #%Z% Usage : lmrcImageAsProbability.h 
9 #%Z% Attention
10 #%Z%
11 */
12
13 #ifndef MRC_AS_PROBABILITY_H
14 #define MRC_AS_PROBABILITY_H
15
16
17 #include "mrcImage.h"
18
19 /* prototype begin */
20
21 extern void lmrcImageNormalizationAsProbability(mrcImage* mrc, int mode);
22
23 /* prototype end */
24
25 #endif
26
27