<?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 ArcGIS Runtime SDK for Java AND OpenCV in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219703#M615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just started using ArcGIS SDK for Java. I would like to use opencv library in my projects. I can add the library when I create an ArcGIS Runtime application project, but my eclipse does not reconigze the library later in my codes. Does that mean ArcGIS does not support opencv or I am missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 19:37:28 GMT</pubDate>
    <dc:creator>MohammdrezaFaraji</dc:creator>
    <dc:date>2015-12-02T19:37:28Z</dc:date>
    <item>
      <title>ArcGIS Runtime SDK for Java AND OpenCV</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219703#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just started using ArcGIS SDK for Java. I would like to use opencv library in my projects. I can add the library when I create an ArcGIS Runtime application project, but my eclipse does not reconigze the library later in my codes. Does that mean ArcGIS does not support opencv or I am missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 19:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219703#M615</guid>
      <dc:creator>MohammdrezaFaraji</dc:creator>
      <dc:date>2015-12-02T19:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime SDK for Java AND OpenCV</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219704#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessarily.&lt;/P&gt;&lt;P&gt;While it is true that ArcGIS Runtime APIs know nothing about OpenCV libraries, a lot depends on what your code is actually trying to do. Can you share a bit more about the problem? How is OpenCV being used in your Java application? How have you configured your Eclipse environment with OpenCV?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219704#M616</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2015-12-09T06:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime SDK for Java AND OpenCV</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219705#M617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;BR /&gt;Thanks for the reply. Yes, my Eclipse works fine with OpenCV. This link (&lt;A href="http://docs.opencv.org/2.4/doc/tutorials/introduction/java_eclipse/java_eclipse.html"&gt;http://docs.opencv.org/2.4/doc/tutorials/introduction/java_eclipse/java_eclipse.html&lt;/A&gt;) explains how to setup OpenCV in Eclipse. When I create a java application, it recognizes openCV library, but when I create an ArcGIS SDK application, it doesn't.&lt;BR /&gt;I like to use opencv for&amp;nbsp; its computer vision functions and tools.&lt;BR /&gt;It provides function to detect/extract/match features in images and affine/projective tranformation (which I need to use).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219705#M617</guid>
      <dc:creator>MohammdrezaFaraji</dc:creator>
      <dc:date>2015-12-09T22:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime SDK for Java AND OpenCV</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219706#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Eclipse, is the opencv library, which is reference by your Eclipse project, being exported when your app is created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219706#M618</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2015-12-09T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime SDK for Java AND OpenCV</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219707#M619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting! I remember I did this, but apparently it's not been correctly added.&lt;BR /&gt;I just created a new project and OpenCV successfully got added. Hopefully it won't make any problem later.&lt;BR /&gt;Thanks Eric!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-and-opencv/m-p/219707#M619</guid>
      <dc:creator>MohammdrezaFaraji</dc:creator>
      <dc:date>2015-12-09T22:56:31Z</dc:date>
    </item>
  </channel>
</rss>

