set_deep_counting_model_paramT_set_deep_counting_model_paramSetDeepCountingModelParamSetDeepCountingModelParamset_deep_counting_model_param (Operator)

Name

set_deep_counting_model_paramT_set_deep_counting_model_paramSetDeepCountingModelParamSetDeepCountingModelParamset_deep_counting_model_param — Setzen der Parameter des Deep Counting-Modells.

Signatur

set_deep_counting_model_param( : : DeepCountingHandle, GenParamName, GenParamValue : )

Herror T_set_deep_counting_model_param(const Htuple DeepCountingHandle, const Htuple GenParamName, const Htuple GenParamValue)

void SetDeepCountingModelParam(const HTuple& DeepCountingHandle, const HTuple& GenParamName, const HTuple& GenParamValue)

void HDlModelCounting::SetDeepCountingModelParam(const HTuple& GenParamName, const HTuple& GenParamValue) const

void HDlModelCounting::SetDeepCountingModelParam(const HString& GenParamName, double GenParamValue) const

void HDlModelCounting::SetDeepCountingModelParam(const char* GenParamName, double GenParamValue) const

void HDlModelCounting::SetDeepCountingModelParam(const wchar_t* GenParamName, double GenParamValue) const   ( Nur Windows)

static void HOperatorSet.SetDeepCountingModelParam(HTuple deepCountingHandle, HTuple genParamName, HTuple genParamValue)

void HDlModelCounting.SetDeepCountingModelParam(HTuple genParamName, HTuple genParamValue)

void HDlModelCounting.SetDeepCountingModelParam(string genParamName, double genParamValue)

def set_deep_counting_model_param(deep_counting_handle: HHandle, gen_param_name: MaybeSequence[str], gen_param_value: MaybeSequence[Union[float, int, str]]) -> None

Beschreibung

set_deep_counting_model_paramset_deep_counting_model_paramSetDeepCountingModelParamSetDeepCountingModelParamset_deep_counting_model_param setzt die Parameter GenParamNameGenParamNameGenParamNamegenParamNamegen_param_name des Deep Counting-Modells DeepCountingHandleDeepCountingHandleDeepCountingHandledeepCountingHandledeep_counting_handle auf die Werte in GenParamValueGenParamValueGenParamValuegenParamValuegen_param_value.

Die möglichen Parameter sind in get_deep_counting_model_paramget_deep_counting_model_paramGetDeepCountingModelParamGetDeepCountingModelParamget_deep_counting_model_param gelistet und erklärt.

Ausführungsinformationen

Dieser Operator modifiziert den Zustand des folgenden Eingabeparameters:

Während der Ausführung dieses Operators muss der Zugriff auf den Wert dieses Parameters synchronisiert werden, wenn er über mehrere Threads hinweg verwendet wird.

Parameter

DeepCountingHandleDeepCountingHandleDeepCountingHandledeepCountingHandledeep_counting_handle (input_control, Zustand wird modifiziert)  deep_counting HDlModelCounting, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle des Deep Counting-Modells.

GenParamNameGenParamNameGenParamNamegenParamNamegen_param_name (input_control)  attribute.name(-array) HTupleMaybeSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Name des generischen Parameters.

Default: 'min_score' "min_score" "min_score" "min_score" "min_score"

Werteliste: 'angle_end'"angle_end""angle_end""angle_end""angle_end", 'angle_start'"angle_start""angle_start""angle_start""angle_start", 'angle_step'"angle_step""angle_step""angle_step""angle_step", 'backbone_model'"backbone_model""backbone_model""backbone_model""backbone_model", 'device'"device""device""device""device", 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap", 'min_score'"min_score""min_score""min_score""min_score", 'scale_max'"scale_max""scale_max""scale_max""scale_max", 'scale_min'"scale_min""scale_min""scale_min""scale_min", 'scale_step'"scale_step""scale_step""scale_step""scale_step"

GenParamValueGenParamValueGenParamValuegenParamValuegen_param_value (input_control)  attribute.value(-array) HTupleMaybeSequence[Union[float, int, str]]HTupleHtuple (real / integer / string) (double / int / long / string) (double / Hlong / HString) (double / Hlong / char*)

Wert des generischen Parameters.

Default: 0.5

Ergebnis

Sind die Parameterwerte korrekt, dann liefert set_deep_counting_model_paramset_deep_counting_model_paramSetDeepCountingModelParamSetDeepCountingModelParamset_deep_counting_model_param den Wert 2 ( H_MSG_TRUE) . Gegebenenfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

create_deep_counting_modelcreate_deep_counting_modelCreateDeepCountingModelCreateDeepCountingModelcreate_deep_counting_model, get_deep_counting_model_paramget_deep_counting_model_paramGetDeepCountingModelParamGetDeepCountingModelParamget_deep_counting_model_param

Nachfolger

prepare_deep_counting_modelprepare_deep_counting_modelPrepareDeepCountingModelPrepareDeepCountingModelprepare_deep_counting_model, apply_deep_counting_modelapply_deep_counting_modelApplyDeepCountingModelApplyDeepCountingModelapply_deep_counting_model

Siehe auch

get_deep_counting_model_paramget_deep_counting_model_paramGetDeepCountingModelParamGetDeepCountingModelParamget_deep_counting_model_param

Modul

Matching