HALCON 18.11
Features
Below you find an overview over the most prominent features of this release. For a detailed list, please have a look at the release notes.HALCON in Your Industrial Network
HALCON 18.11 introduces the Hilscher-cifX interface. This allows HALCON to communicate with almost all industrial field bus protocols via Hilscher cards. Among others, CC-Link, EtherCAT, EtherNet/IP, PROFIBUS, and PROFINET are supported.
Deep Learning
With HALCON 18.11, users are able to train their own classifier using pretrained CNNs (Convolutional Neural Networks) included in HALCON. These networks have been highly optimized for industrial applications and are based on hundreds of thousands of images. HALCON 18.11 offers a seamlessly integrated, comprehensive set of deep learning functions for
- classifying entire images
- object detection
- semantic segmentation.
Learn more about Deep Learning with HALCON on this page.
Handle Variable Inspect in HDevelop
With HALCON 18.11, HDevelop can display detailed information on most important handle variables. This allows developers to easily inspect the current properties of complex data structures at a glance, which is extremely useful for debugging.
New Data Structure "Dictionaries"
HALCON 18.11 introduces a new data structure "dictionary", which is an associative array that opens up various new ways to work with complex data.
For example, this allows bundling various complex data types (e.g., an image, corresponding ROIs and parameters) into a single dictionary, making it easier to structure programs when, e.g., passing many parameters to a procedure.