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

  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 86 void cvBGCodeBookUpdate( CvBGCodeBookModel* model, const CvArr* _image,
93 CvMat stub, *image = cvGetMat( _image, &stub );
226 int cvBGCodeBookDiff( const CvBGCodeBookModel* model, const CvArr* _image,
235 CvMat stub, *image = cvGetMat( _image, &stub );
  /external/opencv/ml/src/
mlcnn.cpp 315 const CvMat* _image,
345 cvPreparePredictData( _image, img_size, 0, nclasses, probs, &img_data );
388 if( img_data != _image->data.fl )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 499 def _image(filename): member in class:TurtleScreenBase
840 data = TurtleScreen._image(data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 499 def _image(filename): member in class:TurtleScreenBase
840 data = TurtleScreen._image(data)
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp     [all...]

Completed in 221 milliseconds