<div dir="ltr">Hi Shouvanik,<div><br></div><div><div>> I want to take two images (possibly jpeg etc.) and compare them to find</div><div>> whether they are equal or unequal.</div><div><br></div><div style>One simple way is to use the Image Calculator plugin of ImageJ (in the Process menu) to subtract one image from the other. This only works if they were both produced using the exact same acquisition mechanism and settings.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra" style>I also suggest using a lossless file format (i.e., not JPEG) when doing quantitative analysis. See this page for details:</div><div class="gmail_extra" style>

<br></div><div class="gmail_extra" style>    <a href="http://fiji.sc/IP_Principles">http://fiji.sc/IP_Principles</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">> Does the api (written by you) "ImgLib2" anyway supports this.<br>

</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>You could certainly use ImgLib2 to subtract two images. The base ImgLib2 library supports this via the use of cursors that iterate over your images, so that you can perform the subtraction and/or comparison pixel-by-pixel. The ImgLib2 OPS extension supports doing this in a functional way over the entire image at once.</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>See the ImgLib2 Examples for an introduction to ImgLib2:</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>    <a href="http://fiji.sc/ImgLib2_Examples">http://fiji.sc/ImgLib2_Examples</a></div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>There is not a lot of documentation on ImgLib2 OPS yet but you can read an overview of sorts at:</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>

    <a href="https://groups.google.com/d/msg/fiji-devel/YDqzss-mQjI/mbFiZIeOTPgJ">https://groups.google.com/d/msg/fiji-devel/YDqzss-mQjI/mbFiZIeOTPgJ</a></div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>

HTH,</div><div class="gmail_extra" style>Curtis</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>P.S. I am not a main author of ImgLib2: that distinction goes to Stephan Saalfeld, Stephan Priebisch and Tobias Pietzsch. And Barry DeZonia is the main author of ImgLib2 OPS.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 5, 2013 at 12:20 AM, <b class="gmail_sendername">Shouvanik Haldar</b> <span dir="ltr"><<a href="mailto:shouvanik.haldar@gmail.com" target="_blank">shouvanik.haldar@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,<br><div class="gmail_quote"><div dir="ltr">

<div><div><div><div>

<br></div>Greetings!<br><br></div>I am trying hard to arrive at a solution. I want to take two images (possibly jpeg etc.) and compare them to find whether they are equal or unequal.<br>
<br></div>Does the api (written by you) "ImgLib2" anyway supports this.<br><br></div>Many thanks in advance for your help.<span class=""><font color="#888888"><span><font color="#888888"><br clear="all"><div><div>

<div><div><div><div>

<br>-- <br><div>Thanks,</div>
<div><i><font color="#3366ff" face="comic sans ms,sans-serif" size="4">Shouvanik</font></i></div>
</div></div></div></div></div></div></font></span></font></span></div>
</div><br></div>
</blockquote></div><br></div></div></div>