MVTec Halcon wrapper with XLD serialization

버전 1.0.6 (11.3 KB) 작성자: T. Dunker
Matlab wrapper for MVTec Halcon functions with XLD serialization
다운로드 수: 54
업데이트 날짜: 2021/12/3

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
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

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.