help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bwselect and bwfill image toolbox bug


From: John W. Eaton
Subject: bwselect and bwfill image toolbox bug
Date: Tue, 24 Feb 2009 12:48:32 -0500

On 24-Feb-2009, Rosen Diankov wrote:

| hi all,
| 
| bwselect calling conventions are:
|  [IMOUT, IDX] = bwselect(IM, COLS, ROWS, CONNECT)
| 
| and bwfill calling conventions are:
|  [BW2, IDX] = bwfill(BW1, R, C, N)
| 
| Notice how the columns and rows are flipped. This is a *big* problem
| because bwselect happily calls bwfill with inputting its columns
| before rows. This causes octave to crash with memory corruption.
| 
| Another problem is possible compatibility issues with matlab because
| matlab's bwfill function is
|  [BW2, IDX] = bwfill(BW1, C, R, N)
| 
| this is tested with the newest release of the image toolbox 1.0.8

The address@hidden list is not really intended as a place to report
bugs.

Bugs in Octave should be reported to the address@hidden list.

Problems with the packages should be reported to the package
maintainers.  For most Octave packages, that's the
address@hidden list.

Thanks,

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]