Documentation Portal      

What are you looking for?

EPatternFinder::Find

Locates a set of possible occurrences of the learnt pattern in the supplied search field.

Namespace: Euresys::Open_eVision_2_10

[C++]

std::vector<Euresys::Open_eVision_2_10::EFoundPattern> Find(
   EROIBW8* source
)

std::vector<Euresys::Open_eVision_2_10::EFoundPattern> Find(
   EROIBW8* source,
   const ERegion& region
)

Parameters

source

Image or part of an image in which the learnt model has to be searched for.

region

Region into the ROI where the search is performed.

Remarks

This method will fail if no pattern has been learnt previously. The result is a vector of EFoundPattern objects. EFoundPattern instances can be retrieved by using the Vector<>::operator[] method.

EPatternFinder.Find

Locates a set of possible occurrences of the learnt pattern in the supplied search field.

Namespace: Euresys.Open_eVision_2_10

[C#]

Euresys.Open_eVision_2_10.EFoundPattern[] Find(
   Euresys.Open_eVision_2_10.EROIBW8 source
)

Euresys.Open_eVision_2_10.EFoundPattern[] Find(
   Euresys.Open_eVision_2_10.EROIBW8 source,
   Euresys.Open_eVision_2_10.ERegion region
)

Parameters

source

Image or part of an image in which the learnt model has to be searched for.

region

Region into the ROI where the search is performed.

Remarks

This method will fail if no pattern has been learnt previously. The result is a vector of EFoundPattern objects.

See also in the Code Snippets

Pattern Finding and Retrieving Results

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121