Difference between revisions of "lmrcImageMontage(API)"
From EosPedia
(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(...") |
(No difference)
|
Revision as of 01:15, 6 October 2014
Create Montage
Put 2D Images in along x-axis and y-axis, and output out.
Then, linfo->nx(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)