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

  /external/opencv/cv/src/
cvsurf.cpp 116 int hessian_rows, hessian_cols; local
133 hessian_rows = (sum->rows)*SIZE0/scale;
135 hessians[k] = cvCreateMat( hessian_rows, hessian_cols, CV_32FC1 );
136 traces[k] = cvCreateMat( hessian_rows, hessian_cols, CV_32FC1 );
148 hessian[i] = hessian[hessian_cols*hessian_rows-1-i] =
149 trace[i] = trace[hessian_cols*hessian_rows-1-i] = 0.f;
157 for( i = 0; i < hessian_rows - SIZE0; i++,
190 hessian_rows = hessians[k]->rows;
194 for( i = margin; i < hessian_rows-margin; i++ )
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
gbdt_batch.py     [all...]

Completed in 67 milliseconds