Home
last modified time | relevance | path

Searched refs:nsublevels (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/kaze/
H A DKAZEConfig.h26 , nsublevels(4) in KAZEOptions()
42 int nsublevels; member
H A DAKAZEConfig.h19 , nsublevels(4) in AKAZEOptions()
42 int nsublevels; ///< Default number of sublevels per scale level member
H A DKAZEFeatures.cpp58 for (int j = 0; j <= options_.nsublevels - 1; j++) in Allocate_Memory_Evolution()
69 … aux.esigma = options_.soffset*pow((float)2.0f, (float)(j) / (float)(options_.nsublevels)+i); in Allocate_Memory_Evolution()
466 … dsc = kpts_[i].octave + (kpts_[i].angle + *(dst.ptr<float>(2))) / ((float)(options_.nsublevels)); in Do_Subpixel_Refinement()
H A DAKAZEFeatures.cpp73 for (int j = 0; j < options_.nsublevels; j++) { in Allocate_Memory_Evolution()
76 step.esigma = options_.soffset*pow(2.f, (float)(j) / (float)(options_.nsublevels) + i); in Allocate_Memory_Evolution()
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotdata.h261 gint nsublevels);
266 gint *nsublevels);
H A Dgtkplotdata.c6520 gint nlevels, gint nsublevels) in gtk_plot_data_set_gradient() argument
6527 data->gradient->ticks.nminor = nsublevels; in gtk_plot_data_set_gradient()
6545 gint *nlevels, gint *nsublevels) in gtk_plot_data_get_gradient() argument
6550 *nsublevels = data->gradient->ticks.nminor; in gtk_plot_data_get_gradient()
7059 gint i, nlevels, nsublevels; in gtk_plot_data_real_clone() local
7103 gtk_plot_data_get_gradient(real_data, &min, &max, &nlevels, &nsublevels); in gtk_plot_data_real_clone()
7104 gtk_plot_data_set_gradient(copy_data, min, max, nlevels, nsublevels); in gtk_plot_data_real_clone()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotdata.h261 gint nsublevels);
266 gint *nsublevels);
H A Dgtkplotdata.c6325 gint nlevels, gint nsublevels) in gtk_plot_data_set_gradient() argument
6332 data->gradient->ticks.nminor = nsublevels; in gtk_plot_data_set_gradient()
6350 gint *nlevels, gint *nsublevels) in gtk_plot_data_get_gradient() argument
6355 *nsublevels = data->gradient->ticks.nminor; in gtk_plot_data_get_gradient()
6892 gint i, nlevels, nsublevels; in gtk_plot_data_real_clone() local
6936 gtk_plot_data_get_gradient(real_data, &min, &max, &nlevels, &nsublevels); in gtk_plot_data_real_clone()
6937 gtk_plot_data_set_gradient(copy_data, min, max, nlevels, nsublevels); in gtk_plot_data_real_clone()
H A Dgtkplotcsurface.c1408 gint nlevels, nsublevels; in gtk_plot_csurface_build_contours() local
1418 nsublevels = data->gradient->ticks.nminor; in gtk_plot_csurface_build_contours()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotdata.h259 gint nsublevels);
264 gint *nsublevels);
H A Dgtkplotdata.c4867 gint nlevels, gint nsublevels) in gtk_plot_data_set_gradient() argument
4872 data->gradient->ticks.nminor = nsublevels; in gtk_plot_data_set_gradient()
4880 gint *nlevels, gint *nsublevels) in gtk_plot_data_get_gradient() argument
4885 *nsublevels = data->gradient->ticks.nminor; in gtk_plot_data_get_gradient()
5299 gint i, nlevels, nsublevels; in gtk_plot_data_real_clone() local
5343 gtk_plot_data_get_gradient(real_data, &min, &max, &nlevels, &nsublevels); in gtk_plot_data_real_clone()
5344 gtk_plot_data_set_gradient(copy_data, min, max, nlevels, nsublevels); in gtk_plot_data_real_clone()
H A Dgtkplotcsurface.c1333 gint nlevels, nsublevels; in gtk_plot_csurface_build_contours() local
1343 nsublevels = data->gradient->ticks.nminor; in gtk_plot_csurface_build_contours()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dkaze.cpp136 options.nsublevels = sublevels; in detectAndCompute()
H A Dakaze.cpp182 options.nsublevels = sublevels; in detectAndCompute()