|
| 1 | +add4dilate : Addition for dilation |
| 2 | +addm : Addition of two images, with saturation. |
| 3 | +areaclose : Area closing |
| 4 | +areaopen : Area opening |
| 5 | +asf : Alternating Sequential Filtering |
| 6 | +asfrec : Reconstructive Alternating Sequential Filtering |
| 7 | +binary : Convert a gray-scale image into a binary image |
| 8 | +cbisector : N-Conditional bisector. |
| 9 | +cdilate : Dilate an image conditionally. |
| 10 | +center : Center filter. |
| 11 | +cerode : Erode an image conditionally. |
| 12 | +closeholes : Close holes of binary and gray-scale images. |
| 13 | +close : Morphological closing. |
| 14 | +closerec : Closing by reconstruction. |
| 15 | +closerecth : Close-by-Reconstruction Top-Hat. |
| 16 | +closeth : Closing Top Hat. |
| 17 | +cthick : Image transformation by conditional thickening. |
| 18 | +cthin : Image transformation by conditional thinning. |
| 19 | +cwatershed : Detection of watershed from markers. |
| 20 | +datatype : Return the image datatype string |
| 21 | +dilate : Dilate an image by a structuring element. |
| 22 | +dist : Distance transform. |
| 23 | +endpoints : Interval to detect end-points. |
| 24 | +erode : Erode an image by a structuring element. |
| 25 | +flood : Flooding filter- h,v,a-basin and dynamics (depth, area, volume) |
| 26 | +gdist : Geodesic Distance Transform. |
| 27 | +gradm : Morphological gradient. |
| 28 | +hmax : Remove peaks with contrast less than h. |
| 29 | +hmin : Remove basins with contrast less than h. |
| 30 | +homothick : Interval for homotopic thickening. |
| 31 | +homothin : Interval for homotopic thinning. |
| 32 | +infcanon : Intersection of inf-generating operators. |
| 33 | +infgen : Inf-generating. |
| 34 | +infrec : Inf-reconstruction. |
| 35 | +inpos : Minima imposition. |
| 36 | +interot : Rotate an interval |
| 37 | +intersec : Intersection of images. |
| 38 | +isolines : Apply an iso-line color table to a gray-scale image. |
| 39 | +label : Label a binary image. |
| 40 | +labelflat : Label the flat zones of gray-scale images. |
| 41 | +lastero : Last erosion. |
| 42 | +neg : Negate an image. |
| 43 | +open : Morphological opening. |
| 44 | +openrec : Opening by reconstruction. |
| 45 | +openrecth : Open-by-Reconstruction Top-Hat. |
| 46 | +openth : Opening Top Hat. |
| 47 | +opentransf : Open transform. |
| 48 | +patspec : Pattern spectrum (also known as granulometric size density). |
| 49 | +randomcolor : Apply a random color table to a gray-scale image. |
| 50 | +regmax : Regional Maximum. |
| 51 | +regmin : Regional Minimum (with generalized dynamics). |
| 52 | +skelm : Morphological skeleton (Medial Axis Transform). |
| 53 | +skelmrec : Morphological skeleton reconstruction (Inverse Medial Axis Transform). |
| 54 | +skiz : Skeleton of Influence Zone - also know as Generalized Voronoi Diagram |
| 55 | +subm : Subtraction of two images, with saturation. |
| 56 | +supcanon : Union of sup-generating or hit-miss operators. |
| 57 | +supgen : Sup-generating (hit-miss). |
| 58 | +suprec : Sup-reconstruction. |
| 59 | +symdiff : Symmetric difference between two images |
| 60 | +text : Create a binary image of a text. |
| 61 | +thick : Image transformation by thickening. |
| 62 | +thin : Image transformation by thinning. |
| 63 | +threshad : Threshold (adaptive) |
| 64 | +toggle : Image contrast enhancement or classification by the toggle operator. |
| 65 | +union : Union of images. |
| 66 | +watershed : Watershed detection. |
0 commit comments