[Numpy-discussion] Adjacent matrix
Thiago Franco Moraes
totonixsame at gmail.com
Tue Jun 14 08:50:47 EDT 2011
On Tue, Jun 14, 2011 at 8:06 AM, Luis Pedro Coelho <lpc at cmu.edu> wrote:
> On Monday, June 13, 2011 03:55:46 PM Thiago Franco Moraes wrote:
>> "Find all of the grid points in that lie adjacent to one or more grid
>> points of opposite values."
>>
>> This is the code used to calculate that matrix:
> [spin]
>> Where nx, ny and nz are the x, y, z dimensions from the "im" input
>> binary matrix. I think this operation is called bwperim.
>
> My package, mahotas, supports it directly:
>
> mahotas.bwperim(bw, n)
>
> at
> http://packages.python.org/mahotas/
>
> HTH,
> Luis
Thanks Luis. But mahotas.bwperim only supports 2D images, my images
are 3D from Computerized Tomography (often very large) and I need
connectivity 26.
More information about the NumPy-Discussion
mailing list