代码搜索:Bilateral
找到约 62 项符合「Bilateral」的源代码
代码结果 62
www.eeworm.com/read/367552/9742791
m mybilateral.m
function V = mybilateral(U,sigma_d,sigma_r);
% Usage: V = mybilateral(U,SIGMA_D,SIGMA_R);
% MYBILATERAL performs bilateral filtering on monochrome images. Both the
% domain and range filte
www.eeworm.com/read/400375/11578191
cpp filter.cpp
#include
#include
#include
#define AVERAGE_FILTER 0
#define GAUSSIAN_FILTER 1
#define BILATERAL_FILTER 2
//#define CV_IMAGE_ELEM( image, elemtype, row, col ) \ ((