HomeSort by relevance Sort by last modified time
    Searched refs:num_inlier_indices (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 221 int num_inlier_indices = reg.GetNrInliers(); local
222 printf("[%d] #Inliers = %d\n",frame_number,num_inlier_indices);
281 for(int i=0; i<num_inlier_indices; i++)
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 245 * \param num_inlier_indices number of inliers i.e. the length of the array passed as the first argument.
247 void Polish(int *inlier_indices, int &num_inlier_indices);
dbreg.cpp 536 void db_FrameToReferenceRegistration::Polish(int *inlier_indices, int &num_inlier_indices)
540 for (int i=0;i<num_inlier_indices;i++)

Completed in 47 milliseconds