Aurora Visio Studio TOP » Program Examples » Template Matching using DXF
Template Matching using DXF
目的
The task is to locate object using model created with .dxf file.
Input
An image of an object in.dxf file as a model and current images of the object
Output
The marked object's location
ヒント
To load an image saved in the .dxf format use the LoadImage_FromDxf filter. To create model you can use the CreateEdgeModel1 filter and then the LocateSingleObject_Edges1 to find the object's position on the image.
Macrofilter Main.
その他の資料
- Template Matching - テンプレート マッチング テクニックの最も詳細な説明をしています。