+ All Categories
Home > Education > Irregular Objects. Shape Detection and Characteristic Sizes

Irregular Objects. Shape Detection and Characteristic Sizes

Date post: 21-Mar-2017
Category:
Upload: atsidaev
View: 9 times
Download: 3 times
Share this document with a friend
13
Irregular objects. Shape detection and characteristic sizes Nizhny Tagil Technological Institute (branch) of Ural Federal University Sergey O. Bochkarev Igor B. Litus Natalia S. Kravchenko
Transcript
Page 1: Irregular Objects. Shape Detection and Characteristic Sizes

Irregular objects.Shape detection and characteristic sizes

Nizhny Tagil Technological Institute (branch)of Ural Federal University

Sergey O. BochkarevIgor B. Litus

Natalia S. Kravchenko

Page 2: Irregular Objects. Shape Detection and Characteristic Sizes

Task• Find contour of object on a

picture.• Detect standard shape, in which

it looks like.• Find characteristic sizes

Page 3: Irregular Objects. Shape Detection and Characteristic Sizes

Standard shapes• Rectangle

• Circle

• Rhombus

• Ellipse

Page 4: Irregular Objects. Shape Detection and Characteristic Sizes

Standard shapes

Page 5: Irregular Objects. Shape Detection and Characteristic Sizes

Used technologies• Camera Nikon D800 7360px × 4912px

• C#-based software

• DBMS mysql

• Computer vision library opencv

Page 6: Irregular Objects. Shape Detection and Characteristic Sizes

Used criterion: rectness• Rectness - closeness of contour to rectangle

𝑟𝑒𝑐=𝑆𝑐𝑜𝑛𝑡𝑜𝑢𝑟

𝑆𝑟𝑒𝑐𝑡

Page 7: Irregular Objects. Shape Detection and Characteristic Sizes

Used criterion: circless• Circless - closeness of contour to circle

𝑐𝑖𝑟=𝑆𝑐𝑜𝑛𝑡𝑜𝑢𝑟

𝑆𝑐𝑖𝑟𝑐𝑙𝑒

Page 8: Irregular Objects. Shape Detection and Characteristic Sizes

Used criterion: ellipseness• Ellipseness - closeness of contour to ellipse

𝑒𝑙𝑙=𝑆𝑐𝑜𝑛𝑡𝑜𝑢𝑟

𝑆𝑒𝑙𝑙𝑖𝑝𝑠𝑒

Page 9: Irregular Objects. Shape Detection and Characteristic Sizes

Compactness of standard shapes

Page 10: Irregular Objects. Shape Detection and Characteristic Sizes

Results of detection: generated figures

Page 11: Irregular Objects. Shape Detection and Characteristic Sizes

Results of detection: ragged figures

Page 12: Irregular Objects. Shape Detection and Characteristic Sizes

Results of detection: regular figures

Page 13: Irregular Objects. Shape Detection and Characteristic Sizes

Results of detection: irregular figures


Recommended