<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'object counting problem solve via matlab' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'object counting problem solve via matlab' posted on the 'Matlab' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 05:41:35 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 05:41:35 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>object counting problem solve via matlab</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/373912/373912/object-counting-problem-solve-via-matlab/</link>
      <description>I have some questions to ask reagarding to this link&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fke.utm.my/makmal/PBL/DSP/Uji5.pdf"&gt;http://fke.utm.my/makmal/PBL/DSP/Uji5.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I must do the object counting solution via matlab,&lt;br /&gt;
Someone who can guide me plz....&lt;br /&gt;
&lt;br /&gt;
thanks&lt;br /&gt;
&lt;br /&gt;
my email:cadeoff17_air@yahoo.com&lt;br /&gt;
&lt;br /&gt;
thanx&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/373912/373912/object-counting-problem-solve-via-matlab/</guid>
      <pubDate>Mon, 04 Aug 2008 07:29:57 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: object counting problem solve via matlab</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/373912/373913/re-object-counting-problem-solve-via-matlab/#373913</link>
      <description>: I have some questions to ask reagarding to this link&lt;br /&gt;
: &lt;br /&gt;
: &lt;a href="http://fke.utm.my/makmal/PBL/DSP/Uji5.pdf"&gt;http://fke.utm.my/makmal/PBL/DSP/Uji5.pdf&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: I must do the object counting solution via matlab,&lt;br /&gt;
: Someone who can guide me plz....&lt;br /&gt;
: &lt;br /&gt;
: thanks&lt;br /&gt;
: &lt;br /&gt;
: my email:cadeoff17_air@yahoo.com&lt;br /&gt;
: &lt;br /&gt;
: thanx&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
anyone can help me..plz&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/373912/373913/re-object-counting-problem-solve-via-matlab/#373913</guid>
      <pubDate>Mon, 04 Aug 2008 08:32:55 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: object counting problem solve via matlab</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/373912/373916/re-object-counting-problem-solve-via-matlab/#373916</link>
      <description>: :&lt;br /&gt;
: I have to solve this question,someone can please guide me?&lt;br /&gt;
&lt;br /&gt;
Download the 3 images shown below in Figure 5 from the DSP PBL Lab website. Write your own Matlab to perform the following task. You are now allowed to use any function in Image Processing Toolbox to help you accomplish your task.&lt;br /&gt;
&lt;br /&gt;
1. Observe carefully the 3 images given. In Figure 5a, there two different sizes of the beads. Likewise in Figure 5b are two different shapes of nuts. Finally, Figure 5c you will 3 different shapes and sizes of tablets (pills). You will be assigned to work with only ONE of these images.&lt;br /&gt;
&lt;br /&gt;
2. You need to write one Matlab function that will accept the image to be analyzed and the criteria used for determining the objects such that the output of this function will give how many different objects there are in the image and how many for each of them. You may pass more than one criteria. For example you can create a function that accepts an image array and two criteria as follow:&lt;br /&gt;
[numob, obcount] = function objcounter(x, crit1, crit2)&lt;br /&gt;
% x will hold the image data&lt;br /&gt;
% crit1 specify the first criteria e.g. object size&lt;br /&gt;
% crit2 specify the 2nd criteria e.g. num pixels&lt;br /&gt;
&lt;br /&gt;
3. You are not required to identify the shape of the object whether it is a circular or hollow or ellipse shape object. You can simply use generic terms like object or item. Thus, the output of your Matlab function when you send in Figure 5c would be:&lt;br /&gt;
Object 1 – 2&lt;br /&gt;
Object 2 – 4&lt;br /&gt;
Object 3 – 5&lt;br /&gt;
&lt;br /&gt;
the picture is at this link&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fke.utm.my/makmal/PBL/DSP/Uji5.pdf"&gt;http://fke.utm.my/makmal/PBL/DSP/Uji5.pdf&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/373912/373916/re-object-counting-problem-solve-via-matlab/#373916</guid>
      <pubDate>Mon, 04 Aug 2008 09:35:34 -0700</pubDate>
      <category>Matlab</category>
    </item>
  </channel>
</rss>