Home | History | Annotate | Download | only in rolling_shutter_skew

Lines Matching defs:debug_print

138     debug_print('Setting cluster distance to %spx.' % CLUSTER_DISTANCE)
256 debug_print('------------------------')
257 debug_print('| PROCESSING FRAME %03d |' % i)
258 debug_print('------------------------')
262 debug_print('Skipped frame.')
264 debug_print('Shutter skew is %sms (confidence: %s).' %
272 debug_print('\n')
312 debug_print('No majority cluster found.')
315 debug_print('Majority cluster was too small.')
317 debug_print('%s points in the largest cluster.' % len(largest_cluster))
323 debug_print('Slope is %s.' % slope)
335 debug_print('%s columns spanned by cluster.' % num_columns)
552 debug_print('Average distance between points in largest cluster is %s '
668 def debug_print(s, *args, **kwargs):