Deallocates the given kd-tree
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void cvReleaseFeatureTree(
IntPtr tr
)
Public Shared Sub cvReleaseFeatureTree ( _
tr As IntPtr _
)
public:
static void cvReleaseFeatureTree(
IntPtr tr
)
Parameters
- tr
- IntPtr
Pointer to tree being destroyed
See Also