Returns the number of decisions provided by the classifier


int mira_GetDecCount(mrkernel* pmr);


Input: 

  • Runtime environment pointer


Output: Number of decisions provided by the classifier


Description:

mira_GetDecCount returns the number of decisions provided by the classifier. The decision index, returned for each pixel by mira_GetFrameDecisions is a value smaller than decision count (zero-based indexing).