Classe OpenCV : interLines()![]() Description
Déclaration source javapublic Point interLines(Line line1In, Line line2In ) public Point interLines( float a1, float b1, float a2, float b2) SyntaxemyPoint = opencv.interLines(line1, line2); myPoint = opencv.interLines(a1,b1,a2,b2); Paramètres
Valeur renvoyéeL'objet Point correspondant à l'intersection de 2 droites. Utilisation type
ExemplemyPoint = opencv.interLines(a1,b1,a2,b2); Commentaires utilisateursAucun Cette page est une création originale de Xavier HINAULT - Tous droits réservés - 2011/2012 |