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

  /external/opencv3/modules/python/test/
transformations.py 574 def clip_matrix(left, right, bottom, top, near, far, perspective=False): function
594 >>> M = clip_matrix(*frustrum, perspective=False)
599 >>> M = clip_matrix(*frustrum, perspective=True)
    [all...]

Completed in 144 milliseconds