Changeset 14717
- Timestamp:
- 04/23/13 08:33:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/EdgeDetection/EdgeDetection.cpp
r14714 r14717 38 38 FetchData(&image,&M,&N,IMAGE); 39 39 40 /*Initialize output: */ 41 contours=new DataSet(); 42 40 43 /* Run core computations: */ 41 44 EdgeDetectionx(contours,image,M,N);
Note:
See TracChangeset
for help on using the changeset viewer.