1mlib_ImageRankFilter3x3_US(m3eMdLiIaBL)ib Library Funmcltiibo_nIsmageRankFilter3x3_US(3MLIB)
2
3
4

NAME

6       mlib_ImageRankFilter3x3_US - 3x3 rank filter, unsigned
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_ImageRankFilter3x3_US(mlib_image *dst,
13            const mlib_image *src, mlib_s32 rank, mlib_s32 bits);
14
15

DESCRIPTION

17       The  mlib_ImageRankFilter3x3_US()  function performs 3x3 rank filtering
18       on an MLIB_SHORT type of image that contains unsigned data. Each  pixel
19       of  the  destination image is the pixel with the user-specified rank in
20       the filter window.
21
22
23       The source and destination images must be single-channel images.
24

PARAMETERS

26       The function takes the following arguments:
27
28       dst     Pointer to destination image.
29
30
31       src     Pointer to source image.
32
33
34       rank    The rank of the destination pixel. The pixel with minimum value
35               is designated rank 0.
36
37
38       bits    The number of unsigned bits for pixel dynamic range. 9 ≤ bits ≤
39               15.
40
41

RETURN VALUES

43       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
44       MLIB_FAILURE.
45

ATTRIBUTES

47       See attributes(5) for descriptions of the following attributes:
48
49
50
51
52       ┌─────────────────────────────┬─────────────────────────────┐
53       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │Interface Stability          │Committed                    │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │MT-Level                     │MT-Safe                      │
58       └─────────────────────────────┴─────────────────────────────┘
59

SEE ALSO

61       mlib_ImageMaxFilter3x3(3MLIB),        mlib_ImageMaxFilter3x3_Fp(3MLIB),
62       mlib_ImageMaxFilter5x5(3MLIB),        mlib_ImageMaxFilter5x5_Fp(3MLIB),
63       mlib_ImageMaxFilter7x7(3MLIB),        mlib_ImageMaxFilter7x7_Fp(3MLIB),
64       mlib_ImageMedianFilter3x3(3MLIB),  mlib_ImageMedianFilter3x3_Fp(3MLIB),
65       mlib_ImageMedianFilter3x3_US(3MLIB),  mlib_ImageMedianFilter5x5(3MLIB),
66       mlib_ImageMedianFilter5x5_Fp(3MLIB),               mlib_ImageMedianFil‐
67       ter5x5_US(3MLIB),  mlib_ImageMedianFilter7x7(3MLIB),  mlib_ImageMedian‐
68       Filter7x7_Fp(3MLIB), mlib_ImageMedianFilter7x7_US(3MLIB), mlib_ImageMe‐
69       dianFilterMxN(3MLIB),  mlib_ImageMedianFilterMxN_Fp(3MLIB), mlib_Image‐
70       MedianFilterMxN_US(3MLIB), mlib_ImageMinFilter3x3(3MLIB),  mlib_ImageM‐
71       inFilter3x3_Fp(3MLIB), mlib_ImageMinFilter5x5(3MLIB), mlib_ImageMinFil‐
72       ter5x5_Fp(3MLIB),   mlib_ImageMinFilter7x7(3MLIB),    mlib_ImageMinFil‐
73       ter7x7_Fp(3MLIB),   mlib_ImageRankFilter3x3(3MLIB),  mlib_ImageRankFil‐
74       ter3x3_Fp(3MLIB),  mlib_ImageRankFilter5x5(3MLIB),   mlib_ImageRankFil‐
75       ter5x5_Fp(3MLIB), mlib_ImageRankFilter5x5_US(3MLIB), mlib_ImageRankFil‐
76       ter7x7(3MLIB),  mlib_ImageRankFilter7x7_Fp(3MLIB),   mlib_ImageRankFil‐
77       ter7x7_US(3MLIB), mlib_ImageRankFilterMxN(3MLIB), mlib_ImageRankFilter‐
78       MxN_Fp(3MLIB), mlib_ImageRankFilterMxN_US(3MLIB), attributes(5)
79
80
81
82SunOS 5.11                        2 Mar 2007 mlib_ImageRankFilter3x3_US(3MLIB)
Impressum