From: Stefan v. d. W. <st...@su...> - 2004-08-18 06:27:19
|
I havn't used anything beyond the neighbourhood property of structured elements, so I am not sure what other features they have. Looks like it would be possible to use a normal structure and an N-dimensional matrix to imitate it until we have a proper class? (See below) Regards Stefan Structuring element (STREL) creation and manipulation. getheight - Get strel height. getneighbors - Get offset location and height of strel neighbors getnhood - Get strel neighborhood. getsequence - Get sequence of decomposed strels. isflat - Return true for flat strels. reflect - Reflect strel about its center. strel - Create morphological structuring element. translate - Translate strel On Mon, Aug 16, 2004 at 04:36:50PM +0200, Josep Mon?s i Teixidor wrote: > Hi Sefan, > > On Mon, 16 Aug 2004 08:50:13 +0200, Stefan van der Walt wrote: > > > ERODE Perform erosion on binary image. > > > > Note: This function is obsolete and may be removed in future > > versions. Use IMERODE instead. > > > > ... > > > > We could rename the function with a dispatch to the old name? Paul? > > > > Regards > > Stefan > > > > > > I used erode instead of imerode because interface is not 100% > compatible with imreode. I plan to implement it to, but since it takes > a STREL object, it would be great to have classes to implement this > right. > > Josep > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev |