<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Pi-Tag Fiducial Marker Detector	</title>
	<atom:link href="https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Thu, 31 Jan 2019 16:26:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-266441</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Thu, 31 Jan 2019 16:26:45 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2442#comment-266441</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-266389&quot;&gt;Bulduk&lt;/a&gt;.

I have no idea what you mean by &quot;greater marker,&quot; as there&#039;s no such reference in the Pi-Tag paper.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-266389">Bulduk</a>.</p>
<p>I have no idea what you mean by &#8220;greater marker,&#8221; as there&#8217;s no such reference in the Pi-Tag paper.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bulduk		</title>
		<link>https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-266389</link>

		<dc:creator><![CDATA[Bulduk]]></dc:creator>
		<pubDate>Thu, 31 Jan 2019 10:22:13 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2442#comment-266389</guid>

					<description><![CDATA[Hi, thank you very much for this Information.

I use this Tags for my bachelor thesis. There I have to use greater Marker. Therefore I have to modify the params to detect this greater pi-Tags. But the algorithm still not detects the greater Marker. 
What would be your advice?

Thank you]]></description>
			<content:encoded><![CDATA[<p>Hi, thank you very much for this Information.</p>
<p>I use this Tags for my bachelor thesis. There I have to use greater Marker. Therefore I have to modify the params to detect this greater pi-Tags. But the algorithm still not detects the greater Marker.<br />
What would be your advice?</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259644</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 14:19:26 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2442#comment-259644</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259638&quot;&gt;Manh-Ha Hoang&lt;/a&gt;.

The &lt;code&gt;markers/tag0.xml&lt;/code&gt; file in the repository is an example model file. Any of the other model files from &lt;code&gt;cobs_fiducials&lt;/code&gt; work as well.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259638">Manh-Ha Hoang</a>.</p>
<p>The <code>markers/tag0.xml</code> file in the repository is an example model file. Any of the other model files from <code>cobs_fiducials</code> work as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manh-Ha Hoang		</title>
		<link>https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259638</link>

		<dc:creator><![CDATA[Manh-Ha Hoang]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 06:36:56 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2442#comment-259638</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259523&quot;&gt;Matthew Petroff&lt;/a&gt;.

I found the problem. It is the pointer shared_ptr. I need add &lt;code&gt;SET(CMAKE_CXX_FLAGS &quot;-std=c++0x&quot;)&lt;/code&gt; in cmake in order to run the code. The test program is &lt;code&gt;./pitag-test modelfile imagefile&lt;/code&gt;. I know the image file is tag images, but how about the format of modelfile? Is it .xml file?. Can you upload the file sample?
Thank you :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259523">Matthew Petroff</a>.</p>
<p>I found the problem. It is the pointer shared_ptr. I need add <code>SET(CMAKE_CXX_FLAGS "-std=c++0x")</code> in cmake in order to run the code. The test program is <code>./pitag-test modelfile imagefile</code>. I know the image file is tag images, but how about the format of modelfile? Is it .xml file?. Can you upload the file sample?<br />
Thank you :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259523</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Wed, 16 Aug 2017 14:07:55 +0000</pubDate>
		<guid isPermaLink="false">https://mpetroff.net/?p=2442#comment-259523</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259522&quot;&gt;Ha&lt;/a&gt;.

Is there an error? &lt;code&gt;cmake&lt;/code&gt; builds the program but does not run it. I would highly recommend doing this on Linux, and you need to make sure the dependencies listed in the readme are installed. Details for using the test program are also included in the readme.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2017/04/pi-tag-fiducial-marker-detector/#comment-259522">Ha</a>.</p>
<p>Is there an error? <code>cmake</code> builds the program but does not run it. I would highly recommend doing this on Linux, and you need to make sure the dependencies listed in the readme are installed. Details for using the test program are also included in the readme.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-29 22:06:44 by W3 Total Cache
-->