「lmrcImageSecondNoiseReductionByRelaxation(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「DataManip/mrcImage/src/'''lmrcImageSecondNoiseReductionByRelaxation'''はmrcImageNoiseReductionByRelaxationのためのAPI です。 == 定数 == == 構造体 == t...」)
 
 
行2: 行2:
  
 
== 定数 ==
 
== 定数 ==
 
== 構造体 ==
 
 
  typedef enum lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1 {
 
  typedef enum lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1 {
 
   lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1SavitzyGolay = 1
 
   lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1SavitzyGolay = 1
行17: 行15:
 
   lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3SevenTimesSeven = 2
 
   lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3SevenTimesSeven = 2
 
  } lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3;
 
  } lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3;
 +
 +
== 構造体 ==
  
 
== API ==
 
== API ==

2014年5月19日 (月) 05:43時点における最新版

DataManip/mrcImage/src/lmrcImageSecondNoiseReductionByRelaxationmrcImageNoiseReductionByRelaxationのためのAPI です。

定数

typedef enum lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1 {
  lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1SavitzyGolay = 1
} lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1;
typedef enum lmrcImageSecondNoiseReductionByRelaxationDijStyleMode2 {
  lmrcImageSecondNoiseReductionByRelaxationDijStyleMode2Rectangle = 1,
  lmrcImageSecondNoiseReductionByRelaxationDijStyleMode2Circle = 2
} lmrcImageSecondNoiseReductionByRelaxationDijStyleMode2;
typedef enum lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3 {
  lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3FiveTimesFive = 1,
  lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3SevenTimesSeven = 2
} lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3;

構造体

API

#define XYZCOORD(x,y,z,nx,ny,nz) ((x)+(y)*(nx)+(z)*(nx)*(ny))
extern void  lmrcImageSecondNoiseReductionByRelaxation(mrcImage* out, mrcImage* pPrev, mrcImage* q, double* densityLevel,
					       lmrcImageNoiseReductionByRelaxationInfo* info);