Classe OpenCV : drawCurrentSyst3D()![]() Description
Déclaration source javapublic void drawCurrentSyst3D (int sizeIn, int strokeXIn, int strokeYIn, int strokeZIn, int strokeWeightIn) Syntaxeopencv.drawCurrentSyst3D (size, strokeX, strokeY, strokeZ, strokeWeight); Paramètres
Valeur renvoyéeAucune Utilisation type
Exempletranslate(width/2,height/2,0); // translation du repère 3D courant pour centrage au centre de la fenêtre camera opencv.drawCurrentSyst3D(50, color(255,0,0), color(0,255,0), color(0,0,255),2); // affiche le repère 0xyz courant avec taille et épaisseur voulus Exemple webcamCommentaires utilisateursAucun Cette page est une création originale de Xavier HINAULT - Tous droits réservés - 2011/2012 |