HomeSort by relevance Sort by last modified time
    Searched refs:gscale (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.h 29 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y);
nldiffusion_functions.cpp 205 * @param gscale Scale for computing the image gradient histogram
211 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y) {
227 gaussian_2D_convolution(img, gaussian, ksize_x, ksize_y, gscale);
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 44 GLfloat rScale, GLfloat gScale,
55 if (gScale != 1.0 || gBias != 0.0) {
58 rgba[i][GCOMP] = rgba[i][GCOMP] * gScale + gBias;
83 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1); local
97 rgba[i][GCOMP] = gMap[F_TO_I(g * gscale)];
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 363 milliseconds