搜索资源列表
STL_line_detection
- 利用STL算法技术识别位图中的线段(刻线) 刻线识别技术是机器视觉技术中的重要内容之一。-this software can detect straight line in a bitmap by the use of STL technique
Max-Points-on-a-Line
- leetcode中求最大共线的点的数量,题目leetcode上有-Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.