sip
0.12.1
About: SIP (Scilab Image Processing) toolbox to do imaging tasks such as filtering, blurring, edge detection, thresholding, histogram manipulation, segmentation, mathematical morphology, color image processing, etc.
![]() ![]() |
#include <stack-c.h>
#include <stdio.h>
#include <string.h>
#include <animal/animal.h>
#include "sip_common.h"
Go to the source code of this file.
Macros | |
#define | MAX_OPT 10 |
Functions | |
int | edilate_int (char *fname) |
int | watershed_int (char *fname) |
#define MAX_OPT 10 |
Definition at line 42 of file morphology_int.c.
int edilate_int | ( | char * | fname | ) |
Definition at line 44 of file morphology_int.c.
References animal_grayscale_image_to_double_array(), animal_grayscale_imgpuint32_to_double_array(), MAX_OPT, sci_2D_double_matrix_to_animal, and sip_error.
int watershed_int | ( | char * | fname | ) |
Definition at line 186 of file morphology_int.c.
References animal_grayscale_imgpuint32_to_double_array(), sci_2D_double_matrix_to_animal, and sip_error.