FLGR_Ret flgr1d_geodesic_dilate | ( | FLGR_Data1D * | imgdest, | |
FLGR_Data1D * | imgMarker, | |||
FLGR_Data1D * | imgMask, | |||
FLGR_Data1D * | nhb | |||
) |
Compute Geodesic Dilation
imgdest | : image output | |
imgMarker | : marker image input | |
imgMask | : mask image input | |
nhb | : neighborhood definition |
Definition at line 97 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr1d_geodesic_erode | ( | FLGR_Data1D * | imgdest, | |
FLGR_Data1D * | imgMarker, | |||
FLGR_Data1D * | imgMask, | |||
FLGR_Data1D * | nhb | |||
) |
Compute Geodesic Dilation
imgdest | : image output | |
imgMarker | : marker image input | |
imgMask | : mask image input | |
nhb | : neighborhood definition |
Definition at line 151 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_dilate | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgMarker, | |||
FLGR_Data2D * | imgMask, | |||
FLGR_Data2D * | nhb | |||
) |
Compute Geodesic Dilation
imgdest | : image output | |
imgMarker | : marker image input | |
imgMask | : mask image input | |
nhb | : neighborhood definition |
Definition at line 234 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_erode | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgMarker, | |||
FLGR_Data2D * | imgMask, | |||
FLGR_Data2D * | nhb | |||
) |
Compute Geodesic Dilation
imgdest | : image output | |
imgMarker | : marker image input | |
imgMask | : mask image input | |
nhb | : neighborhood definition |
Definition at line 288 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_close | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgsrc, | |||
FLGR_Data2D * | nhb | |||
) |
Compute Geodesic Reconstruction by closeing
imgdest | : output image | |
imgsrc | : input input | |
nhb | : neighborhood definition |
Definition at line 1326 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_close_tophat | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgsrc, | |||
FLGR_Data2D * | nhb | |||
) |
Compute Geodesic Close Tophat
imgdest | : output image | |
imgsrc | : input input | |
nhb | : neighborhood definition |
Definition at line 1372 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_dilate | ( | FLGR_Data2D * | imgMarker, | |
FLGR_Data2D * | imgMask, | |||
FLGR_Connexity | connexity | |||
) |
Compute Geodesic Reconstruction by dilation
The algorithm used is describe in the book "Morphological Image Analysis 2nd edition, Pierre Soille, Springer" p195.
imgMarker | : marker image input/output | |
imgMask | : mask image input | |
connexity | : connexity (4-connexity,6-connexity,8-connexity) |
Definition at line 1240 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_dual | ( | FLGR_Data2D * | imgMarker, | |
FLGR_Data2D * | imgMask, | |||
FLGR_Connexity | connexity | |||
) |
Compute Geodesic Dual Reconstruction
Reconstruct by erosion or dilation. Depending of each pixel mask position regarding each pixel marker position
The algorithm used is describe in the book "Morphological Image Analysis 2nd edition, Pierre Soille, Springer" p195.
imgMarker | : marker image input/output | |
imgMask | : mask image input | |
connexity | : connexity (4-connexity,6-connexity,8-connexity) |
Definition at line 2010 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_erode | ( | FLGR_Data2D * | imgMarker, | |
FLGR_Data2D * | imgMask, | |||
FLGR_Connexity | connexity | |||
) |
Compute Geodesic Reconstruction by erosion
The algorithm used is describe in the book "Morphological Image Analysis 2nd edition, Pierre Soille, Springer" p195.
imgMarker | : marker image input/output | |
imgMask | : mask image input | |
connexity | : connexity (4-connexity,6-connexity,8-connexity) |
Definition at line 1273 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_open | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgsrc, | |||
FLGR_Data2D * | nhb | |||
) |
Compute Geodesic Reconstruction by openning
imgdest | : output image | |
imgsrc | : input input | |
nhb | : neighborhood definition |
Definition at line 1303 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_geodesic_reconstruct_open_tophat | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgsrc, | |||
FLGR_Data2D * | nhb | |||
) |
Compute Geodesic Open Tophat
imgdest | : output image | |
imgsrc | : input input | |
nhb | : neighborhood definition |
Definition at line 1349 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_regional_hmaxima | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgsrc, | |||
FLGR_Vector * | hlevel, | |||
FLGR_Connexity | connexity | |||
) |
Compute Regional H-Maxima
imgdest | : output image | |
imgsrc | : input input | |
hlevel | : level of the maxima | |
connexity | : string for connexity to use |
Definition at line 1440 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_regional_hminima | ( | FLGR_Data2D * | imgdest, | |
FLGR_Data2D * | imgsrc, | |||
FLGR_Vector * | hlevel, | |||
FLGR_Connexity | connexity | |||
) |
Compute Regional H-Minima
imgdest | : output image | |
imgsrc | : input input | |
hlevel | : level of the minima | |
connexity | : string for connexity to use |
Definition at line 1400 of file flgrMorphoGeodesy.c.
FLGR_Ret flgr2d_watershed | ( | FLGR_Data2D * | imlabel, | |
FLGR_Data2D * | imsrc, | |||
FLGR_Connexity | connexity | |||
) |
Standard Watershed by immersion (this version is biased)
imlabel | : labelized image | |
imsrc | : image source | |
connexity | : connexity (4-connexity,6-connexity,8-connexity) |
Definition at line 242 of file flgrMorphoWatershed.c.
FLGR_Ret flgr2d_watershed_build_line | ( | FLGR_Data2D * | imdest, | |
FLGR_Data2D * | imlabel, | |||
FLGR_Connexity | connexity | |||
) |
Construct watershed line
imdest | : destination | |
imlabel | : watersheded label image | |
connexity | : connexity (4-connexity,6-connexity,8-connexity) |
Definition at line 320 of file flgrMorphoWatershed.c.