Searched refs:cntcmpts (Results 1 – 2 of 2) sorted by relevance
121 int cntcmpts = 0; // count the known components in ReadHeader() local133 cntcmpts++; in ReadHeader()136 if( cntcmpts ) in ReadHeader()138 m_iscolor = (cntcmpts > 1); in ReadHeader()
127 int cntcmpts = 0; // count the known components in readHeader() local136 cntcmpts++; in readHeader()139 if( cntcmpts ) in readHeader()141 m_type = CV_MAKETYPE(depth <= 8 ? CV_8U : CV_16U, cntcmpts > 1 ? 3 : 1); in readHeader()