Searched refs:MatND (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
D | compareHist_Demo.cpp | 59 MatND hist_base; in main() 60 MatND hist_half_down; in main() 61 MatND hist_test1; in main() 62 MatND hist_test2; in main()
|
D | calcBackProject_Demo1.cpp | 60 MatND hist; in Hist_and_Backproj() 70 MatND backproj; in Hist_and_Backproj()
|
D | calcBackProject_Demo2.cpp | 82 MatND hist; in Hist_and_Backproj() 98 MatND backproj; in Hist_and_Backproj()
|
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_comparison/ |
D | histogram_comparison.markdown | 96 -# 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/ |
D | test_io.cpp | 152 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()
|
D | test_mat.cpp | 669 MatND A(3, sz3, CV_32F), B(3, sz3, CV_16SC4); in run() 815 MatND Md; in run()
|
D | test_operations.cpp | 825 cv::MatND nd(3, sizes, CV_32F); in TestMatND()
|
/external/opencv3/doc/tutorials/imgproc/histograms/back_projection/ |
D | back_projection.markdown | 138 MatND hist; 150 MatND backproj;
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 612 typedef Mat MatND; typedef
|