HomeSort by relevance Sort by last modified time
    Searched full:len_b1 (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/calib3d/test/
test_chessboardgenerator.cpp 101 float len_b1 = (float)norm(b1); local
104 pb1 = Point3f(b1[0]/len_b1, b1[1]/len_b1, b1[2]/len_b1);
105 pb2 = Point3f(b2[0]/len_b1, b2[1]/len_b2, b2[2]/len_b2);

Completed in 111 milliseconds