<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for More Than Technical</title>
	
	<link>http://www.morethantechnical.com</link>
	<description>On software, code, the internet and more.</description>
	<lastBuildDate>Sat, 11 May 2013 16:36:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForMoreThanTechnical" /><feedburner:info uri="commentsformorethantechnical" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Arnon</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-44600</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Sat, 11 May 2013 16:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-44600</guid>
		<description><![CDATA[You&#039;re welcome. That&#039;s the purpose of this blog.
Very glad to hear it worked for you]]></description>
		<content:encoded><![CDATA[<p>You're welcome. That's the purpose of this blog.<br />
Very glad to hear it worked for you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by sriram</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-44593</link>
		<dc:creator>sriram</dc:creator>
		<pubDate>Sat, 11 May 2013 14:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-44593</guid>
		<description><![CDATA[thanks for giving this valuable information it really works.]]></description>
		<content:encoded><![CDATA[<p>thanks for giving this valuable information it really works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple object classifier with Bag-of-Words using OpenCV 2.3 [w/ code] by Polk</title>
		<link>http://www.morethantechnical.com/2011/08/25/a-simple-object-classifier-with-bag-of-words-using-opencv-2-3-w-code/comment-page-1/#comment-44077</link>
		<dc:creator>Polk</dc:creator>
		<pubDate>Sat, 04 May 2013 20:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=917#comment-44077</guid>
		<description><![CDATA[Hi,

It&#039;s a great works and tutorial.
I use Xcode 4.6.6 in OS X mountain lion, OpenCV 2.4.3 
opencv works fine in xcode with compiler LLVM GCC 4.2 for OpenMP

I have a problem that all the test images has zero maches and if the set of trainig is limit (example 10 images) all the test images goes to first image.


I use this (line a):
Mat training_descriptors;
Your example use (line b):
Mat training_descriptors(1,extractor-&gt;descriptorSize(),extractor-&gt;descriptorType());
 
if I use the second (line b) the process stop and has a problem when reach the line
Mat vocabulary = bowtrainer.cluster();
but if I use the first (line a) it works but the results are extranges.

Thanks for the help.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It's a great works and tutorial.<br />
I use Xcode 4.6.6 in OS X mountain lion, OpenCV 2.4.3<br />
opencv works fine in xcode with compiler LLVM GCC 4.2 for OpenMP</p>
<p>I have a problem that all the test images has zero maches and if the set of trainig is limit (example 10 images) all the test images goes to first image.</p>
<p>I use this (line a):<br />
Mat training_descriptors;<br />
Your example use (line b):<br />
Mat training_descriptors(1,extractor-&gt;descriptorSize(),extractor-&gt;descriptorType());</p>
<p>if I use the second (line b) the process stop and has a problem when reach the line<br />
Mat vocabulary = bowtrainer.cluster();<br />
but if I use the first (line a) it works but the results are extranges.</p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Arnon</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-43955</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Thu, 02 May 2013 20:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-43955</guid>
		<description><![CDATA[It might work, and it might not. The phone I did this on, had 2.3 on it. I hope it will work for you]]></description>
		<content:encoded><![CDATA[<p>It might work, and it might not. The phone I did this on, had 2.3 on it. I hope it will work for you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Sriram</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-43949</link>
		<dc:creator>Sriram</dc:creator>
		<pubDate>Thu, 02 May 2013 18:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-43949</guid>
		<description><![CDATA[please tell can I do it for Samsung y duos of android version 2.3]]></description>
		<content:encoded><![CDATA[<p>please tell can I do it for Samsung y duos of android version 2.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Arnon</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-43947</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Thu, 02 May 2013 18:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-43947</guid>
		<description><![CDATA[I don&#039;t really know. You can try. It might work. I don&#039;t think any damage can happen, but again - I cannot guarantee]]></description>
		<content:encoded><![CDATA[<p>I don't really know. You can try. It might work. I don't think any damage can happen, but again - I cannot guarantee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Sriram</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-43945</link>
		<dc:creator>Sriram</dc:creator>
		<pubDate>Thu, 02 May 2013 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-43945</guid>
		<description><![CDATA[Can I do it for galaxy y duos also?]]></description>
		<content:encoded><![CDATA[<p>Can I do it for galaxy y duos also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Arnon</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-43943</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Thu, 02 May 2013 18:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-43943</guid>
		<description><![CDATA[Hi Siriam,
Using the method I&#039;ve described, all the data on internal memory will be intact (that was the whole point)
That is if you do exactly what I&#039;ve done. 
However - I cannot take responsibility for anything that will happen to your data, as various things might happen along the way.
Good luck]]></description>
		<content:encoded><![CDATA[<p>Hi Siriam,<br />
Using the method I've described, all the data on internal memory will be intact (that was the whole point)<br />
That is if you do exactly what I've done.<br />
However - I cannot take responsibility for anything that will happen to your data, as various things might happen along the way.<br />
Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Creative way to bypass Pattern lock on Android by Sriram</title>
		<link>http://www.morethantechnical.com/2013/01/29/a-creative-way-to-bypass-pattern-lock-on-android/comment-page-1/#comment-43942</link>
		<dc:creator>Sriram</dc:creator>
		<pubDate>Thu, 02 May 2013 17:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1239#comment-43942</guid>
		<description><![CDATA[Whether my contacts and data in internal memory will be saved or not. Please reply to me immediately]]></description>
		<content:encoded><![CDATA[<p>Whether my contacts and data in internal memory will be saved or not. Please reply to me immediately</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple triangulation with OpenCV from Harley &amp; Zisserman [w/ code] by Ander</title>
		<link>http://www.morethantechnical.com/2012/01/04/simple-triangulation-with-opencv-from-harley-zisserman-w-code/comment-page-1/#comment-43832</link>
		<dc:creator>Ander</dc:creator>
		<pubDate>Tue, 30 Apr 2013 08:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.morethantechnical.com/?p=1023#comment-43832</guid>
		<description><![CDATA[hi Roy,
Great code, great example. 
I still am wondering about the &quot;bugs&quot; Marc posted a year ago.
In the IterativeLinearLSTriangulation() function I cant see any update in the values, so it always exits in the second loop. nor u,P,u1,or P1 changes in the loop so  LinearLSTriangulation() returns the same and the condition to exit the loop always is true. Stil I cant see what is needed to change. Any idea?]]></description>
		<content:encoded><![CDATA[<p>hi Roy,<br />
Great code, great example.<br />
I still am wondering about the "bugs" Marc posted a year ago.<br />
In the IterativeLinearLSTriangulation() function I cant see any update in the values, so it always exits in the second loop. nor u,P,u1,or P1 changes in the loop so  LinearLSTriangulation() returns the same and the condition to exit the loop always is true. Stil I cant see what is needed to change. Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
