Home | History | Annotate | Download | only in src2

Lines Matching refs:uchar

87 typedef std::vector<uchar> vector_uchar;
147 u->data = u->origdata = (uchar*)PyArray_DATA((PyArrayObject*) o);
527 PyObject* pyopencv_from(const uchar& value)
533 bool pyopencv_to(PyObject* obj, uchar& value, const char* name)
539 value = cv::saturate_cast<uchar>(ivalue);
795 if( dst.data != (uchar*)data )
848 Mat src((int)value.size(), DataType<_Tp>::channels, DataType<_Tp>::depth, (uchar*)&value[0]);