<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251524</link>
    <title>MATLAB Central Newsreader - hough transform</title>
    <description>Feed for thread: hough transform</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 16 May 2009 09:56:01 -0400</pubDate>
      <title>hough transform</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251524#650336</link>
      <author>neeti tyagi</author>
      <description>hi!&lt;br&gt;
i m using command&lt;br&gt;
[H,T,R]=hough(BW);&lt;br&gt;
where BW is a binary image and error coming 'too many input arguments'&lt;br&gt;
plz help.</description>
    </item>
    <item>
      <pubDate>Sat, 16 May 2009 10:19:55 -0400</pubDate>
      <title>Re: hough transform</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251524#650340</link>
      <author>Nasser Abbasi</author>
      <description>&lt;br&gt;
&quot;neeti tyagi&quot; &amp;lt;neeti_dec28@yahoo.co.in&amp;gt; wrote in message &lt;br&gt;
news:gum2jh$9jt$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; hi!&lt;br&gt;
&amp;gt; i m using command&lt;br&gt;
&amp;gt; [H,T,R]=hough(BW);&lt;br&gt;
&amp;gt; where BW is a binary image and error coming 'too many input arguments'&lt;br&gt;
&amp;gt; plz help.&lt;br&gt;
&lt;br&gt;
When you do  size(BW), what do you get?&lt;br&gt;
&lt;br&gt;
--Nasser </description>
    </item>
    <item>
      <pubDate>Fri, 03 Jul 2009 10:06:01 -0400</pubDate>
      <title>Re: hough transform</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251524#662481</link>
      <author>hima </author>
      <description>&quot;neeti tyagi&quot; &amp;lt;neeti_dec28@yahoo.co.in&amp;gt; wrote in message &amp;lt;gum2jh$9jt$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; hi!&lt;br&gt;
&amp;gt; i m using command&lt;br&gt;
&amp;gt; [H,T,R]=hough(BW);&lt;br&gt;
&amp;gt; where BW is a binary image and error coming 'too many input arguments'&lt;br&gt;
&amp;gt; plz help.&lt;br&gt;
&lt;br&gt;
can u help mee  about hough transform in image segmentation???&lt;br&gt;
plzzzz</description>
    </item>
    <item>
      <pubDate>Fri, 03 Jul 2009 18:04:48 -0400</pubDate>
      <title>Re: hough transform</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251524#662536</link>
      <author>ImageAnalyst</author>
      <description>On May 16, 5:56&#160;am, &quot;neeti tyagi&quot; &amp;lt;neeti_de...@yahoo.co.in&amp;gt; wrote:&lt;br&gt;
&amp;gt; hi!&lt;br&gt;
&amp;gt; i m using command&lt;br&gt;
&amp;gt; [H,T,R]=hough(BW);&lt;br&gt;
&amp;gt; where BW is a binary image and error coming 'too many input arguments'&lt;br&gt;
&amp;gt; plz help.&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------------------------------&lt;br&gt;
You must have made an error somewhere (that you're not showing us).  I&lt;br&gt;
just ran this demo code from the help documentation with no problem:&lt;br&gt;
clc;&lt;br&gt;
clear all;&lt;br&gt;
close all;&lt;br&gt;
workspace;&lt;br&gt;
RGB = imread('gantrycrane.png');&lt;br&gt;
I  = rgb2gray(RGB); % convert to intensity&lt;br&gt;
BW = edge(I,'canny'); % extract edges&lt;br&gt;
[H,T,R] = hough(BW);&lt;br&gt;
&lt;br&gt;
How did you get BW?  It's not something weird like a structure or cell&lt;br&gt;
array or something is it?</description>
    </item>
  </channel>
</rss>

