Skip to content

Commit 60a3672

Browse files
Update README.md
1 parent 6109be0 commit 60a3672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ bool detectEllipse(const uint8_t *image, int height, int width,
4646
- image 图像原始数据,灰度图
4747
- height 图像高度
4848
- width 图像宽度
49-
- polarity 表示椭圆极,默认为 0。
50-
- line_width 椭圆线宽
49+
- polarity 表示椭圆极性,-1、0、1, 默认为 0,检测所有极性
50+
- line_width 椭圆线宽,推荐使用默认值
5151
- 输出
5252
- ells 检测到的椭圆列表
5353

5454
关于 Ellipse 结构的说明
5555
```
5656
Pointd o; // 椭圆中心点
57-
double a, b; // 短半轴线,长半轴长度
57+
double a, b; // 短半轴长度,长半轴长度
5858
double phi; // 偏角,单位为弧度
5959
int polarity; // 极性
6060
double goodness; // 椭圆评分
@@ -69,4 +69,4 @@ std::vector<Pixel> inliers;
6969

7070
![图3](https://github.com/memory-overflow/standard-ellipse-detection/blob/master/images/test9_result.jpg)
7171

72-
有问题欢迎联系 [email protected]
72+
有问题欢迎联系 [email protected], wechat: islands___

0 commit comments

Comments
 (0)