Functions | |
| GSTLEARN_EXPORT void | morpho_intersection (const BImage &image1, const BImage &image2, BImage &imagout, bool verbose=false) |
| GSTLEARN_EXPORT void | morpho_union (const BImage &image1, const BImage &image2, BImage &imagout, bool verbose=false) |
| GSTLEARN_EXPORT void | morpho_negation (const BImage &imagin, BImage &imagout, bool verbose=false) |
| image1 | Pointer to the BImage containing the first input image (for diadic operation) |
| image2 | Pointer to the BImage containing the second input image (for diadic opertion) |
| imagin | Pointer to the BImage containing the one input image (for monadic operation) |
| imagout | Pointer to the BImage which will receive the output image (It must have been allocated beforehand: same dimension as 'imagin') |
| verbose | Verbose flag |
| GSTLEARN_EXPORT void morpho_intersection | ( | const BImage & | image1, |
| const BImage & | image2, | ||
| BImage & | imagout, | ||
| bool | verbose | ||
| ) |
Perform the "intersection" of two input images
Perform the "negation" of the input image