Home
last modified time | relevance | path

Searched refs:page_height (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/doc/pattern_tools/
Dgen_pattern.py25 def __init__(self, cols,rows,output,units,square_size,radius_rate,page_width,page_height): argument
33 self.height = page_height
83 page_height = 279 #11 inches
106 page_height = float(a)
107 pm = PatternMaker(columns,rows,output,units,square_size,radius_rate,page_width,page_height)