mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 19:44:14 +08:00
omnidir: fix wrong memory access in estimateUncertainties
This commit is contained in:
@@ -278,8 +278,6 @@ namespace internal
|
||||
double computeMeanReproErrStereo(InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputArray K1, InputArray K2,
|
||||
InputArray D1, InputArray D2, double xi1, double xi2, InputArray om, InputArray T, InputArrayOfArrays omL, InputArrayOfArrays TL);
|
||||
|
||||
void checkFixed(Mat &G, int flags, int n);
|
||||
|
||||
void subMatrix(const Mat& src, Mat& dst, const std::vector<int>& cols, const std::vector<int>& rows);
|
||||
|
||||
void flags2idx(int flags, std::vector<int>& idx, int n);
|
||||
@@ -309,4 +307,4 @@ namespace internal
|
||||
} // omnidir
|
||||
|
||||
} //cv
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user