Location:
Search - demosaicing
Search list
Description: 雙線性內插法(bi-linear interpolation)
此方法以(x,y)的四個鄰近點來求得最近似的灰度
-err
Platform: |
Size: 1024 |
Author: ben |
Hits:
Description: 数码相机的图像恢复程序,从CCD数据恢复出完整的三色图像-Digital camera image restoration process, from the CCD data recovery a complete three-color image
Platform: |
Size: 1490944 |
Author: 常兰兰 |
Hits:
Description: 这是一个去马赛克工具软件,对实现图像分析和数码相机开发有着重要的价值.-This is a mosaic tools to software, the realization of image analysis and the development of digital cameras has an important value.
Platform: |
Size: 10636288 |
Author: wang yiren |
Hits:
Description: 各种经典的插值程序,包括双线性、最邻近、拉普拉斯、平滑色度等插值方法,本人测试过.-classic demosaicing .m program
Platform: |
Size: 11264 |
Author: 周婷 |
Hits:
Description: 可以实现对于RGB图像进行去马赛克图像处理-demosaicing for RGB images
Platform: |
Size: 1024 |
Author: hexiao |
Hits:
Description: 在fpga中实现demosaicing的功能-Implemented in fpga function demosaicing
Platform: |
Size: 2048 |
Author: 吴佳良 |
Hits:
Description: This code implements the Demosaicing algorithm described in the paper "Color Plane Interpolation Using Alternating Projections".
Platform: |
Size: 1987584 |
Author: vinay |
Hits:
Description: a or b is not integer
a = double(uint16(xx)) (a,b) is the base-dot
b = double(uint16(yy))
x11 = double(I(a,b)) x11 <- I(a,b)
x12 = double(I(a,b+1)) x12 <- I(a,b+1)
x21 = double(I(a+1,b)) x21 <- I(a+1,b)
x22 = double(I(a+1,b+1)) x22 <- I(a+1,b+1)
J(x,y) = uint8( (b+1-yy) * ((xx-a)*x21 + (a+1-xx)*x11) + (yy-b) * ((xx-a)*x22 +(a+1-xx) * x12) ) calculate J(x,y)
end
end
end- a or b is not integer
a = double(uint16(xx)) (a,b) is the base-dot
b = double(uint16(yy))
x11 = double(I(a,b)) x11 <- I(a,b)
x12 = double(I(a,b+1)) x12 <- I(a,b+1)
x21 = double(I(a+1,b)) x21 <- I(a+1,b)
x22 = double(I(a+1,b+1)) x22 <- I(a+1,b+1)
J(x,y) = uint8( (b+1-yy) * ((xx-a)*x21 + (a+1-xx)*x11) + (yy-b) * ((xx-a)*x22 +(a+1-xx) * x12) ) calculate J(x,y)
end
end
end
Platform: |
Size: 1024 |
Author: Felix |
Hits:
Description: 功能:去模糊/去马赛克
A joint demosaicking-zooming scheme for single chip digital color cameras(2007)论文以及源码-Function: to blur/demosaicing A joint demosaicking-zooming scheme for single chip digital color cameras (2007) paper and source code
Platform: |
Size: 12675072 |
Author: kube |
Hits:
Description: 一个去马赛克算法是用来重建一个完整的数字图像处理
从完整的颜色样本图像传感器的输出的彩色图像
覆盖彩色滤镜阵列(CFA)。也被称为CFA插值或
彩色重建-A demosaicing algorithm is a digital image process used to reconstruct a full
color image from the incomplete color samples output from an image sensor
overlaid with a color lter array (CFA). Also known as CFA interpolation or
color reconstruction
Platform: |
Size: 161792 |
Author: liu |
Hits:
Description: Image Demosaicing by nearest-neighbor interpolation method
Platform: |
Size: 1024 |
Author: 王国刚 |
Hits:
Description: Image Demosaicing by bilinear interpolation method
Platform: |
Size: 1024 |
Author: 王国刚 |
Hits:
Description: Image Demosaicing by bicubic interpolation method
Platform: |
Size: 1024 |
Author: 王国刚 |
Hits:
Description: demosaicing algorithm
Platform: |
Size: 5476352 |
Author: Benila |
Hits:
Description: An Edge-Sensing Generic Demosaicing Algorithm An Edge-Sensing Generic Demosaicing Algorithm -An Edge-Sensing Generic Demosaicing Algorithm An Edge-Sensing Generic Demosaicing Algorithm An Edge-Sensing Generic Demosaicing Algorithm
Platform: |
Size: 1985536 |
Author: ve |
Hits:
Description: mosaic and demosaicing bayer
Platform: |
Size: 1024 |
Author: shuai |
Hits:
Description: Demosaicing Value Calculation
Platform: |
Size: 18171904 |
Author: Rufus |
Hits:
Description: 基于自适应边缘算法的图像去马赛克算法的MATLAB实现,包括改进算法及算法评估程序,效果较好-MATLAB image demosaicing algorithm adaptive edge algorithm implementation, including improved technology and algorithm uation procedures, better
Platform: |
Size: 3258368 |
Author: 乐乐 |
Hits:
Description: 一种用于Demosaic的方法,GBTF的matlab实现-Matlab code of a method of demosaicing, Namely GBTF
Platform: |
Size: 3072 |
Author: Mabin |
Hits:
Description: 一种去马赛克的方法,根据论文《Color demosaicking via directional linear minimum mean square-error estimation》-A demosaicing method, according to the paper " Color demosaicking via directional linear minimum mean square-error estimation"
Platform: |
Size: 1024 |
Author: Mabin |
Hits: