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.
void cleanUpFindSurface(
[in] FIND_SURFACE_CONTEXT context
);
If you want run findSurface function with new data set, you must call this function first before call setPointCloud function.