|
|
Functions | |
| FLGR_Ret | flgr2d_geodesic_reconstruct_close_parallel (FLGR_Data2D *imgdest, FLGR_Data2D *imgsrc, FLGR_Data2D *nhb) |
| FLGR_Ret | flgr2d_geodesic_reconstruct_close_tophat_parallel (FLGR_Data2D *imgdest, FLGR_Data2D *imgsrc, FLGR_Data2D *nhb) |
| FLGR_Ret | flgr2d_geodesic_reconstruct_dilate_parallel (FLGR_Data2D *datmark, FLGR_Data2D *datmask, FLGR_Connexity connexity) |
| FLGR_Ret | flgr2d_geodesic_reconstruct_erode_parallel (FLGR_Data2D *datmark, FLGR_Data2D *datmask, FLGR_Connexity connexity) |
| FLGR_Ret | flgr2d_geodesic_reconstruct_open_parallel (FLGR_Data2D *imgdest, FLGR_Data2D *imgsrc, FLGR_Data2D *nhb) |
| FLGR_Ret | flgr2d_geodesic_reconstruct_open_tophat_parallel (FLGR_Data2D *imgdest, FLGR_Data2D *imgsrc, FLGR_Data2D *nhb) |
| FLGR_Ret | flgr2d_regional_hmaxima_parallel (FLGR_Data2D *imgdest, FLGR_Data2D *imgsrc, FLGR_Vector *hlevel, FLGR_Connexity connexity) |
| FLGR_Ret | flgr2d_regional_hminima_parallel (FLGR_Data2D *imgdest, FLGR_Data2D *imgsrc, FLGR_Vector *hlevel, FLGR_Connexity connexity) |
| FLGR_Ret flgr2d_geodesic_reconstruct_close_parallel | ( | FLGR_Data2D * | imgdest, | |
| FLGR_Data2D * | imgsrc, | |||
| FLGR_Data2D * | nhb | |||
| ) |
Compute Geodesic Reconstruction by closeing (parallel version using exactly mathematical definition)
| imgdest | : output image | |
| imgsrc | : input input | |
| nhb | : neighborhood definition |
Definition at line 699 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_geodesic_reconstruct_close_tophat_parallel | ( | FLGR_Data2D * | imgdest, | |
| FLGR_Data2D * | imgsrc, | |||
| FLGR_Data2D * | nhb | |||
| ) |
Compute Geodesic Close Tophat (parallel version using exactly mathematical definition)
| imgdest | : output image | |
| imgsrc | : input input | |
| nhb | : neighborhood definition |
Definition at line 745 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_geodesic_reconstruct_dilate_parallel | ( | FLGR_Data2D * | datmark, | |
| FLGR_Data2D * | datmask, | |||
| FLGR_Connexity | connexity | |||
| ) |
Compute Geodesic Reconstruction by Dilation (parallel version using exactly mathematical definition)
| imgMarker | : marker image input / output | |
| imgMask | : mask image input | |
| connexity | : connexity to use (FLGR_4_CONNEX, ...) |
Definition at line 520 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_geodesic_reconstruct_erode_parallel | ( | FLGR_Data2D * | datmark, | |
| FLGR_Data2D * | datmask, | |||
| FLGR_Connexity | connexity | |||
| ) |
Compute Geodesic Reconstruction by Erosion (parallel version using exactly mathematical definition)
| imgMarker | : marker image input / output | |
| imgMask | : mask image input | |
| connexity | : connexity to use (FLGR_4_CONNEX, ...) |
Definition at line 652 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_geodesic_reconstruct_open_parallel | ( | FLGR_Data2D * | imgdest, | |
| FLGR_Data2D * | imgsrc, | |||
| FLGR_Data2D * | nhb | |||
| ) |
Compute Geodesic Reconstruction by openning (parallel version using exactly mathematical definition)
| imgdest | : output image | |
| imgsrc | : input input | |
| nhb | : neighborhood definition |
Definition at line 676 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_geodesic_reconstruct_open_tophat_parallel | ( | FLGR_Data2D * | imgdest, | |
| FLGR_Data2D * | imgsrc, | |||
| FLGR_Data2D * | nhb | |||
| ) |
Compute Geodesic Open Tophat (parallel version using exactly mathematical definition)
| imgdest | : output image | |
| imgsrc | : input input | |
| nhb | : neighborhood definition |
Definition at line 722 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_regional_hmaxima_parallel | ( | FLGR_Data2D * | imgdest, | |
| FLGR_Data2D * | imgsrc, | |||
| FLGR_Vector * | hlevel, | |||
| FLGR_Connexity | connexity | |||
| ) |
Compute Regional H-Maxima (parallel version using exactly mathematical definition)
| imgdest | : output image | |
| imgsrc | : input input | |
| hlevel | : level of the maxima | |
| connexity | : string for connexity to use |
Definition at line 813 of file flgrMorphoGeodesyFast.c.
| FLGR_Ret flgr2d_regional_hminima_parallel | ( | FLGR_Data2D * | imgdest, | |
| FLGR_Data2D * | imgsrc, | |||
| FLGR_Vector * | hlevel, | |||
| FLGR_Connexity | connexity | |||
| ) |
Compute Regional H-Minima (parallel version using exactly mathematical definition)
| imgdest | : output image | |
| imgsrc | : input input | |
| hlevel | : level of the minima | |
| connexity | : string for connexity to use |
Definition at line 773 of file flgrMorphoGeodesyFast.c.
1.5.6