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

  /external/opencv/otherlibs/highgui/
loadsave.cpp 505 int channels, ipl_depth; local
530 ipl_depth = cvCvToIplDepth(image->type);
532 if( !writer->IsFormatSupported(ipl_depth) )
539 ipl_depth = IPL_DEPTH_8U;
543 image->height, ipl_depth, channels ))
  /external/opencv/
cvjni.cpp 145 int ipl_depth = cvCvToIplDepth(mat_image->type); local
149 mat_image->height, ipl_depth, channels, strm);
259 int channels, ipl_depth; local
263 ipl_depth = cvCvToIplDepth(mat_image->type);
268 mat_image->height, ipl_depth, channels, strm);
753 int channels, ipl_depth;
757 ipl_depth = cvCvToIplDepth(mat_image->type);
761 mat_image->height, ipl_depth, channels, m_strm);

Completed in 166 milliseconds