<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Image processing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5814#M5813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to compare multiple images with the reference image and add indication marks on the image if it is different from the reference. Could you please help me making this as a JSL code? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Oct 2012 14:18:15 GMT</pubDate>
    <dc:creator>hj</dc:creator>
    <dc:date>2012-10-21T14:18:15Z</dc:date>
    <item>
      <title>Image processing</title>
      <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5814#M5813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to compare multiple images with the reference image and add indication marks on the image if it is different from the reference. Could you please help me making this as a JSL code? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 14:18:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5814#M5813</guid>
      <dc:creator>hj</dc:creator>
      <dc:date>2012-10-21T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Image processing</title>
      <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5815#M5814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are these images stored, please?&amp;nbsp; Is the intention to compare two or more files that might or might not be identical?&amp;nbsp; Or is the idea simply to try to locate any regions of two JPEGs that look different - for example a couple of stills from a CCTV camera which would look very similar most of the time, except say when one of them shows someone walking across the shot?&amp;nbsp; I've no idea how one might tackle a problem like this, but it sounds an interesting one - so can you supply more details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 08:46:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5815#M5814</guid>
      <dc:creator />
      <dc:date>2012-10-24T08:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Image processing</title>
      <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5816#M5815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya, this is an interesting problem of &lt;A href="http://www.rasteredge.com/dotnet-imaging/image-processing/"&gt;image processing&lt;/A&gt;, I am looking forward more detailed info...comparing&amp;nbsp; the image is a easy work, but for the JSL code, not famailar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 02:51:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5816#M5815</guid>
      <dc:creator>theresadicom</dc:creator>
      <dc:date>2013-02-27T02:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Image processing</title>
      <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5817#M5816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have no idea of what "JSL code" is, but I think if you want to add mark on image, maybe you need some image annotating code. By the way, could you look at Dodo's suggestion, I think he may probably give you the solution on &lt;SPAN style="color: #4f4f4f;"&gt;&lt;A href="http://www.rasteredge.com/solutions/image-processing/"&gt;&lt;SPAN style="color: #4f4f4f;"&gt;image processing&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 09:12:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5817#M5816</guid>
      <dc:creator>cathyhill</dc:creator>
      <dc:date>2013-11-27T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Image processing</title>
      <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5818#M5817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In JSL, use New Image to create an image object and the Get Pixels message to convert the image into a matrix of pixels. Then you can compare matrices to find differences (which can be easy or hard depending on the kinds of differences you want to detect). To show the differences you could convert a difference matrix in an image or add Annotation Boxes on a view of one of the input images.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 20:04:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5818#M5817</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2013-12-03T20:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Image processing</title>
      <link>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5819#M5818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just came across your question. I wrote a JSL utility that I think does just what you are asking for. It take two images, compares them, and displays the result as a new image. The resultant image shows gray-scale pixels between black and white, where black is no difference and white is the most difference. You could apply a scale factor to the difference so that minor differences are more noticeable. The script can be found on the &lt;A __default_attr="2041" __jive_macro_name="community" class="jive_macro jive_macro_community jive-link-community-small" data-id="2041" data-objecttype="14" data-orig-content="File Exchange" data-type="space" href="https://kvoqx44227.lithium.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;/A&gt; in &lt;A href="https://community.jmp.com/docs/DOC-6112" target="_blank"&gt;ImageDiff JSL&lt;/A&gt;. Let me know if you have any questions about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 13:10:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Image-processing/m-p/5819#M5818</guid>
      <dc:creator>JohnPonte</dc:creator>
      <dc:date>2016-10-28T13:10:14Z</dc:date>
    </item>
  </channel>
</rss>

