Searched refs:evectors (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
H A Dtest_eigen.cpp89 bool check_pair_count(const cv::Mat& src, const cv::Mat& evalues, const cv::Mat& evectors, int low_index = -1, int high_index = -1);
185 bool Core_EigenTest::check_pair_count(const cv::Mat& src, const cv::Mat& evalues, const cv::Mat& evectors, int low_index, int high_index) argument
190 if (!(evectors.rows == right_eigen_pair_count && evectors.cols == right_eigen_pair_count))
192 std::cout << endl; std::cout << "Checking sizes of eigen vectors matrix " << evectors << "..." << endl;
193 std::cout << "Number of rows: " << evectors.rows << " Number of cols: " << evectors.cols << endl;

Completed in 95 milliseconds