01.11.2014 Views

Reference Manual HALCON/C

Reference Manual HALCON/C

Reference Manual HALCON/C

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 CHAPTER 1. CLASSIFICATION<br />

close class box ( long ClassifHandle )<br />

Destroy the classificator.<br />

close class box deletes the classificator and frees the used memory space. All the trained data will be lost.<br />

For saving this trained data you should use write class box before.<br />

Parameter<br />

º ClassifHandle (input control) ...................................................class box long<br />

Classificator’s handle number.<br />

Result<br />

close class box returns H MSG TRUE.<br />

Parallelization Information<br />

close class box is local and processed completely exclusively without parallelization.<br />

Possible Predecessor Functions<br />

create class box, T enquire class box, T learn class box, write class box<br />

See Also<br />

create class box, T enquire class box, T learn class box<br />

Tools<br />

Module<br />

create class box ( long *ClassifHandle )<br />

Create a new classificator.<br />

create class box creates a new adaptive classificator. All procedures which are explained in chapter classification<br />

refer to such a initialized classificator (of type 2). See T learn class box for more details about the<br />

functionality of the classificator.<br />

Parameter<br />

º ClassifHandle (output control) ................................................class box long *<br />

Classificator’s handle number.<br />

Result<br />

create class box returns H MSG TRUE if the parameter is correct. An exception handling is raised if a<br />

classificator with this name already exists or there is not enough memory.<br />

Parallelization Information<br />

create class box is local and processed completely exclusively without parallelization.<br />

Possible Successor Functions<br />

T learn class box, T enquire class box, write class box, close class box,<br />

clear sampset<br />

See Also<br />

T learn class box, T enquire class box, close class box<br />

Tools<br />

Module<br />

descript class box ( long ClassifHandle, long Dimensions )<br />

Description of the classificator.<br />

A classificator uses a set of hyper cuboids for every class. With these hyper cuboids it is attempted to get the array<br />

attributes inside the class. descript class box returns for every class the expansion of every appropriate<br />

cuboid from dimension 1 up to Dimensions (to ’standard output’).<br />

<strong>HALCON</strong>/C <strong>Reference</strong> <strong>Manual</strong> / 2000-11-15

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!