Classe OpenCV : draw3DMarkers()![]() Description
Déclaration source javapublic void draw3DMarkers(MultiMarker nyaIn, Marker[] markersIn, int widthBoxIn, int heightBoxIn, int depthBoxIn, boolean strokeIn, int colorStrokeIn, int strokeWeightIn, boolean fillIn, int colorFillIn, boolean debugIn) Syntaxeopencv.draw3DMarkers(nya, markers, widthBox, heightBox, depthBox, stroke, colorStroke, strokeWeight, fill, colorFill, debug); Paramètres
Valeur renvoyéeAucune. Utilisation type
Exempleopencv.draw3DMarkers(nya, markersArray,0, 0,10, false, 0, 0, true, color(255,0,0), true); // si width et height=0, utilise propriétés 3D de chaque marker Exemple webcamCommentaires utilisateursAucun Cette page est une création originale de Xavier HINAULT - Tous droits réservés - 2011/2012 |