paper-with-me

홈 › Papers

A Fast Ellipse Detector Using Projective Invariant Pruning

2016-08-26 · Qi Jia, Xin Fan, Zhongxuan Luo, Lianbo Song, Tie Qiu

Detecting elliptical objects from an image is a central task in robot navigation and industrial diagnosis where the detection time is always a critical issue. Existing methods are hardly applicable to these real-time scenarios of limited hardware resource due to the huge number of fragment candidates (edges or arcs) for fitting ellipse equations. In this paper, we present a fast algorithm detecting ellipses with high accuracy. The algorithm leverage a newly developed projective invariant to significantly prune the undesired candidates and to pick out elliptical ones. The invariant is able to reflect the intrinsic geometry of a planar curve, giving the value of -1 on any three collinear points and +1 for any six points on an ellipse. Thus, we apply the pruning and picking by simply comparing these binary values. Moreover, the calculation of the invariant only involves the determinant of a 3*3 matrix. Extensive experiments on three challenging data sets with 650 images demonstrate that our detector runs 20%-50% faster than the state-of-the-art algorithms with the comparable or higher precision.

📄 PDF Abstract BibTeX arXiv:1608.07470

Code (2)

dlut-dimt/ellipse-detector 공식 구현
TomsonBoylett/Real-Time-Ellipse-Detection

Tasks

Robot Navigation

Similar Papers 제목 키워드 기반

Center of circle after perspective transformation

2019-02-12 · Xi Wang, Albert Chern, Marc Alexa

Video-based glint-free eye tracking commonly estimates gaze direction based on the pupil center. The boundary of the pupil is fitted with an ellipse and the euclidean center of the ellipse in the image is taken as the ce…

IPPRO: Importance-based Pruning with PRojective Offset for Magnitude-indifferent Structural Pruning

2025-07-10 · Jaeheun Jung, Jaehyuk Lee, Yeajin Lee, Donghun Lee arxiv

Importance-based structured pruning overwhelmingly relies on filter magnitude. This proxy is fundamentally flawed: due to scale invariance, functionally identical filters can receive arbitrarily different importance scor…

Neural Network Compression

Arc-support Line Segments Revisited: An Efficient and High-quality Ellipse Detection

2018-10-08 · Changsheng Lu, Siyu Xia, Ming Shao, Yun Fu

Over the years many ellipse detection algorithms spring up and are studied broadly, while the critical issue of detecting ellipses accurately and efficiently in real-world images remains a challenge. In this paper, we pr…

ARCClusteringvalid

Image Projective Invariants

2017-07-19 · Erbo Li, Hanlin Mo, Dong Xu, Hua Li

In this paper, we propose relative projective differential invariants (RPDIs) which are invariant to general projective transformations. By using RPDIs and the structural frame of integral invariant, projective weighted …

Image RetrievalRetrieval

Ellipse R-CNN: Learning to Infer Elliptical Object from Clustering and Occlusion

2020-01-30 · Wenbo Dong, Pravakar Roy, Cheng Peng, Volkan Isler

Images of heavily occluded objects in cluttered scenes, such as fruit clusters in trees, are hard to segment. To further retrieve the 3D size and 6D pose of each individual object in such cases, bounding boxes are not re…

Clusteringobject-detectionObject DetectionOcclusion Handling+1