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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h240 //void Polish(std::vector<int> &inlier_indices);
244 * \param inlier_indices pointer to an array of indices that were found to be RANSAC inliers from the matched corner lists.
247 void Polish(int *inlier_indices, int &num_inlier_indices);
370 //void ComputeInliers(double H[9], std::vector<int> &inlier_indices);
H A Ddbreg.cpp513 //void db_FrameToReferenceRegistration::ComputeInliers(double H[9],std::vector<int> &inlier_indices)
520 // inlier_indices.clear();
535 //void db_FrameToReferenceRegistration::Polish(std::vector<int> &inlier_indices)
536 void db_FrameToReferenceRegistration::Polish(int *inlier_indices, int &num_inlier_indices) argument
542 int j = 3*inlier_indices[i];
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp219 //std::vector<int> &inlier_indices = reg.GetInliers();
220 int *inlier_indices = reg.GetInliers(); local
283 int k = inlier_indices[i];

Completed in 92 milliseconds