- Timestamp:
- Dec 16, 2012, 6:28:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121130/Ohana/src/libdvo/include/dvo.h
r34826 r34827 327 327 char ***name; // projection cell name 328 328 329 int NX_SUB, NY_SUB; 329 int NX_SUB; 330 int NY_SUB; 331 double dPix; 330 332 331 333 int **Xo; 332 334 int **Yo; 335 int **dX; 336 int **dY; 333 337 } BoundaryTree; 334 338 … … 706 710 int BoundaryTreeSave(char *filename, BoundaryTree *tree); 707 711 BoundaryTree *BoundaryTreeLoad(char *filename); 712 int BoundaryTreeProjection (double *x, double *y, double r, double d, BoundaryTree *tree, int zone, int band); 708 713 709 714 void dvo_average_init (Average *average);
Note:
See TracChangeset
for help on using the changeset viewer.
