MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnCreateImageGenerator

Function xnCreateImageGenerator

Source/OpenNI/XnOpenNI.cpp:4857–4864  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Image Generators ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4855// Image Generators
4856//---------------------------------------------------------------------------
4857XN_C_API XnStatus xnCreateImageGenerator(
4858 XnContext* pContext,
4859 XnNodeHandle* phImageGenerator,
4860 XnNodeQuery* pQuery,
4861 XnEnumerationErrors* pErrors)
4862{
4863 return xnCreateAnyProductionTree(pContext, XN_NODE_TYPE_IMAGE, pQuery, phImageGenerator, pErrors);
4864}
4865
4866XN_C_API XnUInt8* xnGetImageMap(XnNodeHandle hInstance)
4867{

Callers 2

CreateMethod · 0.85

Calls 1

Tested by

no test coverage detected