搜索资源列表
方便的小波变换原代码
- 小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are de
xbbhydm
- wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are de
Question2
- Images passed to your application are not always of the same size as your templates. To compare them you might need to up scale or down scale them to the template size. It is preferred that when comparing you check the size of the template to b
image
- image processing assignments :-- median filtering , laplacian ,high boost filtering , upsampling, downsampling , etc
sampling
- this implement upsampling image using the bilinear method and repication method
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
duomeiti_lab
- 多媒体图像处理实验,DCT变换,插入算法,边缘增强,上采样-Multimedia image processing experiments, DCT transform, insertion algorithm, edge enhancement, the upsampling
resolution
- 三种基本的图像升采样算法,最临近,线性插值,双三次插值-Three basic image upsampling algorithm, the most close to linear interpolation, bicubic interpolation
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
tgvUpsampling
- 用vc++2013和opencv2.4.9实现image guide depth upsampling using anisotropic total generalized variation 中的算法-using vc++2013 with opencv2.4.9 implement the algorithm of image guided depth upsampling using anisotropic total generalized variation
Fast-imagevideo-upsampling
- 快速的单帧图像/视频的超分辨率重建. SIGGRAPH Asia, 2008.-Fast image/video upsampling. SIGGRAPH Asia, 2008.
Source-Code
- 双线性插值,对图像进行放大缩小,upsampling,down sampling-Bilinear interpolation on the image to zoom, upsampling, down sampling
upsampling_code_published
- 通过构建图像的mst,然后升采样,生成对应的视差图,效果较好;-By constructing an image of mst, then upsampling, generate a corresponding disparity map, the better
tgvl2_sourcecode
- 使用各向异性总广义变影像引导深度上采样, shen du tu shang cai yang-Image Guided Depth Upsampling using Anisotropic Total Generalized Variation
expand
- 实现图像等值上采样,对l+1层的灵敏度map进行上采样(Equivalent image upsampling)