<?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=lmrcImageEdgeAverage%28API%29</id>
		<title>lmrcImageEdgeAverage(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=lmrcImageEdgeAverage%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageEdgeAverage(API)&amp;action=history"/>
		<updated>2026-05-06T08:49:25Z</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=lmrcImageEdgeAverage(API)&amp;diff=3780&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/mrcImage/src/'''lmrcImageEdgeAverage''' is API for calculation of average value on mrcImage edge. It is used as boundary value for image connection. It is used b...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageEdgeAverage(API)&amp;diff=3780&amp;oldid=prev"/>
				<updated>2014-09-02T04:20:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/mrcImage/src/&amp;#039;&amp;#039;&amp;#039;lmrcImageEdgeAverage&amp;#039;&amp;#039;&amp;#039; is API for calculation of average value on &lt;a href=&quot;/Eos/index.php/mrcImage&quot; title=&quot;mrcImage&quot;&gt;mrcImage&lt;/a&gt; edge. It is used as boundary value for image connection. It is used b...&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/'''lmrcImageEdgeAverage''' is API for calculation of average value on [[mrcImage]] edge. It is used as boundary value for image connection. It is used by  [[mrcImageMontageCreate]](-EdgeAverage).&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
 typedef struct lmrcImageEdgeAverageInfo {&lt;br /&gt;
 	/* In */&lt;br /&gt;
 	mrcImageParaTypeInteger devide; &lt;br /&gt;
 	mrcImageParaTypeInteger width;&lt;br /&gt;
 	/* Out */&lt;br /&gt;
 	mrcImageParaTypeReal*   avg[4];&lt;br /&gt;
 	mrcImageParaTypeReal*   count[4];&lt;br /&gt;
 } lmrcImageEdgeAverageInfo;&lt;br /&gt;
&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;Array No.&amp;lt;/th&amp;gt; &lt;br /&gt;
		&amp;lt;th&amp;gt;position of edge&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;Bottom&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;Right&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;Top&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;3&amp;lt;/td&amp;gt; &lt;br /&gt;
		&amp;lt;td&amp;gt;Left&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;
== API ==&lt;br /&gt;
===Average Value on Image Edge===&lt;br /&gt;
 extern void lmrcImageEdgeAverage(mrcImage* mrc, lmrcImageEdgeAverageInfo* linfo, long mode);&lt;br /&gt;
It calculates average value on edge at left, right, top, bottom. It stores the result to linfo-&amp;gt;avg[][], data number of averaging (linfo-&amp;gt;width) to linfo-&amp;gt;count[][] .&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>