cvhistogram.cpp | 115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here " 719 // Sets a value range for every histogram bin 775 CV_ERROR(CV_StsOutOfRange, "Bin ranges should go in ascenting order"); 1085 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1 ); local 1086 bin[0]++; 1105 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local 1106 bin[0]++; 1354 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local 1382 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local 1796 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local 2003 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local 2030 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local [all...] |