Add interactive calibration app
This commit is contained in:
13
apps/interactive-calibration/linalg.hpp
Normal file
13
apps/interactive-calibration/linalg.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LINALG_HPP
|
||||
#define LINALG_HPP
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
|
||||
namespace cvfork {
|
||||
|
||||
double invert( cv::InputArray _src, cv::OutputArray _dst, int method );
|
||||
bool solve(cv::InputArray _src, cv::InputArray _src2arg, cv::OutputArray _dst, int method );
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user