<?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=lmrcImageSubtractionCalc%28API%29</id>
		<title>lmrcImageSubtractionCalc(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=lmrcImageSubtractionCalc%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageSubtractionCalc(API)&amp;action=history"/>
		<updated>2026-05-04T17:10:54Z</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=lmrcImageSubtractionCalc(API)&amp;diff=3847&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/mrcImage/src/'''lmrcImageSubtractionCalc''' is API to subtract for each data of mrcImage. It is used by mrcImageNormalizedSubtraction.  == constant ==  == st...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=lmrcImageSubtractionCalc(API)&amp;diff=3847&amp;oldid=prev"/>
				<updated>2014-09-04T00:32:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/mrcImage/src/&amp;#039;&amp;#039;&amp;#039;lmrcImageSubtractionCalc&amp;#039;&amp;#039;&amp;#039; is API to subtract for each data of &lt;a href=&quot;/Eos/index.php/mrcImage&quot; title=&quot;mrcImage&quot;&gt;mrcImage&lt;/a&gt;. It is used by &lt;a href=&quot;/Eos/index.php/mrcImageNormalizedSubtraction&quot; title=&quot;mrcImageNormalizedSubtraction&quot;&gt;mrcImageNormalizedSubtraction&lt;/a&gt;.  == constant ==  == st...&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/'''lmrcImageSubtractionCalc''' is API to subtract for each data of [[mrcImage]]. It is used by [[mrcImageNormalizedSubtraction]].&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===Subtraction===&lt;br /&gt;
out = in1 - in2&lt;br /&gt;
 extern void&lt;br /&gt;
 lmrcImageSubtractionCalc(mrcImage* out, mrcImage* in1, mrcImage* in2);&lt;br /&gt;
&lt;br /&gt;
out = in - min&lt;br /&gt;
 extern void&lt;br /&gt;
 lmrcImageMinSubtraction(mrcImage* out, mrcImage* in);&lt;br /&gt;
&lt;br /&gt;
out = in - mean&lt;br /&gt;
 extern void&lt;br /&gt;
 lmrcImageMeanSubtraction(mrcImage* out, mrcImage* in);&lt;br /&gt;
&lt;br /&gt;
out = in - value&lt;br /&gt;
 extern void&lt;br /&gt;
 lmrcImageSubtraction(mrcImage* out, mrcImage* in , double value);&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>