[Scipy-svn] r4068 - trunk/scipy/ndimage/src/segment
scipy-svn@scip...
scipy-svn@scip...
Tue Apr 1 20:41:18 CDT 2008
Author: tom.waite
Date: 2008-04-01 20:41:14 -0500 (Tue, 01 Apr 2008)
New Revision: 4068
Modified:
trunk/scipy/ndimage/src/segment/ndImage_Segmenter_structs.h
Log:
additional 3D processing
Modified: trunk/scipy/ndimage/src/segment/ndImage_Segmenter_structs.h
===================================================================
--- trunk/scipy/ndimage/src/segment/ndImage_Segmenter_structs.h 2008-04-02 01:36:54 UTC (rev 4067)
+++ trunk/scipy/ndimage/src/segment/ndImage_Segmenter_structs.h 2008-04-02 01:41:14 UTC (rev 4068)
@@ -13,14 +13,17 @@
typedef struct{
// filled in GetObjectStats
- int L;
- int R;
- int T;
- int B;
+ int Left;
+ int Right;
+ int Top;
+ int Bottom;
+ int Front;
+ int Back;
int Label;
- int Area;
+ int Mass;
float cX;
float cY;
+ float cZ;
}objStruct;
#endif
More information about the Scipy-svn
mailing list