Thread Subject: hough transform

Subject: hough transform

From: neeti tyagi

Date: 16 May, 2009 09:56:01

Message: 1 of 4

hi!
i m using command
[H,T,R]=hough(BW);
where BW is a binary image and error coming 'too many input arguments'
plz help.

Subject: hough transform

From: Nasser Abbasi

Date: 16 May, 2009 10:19:55

Message: 2 of 4


"neeti tyagi" <neeti_dec28@yahoo.co.in> wrote in message
news:gum2jh$9jt$1@fred.mathworks.com...
> hi!
> i m using command
> [H,T,R]=hough(BW);
> where BW is a binary image and error coming 'too many input arguments'
> plz help.

When you do size(BW), what do you get?

--Nasser

Subject: hough transform

From: hima

Date: 3 Jul, 2009 10:06:01

Message: 3 of 4

"neeti tyagi" <neeti_dec28@yahoo.co.in> wrote in message <gum2jh$9jt$1@fred.mathworks.com>...
> hi!
> i m using command
> [H,T,R]=hough(BW);
> where BW is a binary image and error coming 'too many input arguments'
> plz help.

can u help mee about hough transform in image segmentation???
plzzzz

Subject: hough transform

From: ImageAnalyst

Date: 3 Jul, 2009 18:04:48

Message: 4 of 4

On May 16, 5:56 am, "neeti tyagi" <neeti_de...@yahoo.co.in> wrote:
> hi!
> i m using command
> [H,T,R]=hough(BW);
> where BW is a binary image and error coming 'too many input arguments'
> plz help.

-------------------------------------------------------------------------------------
You must have made an error somewhere (that you're not showing us). I
just ran this demo code from the help documentation with no problem:
clc;
clear all;
close all;
workspace;
RGB = imread('gantrycrane.png');
I = rgb2gray(RGB); % convert to intensity
BW = edge(I,'canny'); % extract edges
[H,T,R] = hough(BW);

How did you get BW? It's not something weird like a structure or cell
array or something is it?

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
image Sprinceana 3 Jul, 2009 06:12:25
segmentation Sprinceana 3 Jul, 2009 06:12:25
reference Sprinceana 3 Jul, 2009 06:12:06
hough Sprinceana 3 Jul, 2009 06:12:06
hough transform Sprinceana 3 Jul, 2009 06:12:06
rssFeed for this Thread

Contact us at files@mathworks.com