Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dhog.cpp45 int win_width; member in Args
162 win_width = 48; in Args()
186 else if (string(argv[i]) == "--win_width") args.win_width = atoi(argv[++i]); in read()
226 args.hit_threshold = args.win_width == 48 ? 1.4 : 0.; in App()
231 if (args.win_width != 64 && args.win_width != 48) in App()
232 args.win_width = 64; in App()
239 cout << "Win width: " << args.win_width << endl; in App()
252 Size win_size(args.win_width, args.win_width * 2); //(64, 128) or (48, 96) in run()
Dopengl.cpp38 const int win_width = 800; variable
78 resizeWindow("OpenGL", win_width, win_height); in main()
98 gluPerspective(45.0, (double)win_width / win_height, 0.1, 100.0); in main()
/external/opencv3/samples/tapi/
Dhog.cpp49 int win_width; member in App
127 win_width = 48; in App()
139 cout << "Win width: " << win_width << endl; in App()
151 Size win_size(win_width, win_width * 2); in run()
/external/toybox/toys/pending/
Dtelnet.c39 unsigned win_width;
214 put_iac(9, IAC,SB,TELOPT_NAWS,(TT.win_width >> 8) & 0xff, in handle_ddww()
215 TT.win_width & 0xff,(TT.win_height >> 8) & 0xff, in handle_ddww()
293 TT.win_width = 80; //columns in telnet_main()
307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py274 win_width = screen_width
276 self.winp_geometry = (win_x, win_y, win_width, win_height)
277 self.prompt_frame_size = (win_width, win_height)
283 win_width = screen_width - wint_width
285 self.result_frame_size = (win_width, win_height)
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu366 …void compute_confidence_hists(int win_height, int win_width, int block_stride_y, int block_stride_… in compute_confidence_hists() argument
375 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in compute_confidence_hists()
428 void classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, in classify_hists() argument
437 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in classify_hists()
479 …void extract_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x,… in extract_descrs_by_rows() argument
486 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in extract_descrs_by_rows()
527 … void extract_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x, in extract_descrs_by_cols() argument
535 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in extract_descrs_by_cols()
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp68 void classify_hists(int win_height, int win_width, int block_stride_y,
73 …void compute_confidence_hists(int win_height, int win_width, int block_stride_y, int block_stride_…
77 … void extract_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x,
80 … void extract_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x,
/external/opencv3/samples/cpp/
Ddetect_mser.cpp100 const int win_width = 800; variable
263 gluPerspective(45.0, (double)win_width / win_height, 0.0, 1000.0); in DrawOpenGLMSER()
/external/kernel-headers/original/uapi/linux/
Domap3isp.h146 __u16 win_width; member
/external/opencv3/modules/objdetect/src/
Dhog.cpp1257 static bool ocl_extract_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block… in ocl_extract_descrs_by_rows() argument
1267 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in ocl_extract_descrs_by_rows()
1291 static bool ocl_extract_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block… in ocl_extract_descrs_by_cols() argument
1301 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in ocl_extract_descrs_by_cols()
1639 static bool ocl_classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_… in ocl_classify_hists() argument
1702 int img_win_width = (width - win_width + win_stride_x) / win_stride_x; in ocl_classify_hists()
/external/toybox/generated/
Dglobals.h800 unsigned win_width; member