|
表格线识别通用库文档
|
#include <iostream>#include <opencv2/core.hpp>#include "common/base/interval.hpp"#include "common/base/point.hpp"#include "common/enum.h"#include "common/macro.h"#include "common/type.h"

类 | |
| class | cm::Line |
| 线类 更多... | |
| struct | cm::Line::GEEquation |
| 线的一般方程 更多... | |
| struct | cm::Line::SIEquation |
| 线的斜截式方程 更多... | |
| struct | cm::Line::Hash |
| 线的哈希仿函数 更多... | |
| struct | cm::Line::CompareByLength |
| 线的比较仿函数 更多... | |
| struct | cm::Line::CompareByCoordinate |
| 线的比较仿函数 更多... | |
命名空间 | |
| namespace | cm |
函数 | |
| bool | cm::operator== (const Line &line1, const Line &line2) |
| 线类重载等于号 | |
| bool | cm::operator!= (const Line &line1, const Line &line2) |
| 线类重载不等于号 | |
| std::ostream & | cm::operator<< (std::ostream &out, const Line &line) |
| 线类重载输出流运算符 | |