Difference between revisions of "lmrcImageMontage(API)"

From EosPedia
Jump to: navigation, search
(Created page with "=== Create Montage === Put 2D Images '''in''' along x-axis and y-axis, and output '''out'''.<br> Then, '''linfo->nx'''('''ny''') is number of images which is put along x-axis(...")
 
 
Line 1: Line 1:
 
=== Create Montage ===
 
=== Create Montage ===
 
Put 2D Images '''in''' along x-axis and y-axis, and output '''out'''.<br>
 
Put 2D Images '''in''' along x-axis and y-axis, and output '''out'''.<br>
Then, '''linfo->nx'''('''ny''') is number of images which is put along x-axis(y-axis).
+
Then, '''linfo.'''('''ny''') is number of images which is put along x-axis(y-axis).
 
  extern int lmrcImageMontageCreate(mrcImage* out, mrcImage* in, int imageNum, lmrcImageMontageInfo linfo, int mode);
 
  extern int lmrcImageMontageCreate(mrcImage* out, mrcImage* in, int imageNum, lmrcImageMontageInfo linfo, int mode);
 
If '''linfo.flagEdgeAverage'''=true, edges that overlaps for each are averaged.(Support '''imageNum'''=9 only)
 
If '''linfo.flagEdgeAverage'''=true, edges that overlaps for each are averaged.(Support '''imageNum'''=9 only)

Latest revision as of 01:16, 6 October 2014

Create Montage

Put 2D Images in along x-axis and y-axis, and output out.
Then, linfo.(ny) is number of images which is put along x-axis(y-axis).

extern int lmrcImageMontageCreate(mrcImage* out, mrcImage* in, int imageNum, lmrcImageMontageInfo linfo, int mode);

If linfo.flagEdgeAverage=true, edges that overlaps for each are averaged.(Support imageNum=9 only)