Returns the number of objects found after processing a frame


int mira_GetObjCount(mrkernel* pmr);


Input: 

  • Runtime environment pointer


Output: Number of objects found after processing a given frame


Description:

mira_GetObjCount returns the number of objects found after processing a given frame. If non-zero, the object information can be read using mira_GetObjData* funcitons, see this example.

Note, that the object-specific information is replaced after next frame processing.