Aurora Visio Studio TOP » Program Examples » Mounts (Blob Analysis)

Mounts (Blob Analysis)

目的

The task is to detect mounts and divide them into OK/NG parts.

Input

An image of mounts. The position of the objects is variable. Some of the objects are damaged.

Output

The marked mounts divided into OK and NG objects.

ヒント

Location of object is variable. To find object the Blob Analysis technique can be used.

To separate OK and NG parts, compare each found blob's area to the good template value. You can use a formula.

Use the RegionBoundingCircle and the DrawCircles_TwoColors to mark OK and NG items.

Solution (AVS)

>> ここをクリックしてソリューションを開く

使用したフィルタ

>> ここをクリックしてフィルタリストを開く

その他の資料

  • ブロブ解析 - ブロブ分析手法について詳しく説明します。