ROPO
Loading...
Searching...
No Matches
ropo
fmi_image_filter_speck.h
1
24
/* THIS LIBRARY CONTAINS IMAGE PROCESSING OPERATIONS FOR GENERAL PURPOSE */
25
26
/* remove small bright specks */
27
/* Remove specks with area up to A pixels */
28
void
detect_specks(
FmiImage
*target,
FmiImage
*trace,
unsigned
char
min_value,
int
(* histogram_function)(Histogram));
29
void
Binaryprobe(
FmiImage
*domain,
FmiImage
*source,
FmiImage
*target,
int
(* histogram_function)(Histogram),
unsigned
char
min_value);
30
/*void remove_specks(FmiImage *img,Byte min_intensity,int max_property,Byte marker,int (* histogram_function)(Histogram)); */
31
32
/* debugging and development */
33
void
test_rotation(
FmiImage
*target,
FmiImage
*trace,
int
i,
int
j,
int
rec_depth);
34
/*int hselector; */
35
36
int
ROTX(
int
dir);
37
int
ROTY(
int
dir);
38
int
ROT_CODE(
int
i,
int
j);
39
40
41
fmi_image
Definition
fmi_image.h:128
Generated by
1.11.0