Searched defs:win_width (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/samples/gpu/
H A Dopengl.cpp38 const int win_width = 800; variable
78 resizeWindow("OpenGL", win_width, win_height);
98 gluPerspective(45.0, (double)win_width / win_height, 0.1, 100.0);
H A Dhog.cpp45 int win_width; member in class:Args
103 << " [--win_width <int>] # width of the window (48 or 64)\n"
162 win_width = 48;
186 else if (string(argv[i]) == "--win_width") args.win_width = atoi(argv[++i]);
226 args.hit_threshold = args.win_width == 48 ? 1.4 : 0.;
231 if (args.win_width != 64 && args.win_width != 48)
232 args.win_width = 64;
239 cout << "Win width: " << args.win_width << end
[all...]
/external/opencv3/samples/tapi/
H A Dhog.cpp49 int win_width; member in class:App
127 win_width = 48;
139 cout << "Win width: " << win_width << endl;
151 Size win_size(win_width, win_width * 2);
/external/opencv3/samples/cpp/
H A Ddetect_mser.cpp100 const int win_width = 800; variable
263 gluPerspective(45.0, (double)win_width / win_height, 0.0, 1000.0);
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h121 * @win_width: Window Width. Range 6 - 256, even values only.
146 __u16 win_width; member in struct:omap3isp_h3a_aewb_config
/external/opencv3/modules/objdetect/src/
H A Dhog.cpp1257 static bool ocl_extract_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_stride_y, int win_stride_x, argument
1267 int img_win_width = (width - win_width + win_stride_x) / win_stride_x;
1291 static bool ocl_extract_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_stride_y, int win_stride_x, argument
1301 int img_win_width = (width - win_width + win_stride_x) / win_stride_x;
1639 static bool ocl_classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, argument
1702 int img_win_width = (width - win_width + win_stride_x) / win_stride_x;
/external/toybox/generated/
H A Dglobals.h800 unsigned win_width; member in struct:telnet_data

Completed in 302 milliseconds