<?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 Re: load library in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949312#M18458</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to do the same thing, did you ever get it to work &amp;amp; if so, how did you do it?&lt;BR /&gt;&lt;BR /&gt;This is what I have done:&lt;BR /&gt;addpath('C:Program FilesOpenCVcxcoreinclude');&lt;BR /&gt;addpath('C:Program FilesOpenCVcvauxinclude');&lt;BR /&gt;addpath('C:Program FilesOpenCVall_includes');&lt;BR /&gt;&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incxts001.dll','C:Program FilesOpenCVall_includescxtypes.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;in	rs.dll','C:Program FilesOpenCVall_includescxtypes.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;inlibguide40.dll','C:Program FilesOpenCVall_includescvcompat.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incxcore097.dll','C:Program FilesOpenCVall_includescxcore.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incv097.dll','C:Program FilesOpenCVall_includescv.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incvaux097.dll','C:Program FilesOpenCVall_includescvaux.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;&lt;BR /&gt;%Read in an image&lt;BR /&gt;im=imread('seqsnap_00.bmp');&lt;BR /&gt;%create a IPL wrapper around the image passed from the workspace&lt;BR /&gt;v=libstruct('CvSize');&lt;BR /&gt;v.width=size(im,2); &lt;BR /&gt;v.height=size(im,1);&lt;BR /&gt;&lt;BR /&gt;im1Ptr=calllib('cxcore097','cvCreateImageHeader',v,8,1);&lt;BR /&gt;&lt;BR /&gt;I am still trying to figure out how to attach the image data to the Image Header using cvSetData.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Martin.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Jun 2006 15:43:38 GMT</pubDate>
    <dc:creator>martin_dale</dc:creator>
    <dc:date>2006-06-26T15:43:38Z</dc:date>
    <item>
      <title>load library</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949310#M18456</link>
      <description>&lt;DIV&gt;hi,&lt;BR /&gt;Im using "OpenCV Beta5" and "Matab 7.0.4" on windows. &lt;BR /&gt;I have installed OpenCV(with the exe) and now want to load this library in Matlab with the help of the following function of matlab&lt;BR /&gt; &lt;BR /&gt;loadlibrary('cv097', 'H:	empInstallOpenCVcvincludecv.h')&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;i got the following error&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;??? Error using ==&amp;gt; loadlibrary&lt;BR /&gt;Failed to preprocess the input file.&lt;BR /&gt;Output from preprocessor is:'C:Program' is not recognized as an internal or external command,&lt;BR /&gt;operable program or batch file.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;would you explain what is the problem with my above code and how can i load the OpenCV in matlab ?&lt;BR /&gt;Thanks in advance &lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2006 04:41:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949310#M18456</guid>
      <dc:creator>mudasar_husain</dc:creator>
      <dc:date>2006-01-26T04:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: load library</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949311#M18457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you need to check parameters you pass to loadlibrary with your Matlab documentation. Probably you specify something in wrong way.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Feb 2006 01:13:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949311#M18457</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-02-04T01:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: load library</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949312#M18458</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to do the same thing, did you ever get it to work &amp;amp; if so, how did you do it?&lt;BR /&gt;&lt;BR /&gt;This is what I have done:&lt;BR /&gt;addpath('C:Program FilesOpenCVcxcoreinclude');&lt;BR /&gt;addpath('C:Program FilesOpenCVcvauxinclude');&lt;BR /&gt;addpath('C:Program FilesOpenCVall_includes');&lt;BR /&gt;&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incxts001.dll','C:Program FilesOpenCVall_includescxtypes.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;in	rs.dll','C:Program FilesOpenCVall_includescxtypes.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;inlibguide40.dll','C:Program FilesOpenCVall_includescvcompat.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incxcore097.dll','C:Program FilesOpenCVall_includescxcore.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incv097.dll','C:Program FilesOpenCVall_includescv.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;loadlibrary('C:Program FilesOpenCV&amp;#8;incvaux097.dll','C:Program FilesOpenCVall_includescvaux.h','includepath','C:Program FilesOpenCVall_includes');&lt;BR /&gt;&lt;BR /&gt;%Read in an image&lt;BR /&gt;im=imread('seqsnap_00.bmp');&lt;BR /&gt;%create a IPL wrapper around the image passed from the workspace&lt;BR /&gt;v=libstruct('CvSize');&lt;BR /&gt;v.width=size(im,2); &lt;BR /&gt;v.height=size(im,1);&lt;BR /&gt;&lt;BR /&gt;im1Ptr=calllib('cxcore097','cvCreateImageHeader',v,8,1);&lt;BR /&gt;&lt;BR /&gt;I am still trying to figure out how to attach the image data to the Image Header using cvSetData.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Martin.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2006 15:43:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/load-library/m-p/949312#M18458</guid>
      <dc:creator>martin_dale</dc:creator>
      <dc:date>2006-06-26T15:43:38Z</dc:date>
    </item>
  </channel>
</rss>

