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

  /external/opencv3/modules/core/include/opencv2/core/
mat.inl.hpp     [all...]
mat.hpp 546 may be better stored in a SparseMat ). The data layout of the array `M` is defined by the array
    [all...]
persistence.hpp 661 CV_EXPORTS void write( FileStorage& fs, const String& name, const SparseMat& value );
680 CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat() );
    [all...]
base.hpp 611 class CV_EXPORTS SparseMat;
types_c.h 692 void copyToSparseMat(cv::SparseMat& m) const;
698 CV_EXPORTS CvSparseMat* cvCreateSparseMat(const cv::SparseMat& m);
    [all...]
  /external/opencv3/modules/core/test/
test_io.cpp 6 static SparseMat cvTsGetRandomSparseMat(int dims, const int* sz, int type,
9 SparseMat m(dims, sz, type);
169 SparseMat test_sparse_mat = cvTsGetRandomSparseMat(4, ssz, cvtest::randInt(rng)%(CV_64F+1),
284 SparseMat m_s2;
test_mat.cpp 582 static double getValue(SparseMat& M, const int* idx, RNG& rng)
606 static void eraseValue(SparseMat& M, const int* idx, RNG& rng)
630 static void setValue(SparseMat& M, const int* idx, double value, RNG& rng)
759 SparseMat M( dims, size, depth );
807 ts->printf(cvtest::TS::LOG, "%d. immediately after SparseMat[%s]=%.20g the current value is %.20g\n",
817 SparseMat M3; SparseMat(Md).convertTo(M3, Md.type(), 2);
869 ts->printf(cvtest::TS::LOG, "SparseMat M[%s] = %g/%g/%g (while it should be %g)\n", sidx.c_str(), val1, val2, val3, val0 );
895 ts->printf(cvtest::TS::LOG, "SparseMat: after deleting M[%s], it is =%g/%g (while it should be 0)\n", sidx.c_str(), val1, val2 );
910 M3 = SparseMat(Md)
    [all...]
test_operations.cpp     [all...]
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
persistence.cpp     [all...]
array.cpp 647 #define ICV_SPARSE_MAT_HASH_MULTIPLIER cv::SparseMat::HASH_SCALE
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp 53 calcHistLookupTables_8u( const Mat& hist, const SparseMat& shist,
    [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp 662 CV_EXPORTS double norm( const SparseMat& src, int normType );
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 633 cv::SparseMat h;
731 cv::SparseMat h;
983 cv::SparseMat h0, h1;
    [all...]

Completed in 1184 milliseconds