Legacy🔗
2D Metrology🔗
copy_metrology_object: Copy metrology metrology objects of a metrology model.
transform_metrology_object: Transform metrology objects of a metrology model, e.g., for alignment.
Filters🔗
gauss_image: Smooth an image using discrete Gaussian functions.
polar_trans_image: Transform an image to polar coordinates
Graphics🔗
clear_rectangle: Delete a rectangle on the output window.
disp_distribution: Displays a noise distribution.
disp_lut: Graphical view of the look-up-table (lut).
get_comprise: Get the output treatment of an image matrix.
get_fix: Get mode of fixing of current look-up-table (lut).
get_fixed_lut: Get fixing of “look-up-table” (lut) for “real color images”
get_line_approx: Get the current approximation error for contour display.
get_lut_style: Get modification parameters of look-up-table (lut).
get_pixel: Get the current color lookup table index.
get_tshape: Get the shape of the text cursor.
move_rectangle: Copy inside an output window.
open_textwindow: Open a textual window.
query_tshape: Query all shapes available for text cursors.
set_comprise: Define the image matrix output clipping.
set_fix: Set fixing of “look-up-table” (lut)
set_fixed_lut: Fix “look-up-table” (lut) for “real color images”.
set_line_approx: Define the approximation error for contour display.
set_lut_style: Changing the look-up-table (lut).
set_pixel: Define a color lookup table index.
set_tshape: Set the shape of the text cursor.
slide_image: Interactive output from two window buffers.
write_lut: Write look-up-table (lut) as file.
Matching, Component-Based🔗
clear_component_model: Free the memory of a component model.
clear_training_components: Free the memory of a component training result.
cluster_model_components: Adopt new parameters that are used to create the model components into the
training result.
create_component_model: Prepare a component model for matching based on explicitly specified
components and relations.
create_trained_component_model: Prepare a component model for matching based on trained components.
deserialize_component_model: Deserialize a serialized component model.
deserialize_training_components: Deserialize a component training result.
find_component_model: Find the best matches of a component model in an image.
gen_initial_components: Extract the initial components of a component model.
get_component_model_params: Return the parameters of a component model.
get_component_model_tree: Return the search tree of a component model.
get_component_relations: Return the relations between the model components that are contained in
a training result.
get_found_component_model: Return the components of a found instance of a component model.
get_training_components: Return the initial or model components in a certain image.
inspect_clustered_components: Inspect the rigid model components obtained from the training.
modify_component_relations: Modify the relations within a training result.
read_component_model: Read a component model from a file.
read_training_components: Read a component training result from a file.
serialize_component_model: Serialize a component model.
serialize_training_components: Serialize a component training result.
train_model_components: Train components and relations for the component-based matching.
write_component_model: Write a component model to a file.
write_training_components: Write a component training result to a file.
Morphology🔗
closing_golay: Close a region with an element from the Golay alphabet.
dilation_golay: Dilate a region with an element from the Golay alphabet.
dilation_seq: Dilate a region sequentially.
erosion_golay: Erode a region with an element from the Golay alphabet.
erosion_seq: Erode a region sequentially.
fitting: Perform a closing after an opening with multiple structuring elements.
gen_struct_elements: Generate standard structuring elements.
golay_elements: Generate the structuring elements of the Golay alphabet.
hit_or_miss_golay: Hit-or-miss operation for regions using the Golay alphabet.
hit_or_miss_seq: Hit-or-miss operation for regions using the Golay alphabet (sequential).
morph_hat: Compute the union of bottom_hat and top_hat.
morph_skeleton: Compute the morphological skeleton of a region.
morph_skiz: Thinning of a region.
opening_golay: Open a region with an element from the Golay alphabet.
opening_seg: Separate overlapping regions.
thickening: Add the result of a hit-or-miss operation to a region.
thickening_golay: Add the result of a hit-or-miss operation to a region (using a Golay
structuring element).
thickening_seq: Add the result of a hit-or-miss operation to a region (sequential).
thinning: Remove the result of a hit-or-miss operation from a region.
thinning_golay: Remove the result of a hit-or-miss operation from a region (using a
Golay structuring element).
thinning_seq: Remove the result of a hit-or-miss operation from a region (sequential).
OCR🔗
close_ocr: Deallocation of the memory of an OCR classifier.
create_ocr_class_box: Create a new OCR-classifier.
create_text_model: Create a text model.
deserialize_ocr: Deserialize a serialized OCR classifier.
do_ocr_multi: Classify characters.
do_ocr_single: Classify one character.
info_ocr_class_box: Get information about an OCR classifier.
ocr_change_char: Define a new conversion table for the characters.
ocr_get_features: Access the features which correspond to a character.
read_ocr: Read an OCR classifier from a file.
serialize_ocr: Serialize an OCR classifier.
testd_ocr_class_box: Test an OCR classifier.
traind_ocr_class_box: Train an OCR classifier by the input of regions.
trainf_ocr_class_box: Train an OCR classifier with the help of a training file.
write_ocr: Writing an OCR classifier into a file.
Regions🔗
get_region_chain: Contour of an object as chain code.
hamming_change_region: Generate a region having a given Hamming distance.
interjacent: Partition the image plane using given regions.
Segmentation🔗
bin_threshold: Segment an image using an automatically determined
threshold.
expand_line: Expand a region starting at a given line.
Tools🔗
approx_chain: Approximate a contour by arcs and lines.
approx_chain_simple: Approximate a contour by arcs and lines.
distance_funct_1d: Compute the distance of two functions.
filter_kalman: Estimate the current state of a system with the help of the
Kalman filtering.
intersection_ll: Calculate the intersection point of two lines.
partition_lines: Partition lines according to various criteria.
read_kalman: Read the description file of a Kalman filter.
select_lines: Select lines according to various criteria.
select_lines_longest: Select the longest input lines.
update_kalman: Read an update file of a Kalman filter.
XLD🔗
union_straight_contours_histo_xld: Compute the union of neighboring straight contours that have a similar
distance from a given line.