表格线识别通用库文档
载入中...
搜索中...
未找到
line.hpp 文件参考
#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"
line.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

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)
 线类重载输出流运算符