<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>F. L. I. G. (Posts about apples)</title><link>https://www.flig.org/</link><description></description><atom:link href="https://www.flig.org/categories/apples.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2024 &lt;a href="mailto:n.tesla@example.com"&gt;flig.org&lt;/a&gt; </copyright><lastBuildDate>Sun, 07 Jul 2024 14:12:05 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Finding Apples with OpenCV</title><link>https://www.flig.org/posts/2021/12/see-apples/</link><dc:creator>Pal Denes</dc:creator><description>&lt;div&gt;&lt;p&gt;&lt;img alt="Solve Challenge" src="https://www.flig.org/images/cards/solve-challenge.png" style="width: 200px; float: left; margin-right: 20px; margin-top: 0px;"&gt;&lt;/p&gt;
&lt;p&gt;When I first started to think about the Nature’s Bounty challenge, I decided to try and find a way to automatically detect apples using a camera and OpenCV. My thinking was roughly:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Apples are of a known size and colour (and there is nothing else around that’s round or red).&lt;/li&gt;
&lt;li&gt;Apple detection should be relatively generic, in the sense that we shouldn’t rely too much on knowledge about their expected positions on the tree.&lt;/li&gt;
&lt;li&gt;We’re only detecting apples, not tree branches (so apples are just “floating” in space, and we can grab them freely – but we might try to do this “cautiously”, expecting some invisible branches might be in the way).&lt;/li&gt;
&lt;li&gt;Apple detection should be as simple and efficient as possible (better to refine readings continuously as we get closer than to try something “perfect” that might be too slow or resource-hungry).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="https://www.flig.org/posts/2021/12/see-apples/"&gt;Read more…&lt;/a&gt; (8 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>apples</category><category>camera</category><category>dinky</category><category>OpenCV</category><category>robot</category><guid>https://www.flig.org/posts/2021/12/see-apples/</guid><pubDate>Fri, 31 Dec 2021 12:00:00 GMT</pubDate></item></channel></rss>