mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +08:00
misc: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
parent
2bd4f2c3a6
commit
d7e9201434
@ -160,7 +160,7 @@ namespace
|
|||||||
num_points(num_points_), subset_size(subset_size_), rot_matrices(rot_matrices_),
|
num_points(num_points_), subset_size(subset_size_), rot_matrices(rot_matrices_),
|
||||||
transl_vectors(transl_vectors_) {}
|
transl_vectors(transl_vectors_) {}
|
||||||
|
|
||||||
void operator()(const Range& range) const
|
void operator()(const Range& range) const CV_OVERRIDE
|
||||||
{
|
{
|
||||||
// Input data for generation of the current hypothesis
|
// Input data for generation of the current hypothesis
|
||||||
std::vector<int> subset_indices(subset_size);
|
std::vector<int> subset_indices(subset_size);
|
||||||
|
@ -42,7 +42,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void operator ()(const Range& range) const
|
virtual void operator ()(const Range& range) const CV_OVERRIDE
|
||||||
{
|
{
|
||||||
for (int r = range.start; r < range.end; r++)
|
for (int r = range.start; r < range.end; r++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user