AAMED icon indicating copy to clipboard operation
AAMED copied to clipboard

Arc Adjacency Matrix based Fast Ellipse Detection

Results 8 AAMED issues
Sort by recently updated
recently updated
newest added

Can you please elaborate on how to fine tune the algorithm, there are no comments and the variable names aren't really that descriptive.. even after reading the IEEE paper you...

Some images seem to cause a seg fault. About half the jpegs I tested cause this. It looks like it seg faults [here](https://github.com/Li-Zhaoxi/AAMED/blob/5f1b9d39f17f4dc9ed1860102e312067bcdab82d/src/Contours.cpp#L87). It looks like `(data + idxdMove)->Location` or...

Sorry for disturb. Several issues: 1. `Read_Ellipse_GT` contains some bugs. In the dataset, you name text files in the gt folder with a prefix like 'gt_', so the code should...

Hi. Thanks for sharing your software and writing instructions. I was wondering if you could advise me of an error that occurs when I try to execute AAMED. On my...

您好,在Node_FC.h中28行,出现next_dot 异常,写入权限错误。 ![image](https://user-images.githubusercontent.com/68001817/106218598-8974d200-6212-11eb-8719-355313d5edad.png)

如下代码: // 验证是否满足第二个约束式 idx_use = find_arc_idx*arcs_num; isValid = true; for (int i = 0; i < group_num; i++) { int tmpData_i = temp[i]; --------------->// check_val= Matrix[find_arc_idx, tmpData_i] check_val = _link_data[idx_use...

code: //nodeMat[0] = pow(double(x), 4) / pow(scale, 4); // x^4 //nodeMat[1] = 2 * pow(double(x), 3)*y / pow(scale, 4); // 2 * x^3 * y = 2xy * x^2 =...

Hi. I am trying to build the python package but facing the following error, could you please help to avoid it? I use `cython 3.0.10` and `python 3.10.13`. ``` AAMED-master/python$...