Home | History | Annotate | Download | only in src

Lines Matching defs:bin

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 );
1086 bin[0]++;
1105 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1106 bin[0]++;
1354 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1355 bin[0]++;
1382 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1383 bin[0]++;
1796 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 );
1797 v = cvRound(bin[0]);
2003 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 );
2004 dst[x] = bin[0];
2030 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 );
2031 dst[x] = bin[0];