reclassifyBoundary

[ XITE Reference Manual | XITE home ]

Name

reclassifyBoundary - reclassify the boundary pixels

Syntax

 #include <xite/segmentation.h>

 BiffStatus reclassifyBoundary( IBAND orig,
    IBAND result, IBAND boundary,
    histogram map );

Description

reclassify the boundary pixels. boundary describes what is boundary pixels, orig have the original pixel values, map is the classification map, and the result goes into result.

Restrictions

orig, result and boundary must have pixel type unsigned byte.

Return value

 0 : Ok
 1 : Bad input pixel type
 2 : Bad result pixel type
 3 : Bad boundary pixel type

Author

Tor Lønnestad, BLAB, Ifi, UiO