/external/opencv3/modules/features2d/src/kaze/ |
KAZEConfig.h | 31 , kcontrast(0.01f) 47 float kcontrast; member in struct:cv::KAZEOptions
|
AKAZEConfig.h | 35 , kcontrast(0.001f) 58 float kcontrast; ///< The contrast factor parameter member in struct:cv::AKAZEOptions
|
AKAZEFeatures.cpp | 113 // First compute the kcontrast factor 114 options_.kcontrast = compute_k_percentile(img, options_.kcontrast_percentile, 1.0f, options_.kcontrast_nbins, 0, 0); 121 options_.kcontrast = options_.kcontrast*0.75f; 140 pm_g1(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); 143 pm_g2(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); 146 weickert_diffusivity(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); 149 charbonnier_diffusivity(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); [all...] |
KAZEFeatures.cpp | 107 // Firstly compute the kcontrast factor 126 pm_g1(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); 128 pm_g2(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); 130 weickert_diffusivity(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); 148 options_.kcontrast = compute_k_percentile(img, kpercentile, options_.sderivatives, options_.kcontrast_bins, 0, 0); [all...] |
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 538 enum {kHue = 0, kSaturation, kBrightness, kContrast}; 566 color[kContrast].type = VAProcFilterColorBalance; 567 color[kContrast].attrib = VAProcColorBalanceContrast; 569 color[kContrast].value = atof(propValueString); 570 color[kContrast].value = (color[kContrast].value < 0.0f) ? 0.0f : color[kContrast].value; 571 color[kContrast].value = (color[kContrast].value > 10.0f) ? 10.0f : color[kContrast].value [all...] |
/hardware/intel/common/libva/va/ |
va_vpp.h | 797 * enum { kHue, kSaturation, kBrightness, kContrast }; [all...] |