Loading...
Searching...
No Matches
23class CannyEdgeDetector {
27 void calculate(
float **data);
42 CannyEdgeDetector(
int nr_lines,
int nr_pixels,
float no_data,
float **data,
43 float low,
float high,
int gw,
double gw_sigma);
45 float **get_edge() {
return edge; }
Generated for ISCE3.0 by

1.13.2.