1mlib_ImageRankFilterMxN_US(m3eMdLiIaBL)ib Library Funmcltiibo_nIsmageRankFilterMxN_US(3MLIB)
2
3
4
6 mlib_ImageRankFilterMxN_US - MxN rank filter, unsigned
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 mlib_status mlib_ImageRankFilterMxN_US(mlib_image *dst,
13 const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 rank,
14 mlib_s32 bits);
15
16
18 The mlib_ImageRankFilterMxN_US() function performs MxN rank filtering
19 on an MLIB_SHORT type of image that contains unsigned data. Each pixel
20 of the destination image is the pixel with the user-specified rank in
21 the filter window.
22
23
24 The source and destination images must be single-channel images.
25
27 The function takes the following arguments:
28
29 dst Pointer to destination image.
30
31
32 src Pointer to source image.
33
34
35 m Width of the filter window. m must be odd number greater than
36 1.
37
38
39 n Height of the filter window. n must be odd number greater than
40 1.
41
42
43 rank The rank of the destination pixel. The pixel with minimum value
44 is designated rank 0.
45
46
47 bits The number of unsigned bits for pixel dynamic range. 9 ≤ bits ≤
48 15.
49
50
52 The function returns MLIB_SUCCESS if successful. Otherwise it returns
53 MLIB_FAILURE.
54
56 See attributes(5) for descriptions of the following attributes:
57
58
59
60
61 ┌─────────────────────────────┬─────────────────────────────┐
62 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
63 ├─────────────────────────────┼─────────────────────────────┤
64 │Interface Stability │Committed │
65 ├─────────────────────────────┼─────────────────────────────┤
66 │MT-Level │MT-Safe │
67 └─────────────────────────────┴─────────────────────────────┘
68
70 mlib_ImageMaxFilter3x3(3MLIB), mlib_ImageMaxFilter3x3_Fp(3MLIB),
71 mlib_ImageMaxFilter5x5(3MLIB), mlib_ImageMaxFilter5x5_Fp(3MLIB),
72 mlib_ImageMaxFilter7x7(3MLIB), mlib_ImageMaxFilter7x7_Fp(3MLIB),
73 mlib_ImageMedianFilter3x3(3MLIB), mlib_ImageMedianFilter3x3_Fp(3MLIB),
74 mlib_ImageMedianFilter3x3_US(3MLIB), mlib_ImageMedianFilter5x5(3MLIB),
75 mlib_ImageMedianFilter5x5_Fp(3MLIB), mlib_ImageMedianFil‐
76 ter5x5_US(3MLIB), mlib_ImageMedianFilter7x7(3MLIB), mlib_ImageMedian‐
77 Filter7x7_Fp(3MLIB), mlib_ImageMedianFilter7x7_US(3MLIB), mlib_ImageMe‐
78 dianFilterMxN(3MLIB), mlib_ImageMedianFilterMxN_Fp(3MLIB), mlib_Image‐
79 MedianFilterMxN_US(3MLIB), mlib_ImageMinFilter3x3(3MLIB), mlib_ImageM‐
80 inFilter3x3_Fp(3MLIB), mlib_ImageMinFilter5x5(3MLIB), mlib_ImageMinFil‐
81 ter5x5_Fp(3MLIB), mlib_ImageMinFilter7x7(3MLIB), mlib_ImageMinFil‐
82 ter7x7_Fp(3MLIB), mlib_ImageRankFilter3x3(3MLIB), mlib_ImageRankFil‐
83 ter3x3_Fp(3MLIB), mlib_ImageRankFilter3x3_US(3MLIB), mlib_ImageRankFil‐
84 ter5x5(3MLIB), mlib_ImageRankFilter5x5_Fp(3MLIB), mlib_ImageRankFil‐
85 ter5x5_US(3MLIB), mlib_ImageRankFilter7x7(3MLIB), mlib_ImageRankFil‐
86 ter7x7_Fp(3MLIB), mlib_ImageRankFilter7x7_US(3MLIB), mlib_ImageRankFil‐
87 terMxN(3MLIB), mlib_ImageRankFilterMxN_Fp(3MLIB), attributes(5)
88
89
90
91SunOS 5.11 2 Mar 2007 mlib_ImageRankFilterMxN_US(3MLIB)