Sunday, July 10, 2016

Matlab: Enhanded Embedded Images

Introduction

图片上再镶嵌图片的加强版。

Code Specification

1
2
3
4
5
6
propset.edgecolor=[255, 255, 255];
propset.edgepixs=5;
propset.scale4img=0.8;
propset.xscale=0.01; % scale of the background width
propset.yscale=0.01; % scale of the background height
propset.col=2;
从上至下依次指定:边框颜色、边框宽度(像元)、镶嵌图片的缩放比例、镶嵌位置X和Y(注意设置,若该位置镶嵌图片大于背景图片范围,程序出错)、指定镶嵌列数。 镶嵌示例如Fig. 1。

No comments:

Post a Comment