Prev: Method by which fsolve solves systems of nonlinear equations?
Next: Simultaneous fit to ARMA/GARCH with multiple time series
From: Rabya Hoti on 7 Jun 2010 01:00 Hi, I having mutiple almost diagnol shape lines in an Image and i want to extract them one by one. Now i don't have an exact idea that how should i b able to extract it one by one using Matlab.... Can anyone help me out??
From: Dave Robinson on 7 Jun 2010 06:53 "Rabya Hoti" <rabya(a)ciit.net.pk> wrote in message <huhud3$pht$1(a)fred.mathworks.com>... > Hi, > > I having mutiple almost diagnol shape lines in an Image and i want to extract them one by one. Now i don't have an exact idea that how should i b able to extract it one by one using Matlab.... > > Can anyone help me out?? If you are using the Image Processing toolbox, and your diagonal lines are straight, then have a look at the inbuilt Hough Transform, and its associated 'houghlines' function. Regards Dave Robinson
From: ImageAnalyst on 7 Jun 2010 07:01 Can you post your image to http://drop.io?
From: Rabya Hoti on 9 Jun 2010 05:33
hi, Thank you Dave..... Well i tried the Matlab builtin hough and houghlines commands but as the lines of my image are not straight and secondly they merge up at times and then extands out; the commands are not helpfull... Give me someother option pls... regards, Rabya |