cleanUpFindSurface

Clean up memory allocation that used by findSurface function. For example, point cloud data that set by setPointCloud function and after findSurface function succeed, inliers / outliers information.

Syntax

void cleanUpFindSurface(
    [in]  FIND_SURFACE_CONTEXT context
);

Parameters

context

Note

If you want run findSurface function with new data set, you must call this function first before call setPointCloud function.