read_class_knnT_read_class_knnReadClassKnnReadClassKnnread_class_knn (算子名称)

名称

read_class_knnT_read_class_knnReadClassKnnReadClassKnnread_class_knn — Read the k-NN classifier from a file.

参数签名

read_class_knn( : : FileName : KNNHandle)

Herror T_read_class_knn(const Htuple FileName, Htuple* KNNHandle)

void ReadClassKnn(const HTuple& FileName, HTuple* KNNHandle)

void HClassKnn::HClassKnn(const HString& FileName)

void HClassKnn::HClassKnn(const char* FileName)

void HClassKnn::HClassKnn(const wchar_t* FileName)   ( Windows only)

void HClassKnn::ReadClassKnn(const HString& FileName)

void HClassKnn::ReadClassKnn(const char* FileName)

void HClassKnn::ReadClassKnn(const wchar_t* FileName)   ( Windows only)

static void HOperatorSet.ReadClassKnn(HTuple fileName, out HTuple KNNHandle)

public HClassKnn(string fileName)

void HClassKnn.ReadClassKnn(string fileName)

def read_class_knn(file_name: str) -> HHandle

描述

read_class_knnread_class_knnReadClassKnnReadClassKnnReadClassKnnread_class_knn reads the saved classifier from the file FileNameFileNameFileNameFileNamefileNamefile_name (see write_class_knnwrite_class_knnWriteClassKnnWriteClassKnnWriteClassKnnwrite_class_knn). The values of the current classifier are overwritten. The default HALCON file extension for the k-NN classifier is 'gnc'.

运行信息

This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.

参数表

FileNameFileNameFileNameFileNamefileNamefile_name (input_control)  filename.read HTuplestrHTupleHtuple (string) (string) (HString) (char*)

File name of the classifier.

File extension: .gnc

KNNHandleKNNHandleKNNHandleKNNHandleKNNHandleknnhandle (output_control)  class_knn HClassKnn, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the k-NN classifier.

结果

read_class_knnread_class_knnReadClassKnnReadClassKnnReadClassKnnread_class_knn returns 2 ( H_MSG_TRUE) . An exception is raised if it was not possible to open the file FileNameFileNameFileNameFileNamefileNamefile_name or the file has the wrong format.

可能的后置算子

classify_class_knnclassify_class_knnClassifyClassKnnClassifyClassKnnClassifyClassKnnclassify_class_knn

参考其它

create_class_knncreate_class_knnCreateClassKnnCreateClassKnnCreateClassKnncreate_class_knn

References

Marius Muja, David G. Lowe: “Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration”; International Conference on Computer Vision Theory and Applications (VISAPP 09); 2009.

模块

Foundation