<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=lmrcImageWindowing%28API%29</id>
		<title>lmrcImageWindowing(API) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=lmrcImageWindowing%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageWindowing(API)&amp;action=history"/>
		<updated>2026-08-11T13:50:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageWindowing(API)&amp;diff=3852&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/mrcImage/src/'''lmrcImageWindowing''' is API for Windowing to 2D image. It is used by mrcImageWindowing.  == constant ==  == struct == For lmrcImageWindowing  ty...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageWindowing(API)&amp;diff=3852&amp;oldid=prev"/>
				<updated>2014-09-05T00:12:43Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/mrcImage/src/&amp;#039;&amp;#039;&amp;#039;lmrcImageWindowing&amp;#039;&amp;#039;&amp;#039; is API for Windowing to 2D image. It is used by &lt;a href=&quot;/Eos/index.php/mrcImageWindowing&quot; title=&quot;mrcImageWindowing&quot;&gt;mrcImageWindowing&lt;/a&gt;.  == constant ==  == struct == For lmrcImageWindowing  ty...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DataManip/mrcImage/src/'''lmrcImageWindowing''' is API for Windowing to 2D image. It is used by [[mrcImageWindowing]].&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
For lmrcImageWindowing&lt;br /&gt;
 typedef struct lmrcImageWindowingInfo {&lt;br /&gt;
 	long  flagWy;&lt;br /&gt;
 	float Wy;&lt;br /&gt;
 &lt;br /&gt;
 	long flagWx;&lt;br /&gt;
 	float Wx;&lt;br /&gt;
 &lt;br /&gt;
 	long  flagWyMax;&lt;br /&gt;
 	float WyMax;&lt;br /&gt;
 &lt;br /&gt;
 	long flagWxMax;&lt;br /&gt;
 	float WxMax;&lt;br /&gt;
 &lt;br /&gt;
 	double Offset;&lt;br /&gt;
 } lmrcImageWindowingInfo;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===Windowing Function===&lt;br /&gt;
 extern void lmrcImageWindowing(mrcImage* dst, mrcImage* src, &lt;br /&gt;
 	lmrcImageWindowingInfo* info, long mode);&lt;br /&gt;
&lt;br /&gt;
Select a preprocess method by higher bit of mode.&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;th&amp;gt;mode&amp;amp;0xf0&amp;lt;/th&amp;gt; &lt;br /&gt;
		&amp;lt;th&amp;gt;Preprocess&amp;lt;/th&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;0x00&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;As info-&amp;gt;Offset is 0.&amp;lt;/td&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;0x01&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;As info-&amp;gt;Offset is average value.&amp;lt;/td&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;Otherwise&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;Not process&amp;lt;/td&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select how to multiply Window Function by lower bit of mode.&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;th&amp;gt;mode&amp;amp;0xf&amp;lt;/th&amp;gt; &lt;br /&gt;
		&amp;lt;th&amp;gt;Windowing Function&amp;lt;/th&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;0&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;Multiply Cosine Windowing to outer data than 10% edge.&amp;lt;/td&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;(1-1/Wy)As data at top of image is average value.&amp;lt;/td&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
	&amp;lt;tr&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;Multiply 0 to outer data than WxMax(WyMax)%, and multiply Cosine Windowing to data between WxMax(WyMax)% and Wx(Wy)% .&amp;lt;/td&amp;gt; &lt;br /&gt;
	&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>