OpenCV 4.10.0
开源计算机视觉
|
函数 | |
void | compose_motion (InputArray _om1, InputArray _T1, InputArray _om2, InputArray _T2, Mat &om3, Mat &T3, Mat &dom3dom1, Mat &dom3dT1, Mat &dom3dom2, Mat &dom3dT2, Mat &dT3dom1, Mat &dT3dT1, Mat &dT3dom2, Mat &dT3dT2) |
void | computeJacobian (InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, InputArray parameters, Mat &JTJ_inv, Mat &JTE, int flags, double epsilon) |
void | computeJacobianStereo (InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputArray parameters, Mat &JTJ_inv, Mat &JTE, int flags, double epsilon) |
double | computeMeanReproErr (InputArrayOfArrays imagePoints, InputArrayOfArrays proImagePoints) |
double | computeMeanReproErr (InputArrayOfArrays objectPoints, InputArray K, InputArray D, double xi, InputArrayOfArrays omAll, InputArrayOfArrays tAll) |
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 | decodeParameters (InputArray paramsters, OutputArray K, OutputArrayOfArrays omAll, OutputArrayOfArrays tAll, OutputArray distoration, double &xi) |
void | decodeParametersStereo (InputArray parameters, OutputArray K1, OutputArray K2, OutputArray om, OutputArray T, OutputArrayOfArrays omL, OutputArrayOfArrays tL, OutputArray D1, OutputArray D2, double &xi1, double &xi2) |
void | encodeParameters (InputArray K, InputArrayOfArrays omAll, InputArrayOfArrays tAll, InputArray distoaration, double xi, OutputArray parameters) |
void | encodeParametersStereo (InputArray K1, InputArray K2, InputArray om, InputArray T, InputArrayOfArrays omL, InputArrayOfArrays tL, InputArray D1, InputArray D2, double xi1, double xi2, OutputArray parameters) |
void | estimateUncertainties (InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, InputArray parameters, Mat &errors, Vec2d &std_error, double &rms, int flags) |
void | estimateUncertaintiesStereo (InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, InputArray parameters, Mat &errors, Vec2d &std_error, double &rms, int flags) |
void | fillFixed (Mat &G, int flags, int n) |
void | fillFixedStereo (Mat &G, int flags, int n) |
double | findMedian (Mat &row) |
Vec3d | findMedian3 (InputArray mat) |
void | flags2idx (int flags, std::vector< int > &idx, int n) |
void | flags2idxStereo (int flags, std::vector< int > &idx, int n) |
void | getInterset (InputArray idx1, InputArray idx2, OutputArray inter1, OutputArray inter2, OutputArray inter_ori) |
void | initializeCalibration (InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size size, OutputArrayOfArrays omAll, OutputArrayOfArrays tAll, OutputArray K, double &xi, OutputArray idx=noArray()) |
void | initializeStereoCalibration (InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints1, InputArrayOfArrays imagePoints2, const Size &size1, const Size &size2, OutputArray om, OutputArray T, OutputArrayOfArrays omL, OutputArrayOfArrays tL, OutputArray K1, OutputArray D1, OutputArray K2, OutputArray D2, double &xi1, double &xi2, int flags, OutputArray idx) |
void | subMatrix (Mat &src, Mat &dst, const std::vector< int > &cols, const std::vector< int > &rows) |
void cv::omnidir::internal::组合运动 | ( | InputArray | _om1, |
InputArray | _T1, | ||
InputArray | _om2, | ||
InputArray | _T2, | ||
Mat & | om3, | ||
Mat & | T3, | ||
Mat & | dom3dom1, | ||
Mat & | dom3dT1, | ||
Mat & | dom3dom2, | ||
Mat & | dom3dT2, | ||
Mat & | dT3dom1, | ||
Mat & | dT3dT1, | ||
Mat & | dT3dom2, | ||
Mat & | dT3dT2 | ||
) |
void cv::omnidir::internal::计算雅可比矩阵 | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints, | ||
InputArray | parameters, | ||
Mat & | JTJ_inv, | ||
Mat & | JTE, | ||
int | flags, | ||
double | epsilon | ||
) |
void cv::omnidir::internal::计算立体图像的雅可比矩阵 | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints1, | ||
InputArrayOfArrays | imagePoints2, | ||
InputArray | parameters, | ||
Mat & | JTJ_inv, | ||
Mat & | JTE, | ||
int | flags, | ||
double | epsilon | ||
) |
double cv::omnidir::internal::计算平均重复误差 | ( | InputArrayOfArrays | imagePoints, |
InputArrayOfArrays | proImagePoints | ||
) |
double cv::omnidir::internal::计算平均重复误差 | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints, | ||
InputArray | K, | ||
InputArray | D, | ||
double | xi, | ||
InputArrayOfArrays | omAll, | ||
InputArrayOfArrays | tAll | ||
) |
double cv::omnidir::internal::计算立体图像的平均重复误差 | ( | 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 cv::omnidir::internal::解码参数 | ( | InputArray | paramsters, |
OutputArray | K, | ||
OutputArrayOfArrays | omAll, | ||
OutputArrayOfArrays | tAll, | ||
OutputArray | distortion, | ||
double & | xi | ||
) |
void cv::omnidir::internal::解码立体图像参数 | ( | InputArray | parameters, |
OutputArray | K1, | ||
OutputArray | K2, | ||
OutputArray | om, | ||
OutputArray | T, | ||
OutputArrayOfArrays | omL, | ||
OutputArrayOfArrays | tL, | ||
OutputArray | D1, | ||
OutputArray | D2, | ||
double & | xi1, | ||
double & | xi2 | ||
) |
void cv::omnidir::internal::编码参数 | ( | InputArray | K, |
InputArrayOfArrays | omAll, | ||
InputArrayOfArrays | tAll, | ||
InputArray | distoration, | ||
double | xi, | ||
OutputArray | parameters | ||
) |
void cv::omnidir::internal::编码立体图像参数 | ( | InputArray | K1, |
InputArray | K2, | ||
InputArray | om, | ||
InputArray | T, | ||
InputArrayOfArrays | omL, | ||
InputArrayOfArrays | tL, | ||
InputArray | D1, | ||
InputArray | D2, | ||
double | xi1, | ||
double | xi2, | ||
OutputArray | parameters | ||
) |
void cv::omnidir::internal::估计不确定度 | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints, | ||
InputArray | parameters, | ||
Mat & | errors, | ||
Vec2d & | std_error, | ||
double & | rms, | ||
int | flags | ||
) |
void cv::omnidir::internal::估计立体图像的不确定度 | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints1, | ||
InputArrayOfArrays | imagePoints2, | ||
InputArray | parameters, | ||
Mat & | errors, | ||
Vec2d & | std_error, | ||
double & | rms, | ||
int | flags | ||
) |
void cv::omnidir::internal::填充固定值 | ( | Mat & | G, |
int | flags, | ||
int | n | ||
) |
void cv::omnidir::internal::填充立体图像的固定值 | ( | Mat & | G, |
int | flags, | ||
int | n | ||
) |
double cv::omnidir::internal::查找中值 | ( | const Mat & | row | ) |
Vec3d cv::omnidir::internal::查找三个中值 | ( | InputArray | mat | ) |
void cv::omnidir::internal::标志转换索引 | ( | int | flags, |
std::vector< int > & | idx, | ||
int | n | ||
) |
void cv::omnidir::internal::标志转换立体图像索引 | ( | int | flags, |
std::vector< int > & | idx, | ||
int | n | ||
) |
void cv::omnidir::internal::获取交集 | ( | InputArray | idx1, |
InputArray | idx2, | ||
OutputArray | inter1, | ||
OutputArray | inter2, | ||
OutputArray | inter_ori | ||
) |
void cv::omnidir::internal::initializeCalibration | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints, | ||
Size | size, | ||
OutputArrayOfArrays | omAll, | ||
OutputArrayOfArrays | tAll, | ||
OutputArray | K, | ||
double & | xi, | ||
OutputArray | idx = noArray() |
||
) |
void cv::omnidir::internal::initializeStereoCalibration | ( | InputArrayOfArrays | objectPoints, |
InputArrayOfArrays | imagePoints1, | ||
InputArrayOfArrays | imagePoints2, | ||
const Size & | size1, | ||
const Size & | size2, | ||
OutputArray | om, | ||
OutputArray | T, | ||
OutputArrayOfArrays | omL, | ||
OutputArrayOfArrays | tL, | ||
OutputArray | K1, | ||
OutputArray | D1, | ||
OutputArray | K2, | ||
OutputArray | D2, | ||
double & | xi1, | ||
double & | xi2, | ||
int | flags, | ||
OutputArray | idx | ||
) |