In your sample image http://www.neurotechnologija.com/res/verieye_different_centres.jpg
show outer & inner boundary with points on centers, but in SDK only outerboundary available
- Code: Select all
typedef struct NeeSegmentationDetails_
{
NBool OuterBoundaryAvailable;
NPoint OuterBoundaryPoints[NEE_BOUNDARY_POINT_COUNT];
} NeeSegmentationDetails;
Can i access to inner boundary also centers ?
Regards.