SetVotesThreshold

Sets the accumulator threshold, i.e. the number of votes required to detect a match (too small values lead to false detections).

Syntax

Definition:

HRESULT SetVotesThreshold(
    LONG nVotes = 100
)

Parameters

Name

Type

Description

nVotes

LONG

Number of votes required to detect a match (> 0)

SetVotesThreshold 1: Return value

HRESULT