le 06-19-2018 06:15 AM
Bonjour, j’essaie d'utiliser la fonction imaqOverlayLine() mais j'ai des erreur si quelqu’un pourrai me débloquer
imaqGetDistance(realWorldPosition1->points[0], realWorldPosition2->points[0], &distance);
imaqOverlayLine (image, imaqMakePointFromPointFloat(realWorldPosition1->points[0]),
imaqMakePointFromPointFloat(realWorldPosition2->points[0]), &myBoxColor, NULL);
erreur
error: Undefined symbol '_imaqMakePointFromPointFloat' referenced in "c:\Users\i87278\Desktop\recupération table distance\cvibuild.distance\Debug\ImageProcessing.obj".
le
07-12-2018
09:22 AM
- dernière modification le
08-22-2025
03:17 PM
par
Content Cleaner
Bonjour,
Quelle est la version de IMAQ que vous utilisez?
En regardant dans le manuel, je ne trouve aucune reference à la fonction imaqMakePointFromPoint.
https://www.ni.com/docs/en-US/bundle/322567a/resource/322567a.pdf
En revanche il y a la fonction imaqMakePointFloat qui semble pouvoir correspondre.
Paolo_P
Certified TestStand Architect
Certified LabVIEW Architect
National Instruments France