You are here: Start » FIL.NET » Invoke.MergeMultipleLocationResults

Invoke.MergeMultipleLocationResults

Combines results from multiple LocateMultipleObject instances.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void MergeMultipleLocationResults
(
	List<Fil.Object2D> inObjects1,
	List<Fil.Object2D> inObjects2,
	List<Fil.Object2D> inObjects3,
	List<Fil.Object2D> inObjects4,
	float inMinDistance,
	float inMinScore,
	List<Fil.Object2D> outObjects,
	List<int> outIndices
)

Parameters

Name Type Range Default Description
inObjects1System.Collections.Generic.List<Fil.Object2D>
inObjects2System.Collections.Generic.List<Fil.Object2D>
inObjects3System.Collections.Generic.List<Fil.Object2D>
inObjects4System.Collections.Generic.List<Fil.Object2D>
inMinDistancefloat<0.0f, INF>10.0fDefault value: 10.0f.
inMinScorefloat<-1.0f, 1.0f>0.0fDefault value: 0.0f.
outObjectsSystem.Collections.Generic.List<Fil.Object2D>
outIndicesSystem.Collections.Generic.List<int>

See also