English

Algorithm for recognizing the contour of a honeycomb block

Computer Vision and Pattern Recognition 2021-12-30 v1 Robotics

Abstract

The article discusses an algorithm for recognizing the contour of fragments of a honeycomb block. The inapplicability of ready-made functions of the OpenCV library is shown. Two proposed algorithms are considered. The direct scanning algorithm finds the extreme white pixels in the binarized image, it works adequately on convex shapes of products, but does not find a contour on concave areas and in cavities of products. To solve this problem, a scanning algorithm using a sliding matrix is proposed, which works correctly on products of any shape.

Keywords

Cite

@article{arxiv.2112.13846,
  title  = {Algorithm for recognizing the contour of a honeycomb block},
  author = {Maksim Viktorovich Kubrikov and Mikhail Vladimirovich Saramud and Ivan Alekseevich Paulin and Evgeniy Petrovich Talay},
  journal= {arXiv preprint arXiv:2112.13846},
  year   = {2021}
}

Comments

11 pages, in Russian, 13 figures, ICMTMTE

R2 v1 2026-06-24T08:32:58.888Z