Home
last modified time | relevance | path

Searched refs:isZeroElem (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dmatrix.cpp4700 static inline bool isZeroElem(const uchar* data, size_t elemSize) in isZeroElem() function
4753 if( isZeroElem(dptr, esz) ) in SparseMat()