<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Opencv 3.1 with Cuda on QT 5.5.1]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I try use Opencv with Cuda to Qt a long time, but no sucess on this job. Now, i read on some foruns that g++ on Windows can't compile Opencv with Cuda to Qt, so I tried compile Opencv with Cuda on Visual Studio to Qt, I do not know if it works, but I tried. The problem happens when I compile on Qt, apparently compiling opencv in visual studio works, because QT recognizes the libraries but show errors bellow:</p>
<p dir="auto">C:\Users\Computador\Dropbox\goProCorrection\GoProQT\correction.cpp:31: error: undefined reference to <code>cv::imread(cv::String const&amp;, int)' C:\Users\Computador\Dropbox\goProCorrection\GoProQT\correction.cpp:32: error: undefined reference to </code>cv::cvtColor(cv::_InputArray const&amp;, cv::_OutputArray const&amp;, int, int)'<br />
C:\Users\Computador\Dropbox\goProCorrection\GoProQT\correction.cpp:37: error: undefined reference to <code>cv::findChessboardCorners(cv::_InputArray const&amp;, cv::Size_&lt;int&gt;, cv::_OutputArray const&amp;, int)' C:\Users\Computador\Dropbox\goProCorrection\GoProQT\correction.cpp:40: error: undefined reference to </code>cv::cornerSubPix(cv::<em>InputArray const&amp;, cv::<em>InputOutputArray const&amp;, cv::Size</em>&lt;int&gt;, cv::Size</em>&lt;int&gt;, cv::TermCriteria)'</p>
<p dir="auto">All erros are undefined reference to.</p>
<p dir="auto">On my .pro I put these:<br />
INCLUDEPATH += C://Opencv//3.1.0//release_cuda//install//include<br />
LIBS += C://Opencv//3.1.0//release_cuda//bin//Debug//*.dll</p>
]]></description><link>https://forum.qt.io/topic/63563/opencv-3-1-with-cuda-on-qt-5-5-1</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 19:18:29 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/63563.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Jan 2016 12:43:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Opencv 3.1 with Cuda on QT 5.5.1 on Fri, 29 Jan 2016 15:35:55 GMT]]></title><description><![CDATA[<p dir="auto">I solved first problem setting msvc compiler on Qt and second problem compiling again tbb.</p>
]]></description><link>https://forum.qt.io/post/310439</link><guid isPermaLink="true">https://forum.qt.io/post/310439</guid><dc:creator><![CDATA[jpmasiero]]></dc:creator><pubDate>Fri, 29 Jan 2016 15:35:55 GMT</pubDate></item><item><title><![CDATA[Reply to Opencv 3.1 with Cuda on QT 5.5.1 on Fri, 29 Jan 2016 14:12:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Based on your OpenCV location, my guess is that the application doesn't find its DLLs on startup. Go to the Run part of the Project panel, edit there the PATH environment variable and add the path to your OpenCV DLLs there.</p>
]]></description><link>https://forum.qt.io/post/310427</link><guid isPermaLink="true">https://forum.qt.io/post/310427</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 29 Jan 2016 14:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to Opencv 3.1 with Cuda on QT 5.5.1 on Fri, 29 Jan 2016 13:51:19 GMT]]></title><description><![CDATA[<p dir="auto">I solved this problem but now shows other error:<br />
During startup program exited with code 0xc000a200</p>
]]></description><link>https://forum.qt.io/post/310425</link><guid isPermaLink="true">https://forum.qt.io/post/310425</guid><dc:creator><![CDATA[jpmasiero]]></dc:creator><pubDate>Fri, 29 Jan 2016 13:51:19 GMT</pubDate></item></channel></rss>