Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
DcompareHist_Demo.cpp59 MatND hist_base; in main()
60 MatND hist_half_down; in main()
61 MatND hist_test1; in main()
62 MatND hist_test2; in main()
DcalcBackProject_Demo1.cpp60 MatND hist; in Hist_and_Backproj()
70 MatND backproj; in Hist_and_Backproj()
DcalcBackProject_Demo2.cpp82 MatND hist; in Hist_and_Backproj()
98 MatND backproj; in Hist_and_Backproj()
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_comparison/
Dhistogram_comparison.markdown96 -# Create the MatND objects to store the histograms:
98 MatND hist_base;
99 MatND hist_half_down;
100 MatND hist_test1;
101 MatND hist_test2;
/external/opencv3/modules/core/test/
Dtest_io.cpp152 MatND test_mat_nd(3, sz, CV_MAKETYPE(depth, cn)); in run()
158 MatND test_mat_scale(test_mat_nd.dims, test_mat_nd.size, test_mat_nd.type()); in run()
261 MatND mat_nd2; in run()
Dtest_mat.cpp669 MatND A(3, sz3, CV_32F), B(3, sz3, CV_16SC4); in run()
815 MatND Md; in run()
Dtest_operations.cpp825 cv::MatND nd(3, sizes, CV_32F); in TestMatND()
/external/opencv3/doc/tutorials/imgproc/histograms/back_projection/
Dback_projection.markdown138 MatND hist;
150 MatND backproj;
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp612 typedef Mat MatND; typedef