HomeSort by relevance Sort by last modified time
    Searched refs:matrice (Results 1 - 3 of 3) sorted by null

  /external/opencv/ml/src/
_ml.h 226 #define ICV_CONVERT_FLOAT_ARRAY_TO_MATRICE( array, matrice ) \
229 int dims = (matrice)->cols; \
230 int nsamples = (matrice)->rows; \
231 int type = CV_MAT_TYPE((matrice)->type); \
238 cvGetRow( matrice, &a, 0 ); \
254 If <centers> == NULL, the function allocates memory and creates the matrice. Centers
265 useful for normalizing probabilities' matrice of FCM) */
  /external/opencv3/apps/traincascade/
old_ml_precomp.hpp 222 #define ICV_CONVERT_FLOAT_ARRAY_TO_MATRICE( array, matrice ) \
225 int dims = (matrice)->cols; \
226 int nsamples = (matrice)->rows; \
227 int type = CV_MAT_TYPE((matrice)->type); \
234 cvGetRow( matrice, &a, 0 ); \
250 If <centers> == NULL, the function allocates memory and creates the matrice. Centers
261 useful for normalizing probabilities' matrice of FCM) */
  /external/pdfium/third_party/libopenjpeg20/
tcd.c 305 OPJ_INT32 value; /*, matrice[tcd_tcp->numlayers][tcd_tile->comps[0].numresolutions][3]; */
306 OPJ_INT32 matrice[10][10][3]; local
319 matrice[i][j][k] =
343 value = matrice[layno][resno][bandno];
350 value = matrice[layno][resno][bandno] - matrice[layno - 1][resno][bandno];
351 if (imsb >= matrice[layno - 1][resno][bandno]) {
352 value -= (imsb - matrice[layno - 1][resno][bandno]);
    [all...]

Completed in 7866 milliseconds