SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

BotDetect - Real-Time Bot Detection API
 
 

MAN page from RedHat Other XITE-3.3-3.i386.rpm

MORPHOPEN

Section: User Commands (1)
Updated: 16 Mar 1998
Index

 

NAME

morphOpen - morphological grayscale open on an image.

 

SYNTAX

morphOpen <-a | -b> <struct_element> <inimage> <outimage>

 

DESCRIPTION

morphOpencalculates the morphological operationopen on the image inimage,with a structuringelement given by struct_element(in combination withoption -aor -b).The result is sent to the imagespesified in outimage.The actual calculation is performedwith the expression:


 outband = morphDilate(morphErode(inband))

 

RESTRICTIONS

Input images must be of the following types:

inimage
Unsigned byte.

struct_element
With option -a:Ascii characters (numbers) describing thestructuring element. With option -b:BIFF image with pixeltype signed short.

 

OPTIONS

-a struct_element
struct_elementis an ascii file which contains thestructuring element. See ascii2biff(1) for file format.

-b struct_element
struct_elementis a BIFF image which contains thestructuring element.

 

SEE ALSO

morphOpen(3), morphDilate(1), morphErode(1), morphClose(1),ascii2biff(1)

 

RETURN VALUE


 0 : OK
 1 : Usage message
 2 : Illegal number of arguments
 3 : No structuring element

 

AUTHOR

Martin Torpe Lie, BLAB, Ifi, UiO

 

EXAMPLES

morphOpen ~blab/img/mona.img mona.img -a filter.txtmorphOpen ~blab/img/mona.img mona.img -b filter.img

 

ID

$Id: morphOpen.c,v 1.20 1997/01/16 16:06:44 svein Exp $


 

Index

NAME
SYNTAX
DESCRIPTION
RESTRICTIONS
OPTIONS
SEE ALSO
RETURN VALUE
AUTHOR
EXAMPLES
ID

This document was created byman2html,using the manual pages.
 
ICM Bot detect detector