MVTec Halcon wrapper with XLD serialization

Matlab wrapper for MVTec Halcon functions with XLD serialization

https://github.com/T-Dunker/MatlabHalcon

Ahora está siguiendo esta publicación

MatlabHalcon

Matlab wrapper for MVTec Halcon functions with XLD serialization.

A modification of the MVTec Halcon wrapper by Dirk-Jan Kroon permitting to use functions with HObject of type XLD as input or return value.

This MVTec Halcon wrapper can pass HObjects of type XLD between functions. The XLD is not mapped to a Matlab structure. It is simply serialized to a byte stream.

The build process is packed into the function build(). Executing build() will create a new folder "../halcon-XXX-YYY-ZZZ/+halcon", where XXX stands for the Halcon version, YYY for the matlab('arch') and ZZZ for the short name of the mex C++ compiler.

After adding the "halcon-XXX-YYY-ZZZ" folder to the matlab path one can e.g. use the model finding functions

xld = halcon.EdgesSubPix(templateImage, ...);
modelId = halcon.CreateScaledShapeModelXld(xld, ...);
[rows, cols, angles, scales, scores] = halcon.FindScaledShapeModel(searchImage, modelId, ...);

There is some real code to try in example.m.

View MVTec Halcon wrapper with XLD serialization on File Exchange

Citar como

T. Dunker (2026). MVTec Halcon wrapper with XLD serialization (https://github.com/T-Dunker/MatlabHalcon/releases/tag/v1.0.6), GitHub. Recuperado .

Categorías

Más información sobre Images en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión Action
1.0.6

See release notes for this release on GitHub: https://github.com/T-Dunker/MatlabHalcon/releases/tag/v1.0.6

1.0.5

See release notes for this release on GitHub: https://github.com/T-Dunker/MatlabHalcon/releases/tag/v1.0.5

1.0.4

moved sources to https://github.com/T-Dunker/MatlabHalcon

1.0.3

ambiguity between function and variable names removed

1.0.2

removed error in build.m

1.0.1

Prevent dynamical unloading of the dll when clearing for a halcon mex function is called by mexLock(). This avoids the hang of matlab.

1.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.