/external/opencv3/modules/python/test/ |
goodfeatures.py | 13 threshes = [ x / 100. for x in range(1,10) ] 15 results = dict([(t, cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes]) 22 results2 = dict([(t, cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes]) 25 for t0,t1 in zip(threshes, threshes[1:]):
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rd.h | 103 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member in struct:RD_OPT
|
vp9_rd.c | 253 rd->threshes[segment_id][bsize][i] = 259 rd->threshes[segment_id][bsize][i] =
|
vp9_encodeframe.c | [all...] |
vp9_rdopt.c | [all...] |
vp9_pickmode.c | [all...] |