OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inlier_indices
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h
240
//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
);
dbreg.cpp
513
//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)
542
int j = 3*
inlier_indices
[i];
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp
219
//std::vector<int> &
inlier_indices
= reg.GetInliers();
220
int *
inlier_indices
= reg.GetInliers();
local
283
int k =
inlier_indices
[i];
Completed in 957 milliseconds