trace            1682 modules/core/include/opencv2/core.hpp CV_EXPORTS_W Scalar trace(InputArray mtx);
trace             264 modules/core/include/opencv2/core/matx.hpp template<typename _Tp, int m, int n> static double trace(const Matx<_Tp, m, n>& a);
trace            1948 modules/core/misc/java/test/CoreTest.java         Scalar s = Core.trace(gray1);
trace            4083 modules/core/src/matrix.cpp     return cv::trace(cv::cvarrToMat(arr));
trace            18756 modules/ts/include/opencv2/ts/ts_gtest.h   void PushGTestTrace(const internal::TraceInfo& trace)
trace            4996 modules/ts/src/ts_gtest.cpp   TraceInfo trace;
trace            4997 modules/ts/src/ts_gtest.cpp   trace.file = file;
trace            4998 modules/ts/src/ts_gtest.cpp   trace.line = line;
trace            4999 modules/ts/src/ts_gtest.cpp   trace.message = message.GetString();
trace            5001 modules/ts/src/ts_gtest.cpp   UnitTest::GetInstance()->PushGTestTrace(trace);
trace            5300 modules/ts/src/ts_gtest.cpp       const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1];
trace            5301 modules/ts/src/ts_gtest.cpp       msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
trace            5302 modules/ts/src/ts_gtest.cpp           << " " << trace.message;
trace            5487 modules/ts/src/ts_gtest.cpp void UnitTest::PushGTestTrace(const internal::TraceInfo& trace)
trace            5490 modules/ts/src/ts_gtest.cpp   impl_->gtest_trace_stack().push_back(trace);