Home
last modified time | relevance | path

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

/dports/science/py-dlib/dlib-19.22/dlib/image_processing/
H A Ddetection_template_tools.h77 unsigned int cells_y in create_grid_detection_template() argument
81 DLIB_ASSERT(cells_x > 0 && cells_y > 0, in create_grid_detection_template()
85 << "\n\t cells_y: " << cells_y in create_grid_detection_template()
91 const matrix<double,1> y = linspace(object_box.top(), object_box.bottom(), cells_y+1); in create_grid_detection_template()
H A Dscan_image_pyramid_tools.h143 unsigned int cells_y,
150 …ction_template(object_boxes[i], create_grid_detection_template(object_boxes[i], cells_x, cells_y));
161 unsigned int cells_y,
171 …ction_template(object_boxes[i], create_grid_detection_template(object_boxes[i], cells_x, cells_y));
H A Dscan_image_pyramid_tools_abstract.h71 unsigned int cells_y,
98 unsigned int cells_y,
H A Dscan_image_boxes.h174 unsigned int cells_y in add_grid_rects() argument
178 DLIB_ASSERT(cells_x > 0 && cells_y > 0, in add_grid_rects()
182 << "\n\t cells_y: " << cells_y in add_grid_rects()
186 … const matrix_range_exp<double>& y = linspace(object_box.top(), object_box.bottom(), cells_y+1); in add_grid_rects()
H A Ddetection_template_tools_abstract.h68 unsigned int cells_y
/dports/science/dlib-cpp/dlib-19.22/dlib/image_processing/
H A Ddetection_template_tools.h77 unsigned int cells_y in create_grid_detection_template() argument
81 DLIB_ASSERT(cells_x > 0 && cells_y > 0, in create_grid_detection_template()
85 << "\n\t cells_y: " << cells_y in create_grid_detection_template()
91 const matrix<double,1> y = linspace(object_box.top(), object_box.bottom(), cells_y+1); in create_grid_detection_template()
H A Dscan_image_pyramid_tools.h143 unsigned int cells_y,
150 …ction_template(object_boxes[i], create_grid_detection_template(object_boxes[i], cells_x, cells_y));
161 unsigned int cells_y,
171 …ction_template(object_boxes[i], create_grid_detection_template(object_boxes[i], cells_x, cells_y));
H A Dscan_image_pyramid_tools_abstract.h71 unsigned int cells_y,
98 unsigned int cells_y,
H A Dscan_image_boxes.h174 unsigned int cells_y in add_grid_rects() argument
178 DLIB_ASSERT(cells_x > 0 && cells_y > 0, in add_grid_rects()
182 << "\n\t cells_y: " << cells_y in add_grid_rects()
186 … const matrix_range_exp<double>& y = linspace(object_box.top(), object_box.bottom(), cells_y+1); in add_grid_rects()
H A Ddetection_template_tools_abstract.h68 unsigned int cells_y
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcolorchecker.c1073 int cells_x = 6, cells_y = 4; in checker_draw() local
1077 cells_y = 7; in checker_draw()
1079 for(int j = 0; j < cells_y; j++) in checker_draw()
1108 height / (float)cells_y - DT_PIXEL_APPLY_DPI(1)); in checker_draw()
1161 height / (float)cells_y - DT_PIXEL_APPLY_DPI(11)); in checker_draw()
1183 int cells_x = 6, cells_y = 4; in checker_motion_notify() local
1187 cells_y = 7; in checker_motion_notify()
1190 const float my = mouse_y * cells_y / (float)height; in checker_motion_notify()
1217 int cells_x = 6, cells_y = 4; in checker_button_press() local
1221 cells_y = 7; in checker_button_press()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcolorchecker.c1122 const int cells_y = p->num_patches > 24 ? 7 : 4; in checker_draw() local
1123 for(int j = 0; j < cells_y; j++) in checker_draw()
1138 height / (float)cells_y - DT_PIXEL_APPLY_DPI(1)); in checker_draw()
1150 height / (float)cells_y - DT_PIXEL_APPLY_DPI(3)); in checker_draw()
1174 height / (float) cells_y - DT_PIXEL_APPLY_DPI(11)); in checker_draw()
1196 int cells_x = 6, cells_y = 4; in checker_motion_notify() local
1200 cells_y = 7; in checker_motion_notify()
1203 const float my = mouse_y * cells_y / (float)height; in checker_motion_notify()
1230 int cells_x = 6, cells_y = 4; in checker_button_press() local
1234 cells_y = 7; in checker_button_press()
[all …]
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.cpp1531 cells_y = U32_QUANTIZE((max_y - min_y)/cell_size); in setup()
1533 if (cells_x == 0 || cells_y == 0) in setup()
1535 fprintf(stderr, "ERROR: cells_x %d cells_y %d\n", cells_x, cells_y); in setup()
1540 U32 c = ((cells_x > cells_y) ? cells_x - 1 : cells_y - 1); in setup()
1555 c = (1 << levels) - cells_y; in setup()
1582 cells_y = U32_QUANTIZE((max_y - min_y)/cell_size); in setup()
1584 if (cells_x == 0 || cells_y == 0) in setup()
1586 fprintf(stderr, "ERROR: cells_x %d cells_y %d\n", cells_x, cells_y); in setup()
1591 U32 c = ((cells_x > cells_y) ? cells_x - 1 : cells_y - 1); in setup()
1606 c = (1 << levels) - cells_y; in setup()
[all …]
H A Dlasquadtree.hpp131 U32 cells_y; member in LASquadtree
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.cpp1531 cells_y = U32_QUANTIZE((max_y - min_y)/cell_size); in setup()
1533 if (cells_x == 0 || cells_y == 0) in setup()
1535 fprintf(stderr, "ERROR: cells_x %d cells_y %d\n", cells_x, cells_y); in setup()
1540 U32 c = ((cells_x > cells_y) ? cells_x - 1 : cells_y - 1); in setup()
1555 c = (1 << levels) - cells_y; in setup()
1582 cells_y = U32_QUANTIZE((max_y - min_y)/cell_size); in setup()
1584 if (cells_x == 0 || cells_y == 0) in setup()
1586 fprintf(stderr, "ERROR: cells_x %d cells_y %d\n", cells_x, cells_y); in setup()
1591 U32 c = ((cells_x > cells_y) ? cells_x - 1 : cells_y - 1); in setup()
1606 c = (1 << levels) - cells_y; in setup()
[all …]
H A Dlasquadtree.hpp131 U32 cells_y; member in LASquadtree
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/geneo/
H A Dpartitionofunity.hh55 X sarkisPartitionOfUnity(const GFS& gfs, LFS& lfs, const CC& cc, int cells_x, int cells_y, int over…
97 double hy = (double)overlap / cells_y;
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-calendar-item.c88 gint cells_y);
1462 cells_y = text_y + char_height in e_calendar_item_draw_month()
1472 calitem->cell_width * 7 , cells_y - text_y); in e_calendar_item_draw_month()
1503 cr, cells_x, cells_y - (cells_y - text_y + 2) , in e_calendar_item_draw_month()
1511 year, month, start_weekday, cells_x, cells_y); in e_calendar_item_draw_month()
1557 gint cells_y) in e_calendar_item_draw_day_numbers() argument
1677 text_y = cells_y + drow * calitem->cell_height + in e_calendar_item_draw_day_numbers()
1714 day_y = cells_y + drow * calitem->cell_height; in e_calendar_item_draw_day_numbers()
2696 gint x, y, row, col, cells_x, cells_y, day_row, day_col; in e_calendar_item_convert_position_to_day() local
2748 cells_y = ythickness * 2 + E_CALENDAR_ITEM_YPAD_ABOVE_MONTH_NAME in e_calendar_item_convert_position_to_day()
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dbuttons.c290 short cells_y = Palette_cells_Y(); in Button_Pal_left_fast() local
295 if (First_color_in_palette>=cells_y*cells_x) in Button_Pal_left_fast()
296 First_color_in_palette-=cells_y*cells_x; in Button_Pal_left_fast()
326 short cells_y = Palette_cells_Y(); in Button_Pal_right_fast() local
329 if ((int)First_color_in_palette+cells_y*cells_x<256) in Button_Pal_right_fast()
331 if ((int)First_color_in_palette+(cells_y)*cells_x*2<256) in Button_Pal_right_fast()
332 First_color_in_palette+=cells_x*cells_y; in Button_Pal_right_fast()
336 First_color_in_palette=255/cells_x*cells_x-(cells_y-1)*cells_x; in Button_Pal_right_fast()
338 First_color_in_palette=255/cells_y*cells_y-(cells_x-1)*cells_y; in Button_Pal_right_fast()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-3/doc/
H A Dresults.dox372 cells_y <- h5f$nodes[2,][cell_ids]
379 meshdata <- data.frame(x = cells_x, y = cells_y, id = groups)