Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dpersistence.hpp564 void readRaw( const String& fmt, uchar* vec, size_t len ) const;
628 FileNodeIterator& readRaw( const String& fmt, uchar* vec,
812 it->readRaw(fmt, !vec.empty() ? (uchar*)&vec[0] : 0, count*sizeof(_Tp)); in operator ()()
1186 inline void FileNode::readRaw( const String& fmt, uchar* vec, size_t len ) const { begin().readRaw(… in readRaw() function in cv::FileNode
/external/opencv3/modules/ml/src/
Dann_mlp.cpp1261 w.readRaw("d", weights[0].ptr(), weights[0].total()*esz); in read()
1264 w.readRaw("d", weights[l_count].ptr(), weights[l_count].total()*esz); in read()
1267 w.readRaw("d", weights[l_count+1].ptr(), weights[l_count+1].total()*esz); in read()
1272 (*w_it).readRaw("d", weights[i].ptr(), weights[i].total()*esz); in read()
Dsvm.cpp2173 (*sv_it).readRaw("f", sv.ptr(i), var_count*sv.elemSize()); in read()
2193 dfi["alpha"].readRaw("d", (uchar*)&df_alpha[ofs], sv_count*sizeof(df_alpha[0])); in read()
2195 dfi["index"].readRaw("i", (uchar*)&df_index[ofs], sv_count*sizeof(df_index[0])); in read()
/external/opencv3/modules/core/src/
Dpersistence.cpp5429 FileNodeIterator& FileNodeIterator::readRaw( const String& fmt, uchar* vec, size_t maxCount ) in readRaw() function in cv::FileNodeIterator