Re: Straight line detection

2005-10-14 Thread Nigel Rowe
Tim Roberts wrote: > "PyPK" <[EMAIL PROTECTED]> wrote: >> >>Does anyone know of a simple implementation of a straight line >>detection algorithm something like hough or anything simpler.So >>something like if we have a 2D arary of pixel elements representing a >>particular Image. How can we identi

Re: Straight line detection

2005-09-30 Thread Juho Schultz
PyPK wrote: > Does anyone know of a simple implementation of a straight line > detection algorithm something like hough or anything simpler.So > something like if we have a 2D arary of pixel elements representing a > particular Image. How can we identify lines in this Image. > for example: > > ary

Re: Straight line detection

2005-09-29 Thread Tim Roberts
"PyPK" <[EMAIL PROTECTED]> wrote: > >Does anyone know of a simple implementation of a straight line >detection algorithm something like hough or anything simpler.So >something like if we have a 2D arary of pixel elements representing a >particular Image. How can we identify lines in this Image. >fo