-
singalframenuc
通过统计直方图并作相应的处理完成了红外图像非均匀性校正,特别是针对红外图像中常见的条纹非均匀性(Through statistical histogram and processed accordingly infrared image non-uniformity correction, especially for the common striped infrared image non-uniformity)
- 2021-02-10 16:29:52下载
- 积分:1
-
image-stitching--matlab
改进的图像拼接算法,基于sift算法,实现图像的自动拼接,测试,完美运行(Improved image mosaic algorithm based the sift algorithm to achieve automatic image stitching, test, run perfectly)
- 2013-04-25 11:11:29下载
- 积分:1
-
Skeleton-extraction
利用形态学的腐蚀运算提取图像边界
编写细化算法提取骨架的程序(Using morphology corrosion operation to extract image edgePreparation of thinning algorithm to extract the skeleton program)
- 2012-03-24 01:28:16下载
- 积分:1
-
junh
matlab下实现图像的灰度直方图绘制
以及图像的灰度均衡化处理(Matlab image histogram of the gray scale mapping and image processing gray balance)
- 2007-01-08 00:06:51下载
- 积分:1
-
Median-filter
中值滤波是一种非线性数字滤波器技术,经常用于去除图像或者其它信号中的噪声
- 2013-06-03 17:32:58下载
- 积分:1
-
CSharpGetInit
海康威视摄像头二次开发,C#测试代码,用于获取设备能力(c#for hikvision getinit)
- 2017-03-17 15:42:45下载
- 积分:1
-
JPEGCompression
编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
modulate_GIyanzheng_NGI
归一化鬼成像计算方法,比传统鬼成像算法更快更好(Normalized ghost imaging calculation method, faster and better than traditional ghost imaging algorithm)
- 2016-10-14 20:32:50下载
- 积分:1
-
codebook
codebook算法实现运动物体检测,用opencv实现(codebook algorithm using to detect moving object.)
- 2015-10-21 21:22:21下载
- 积分:1
-
Modified-HausdorffDist
文件中是改进的hausdorff距离匹配算法,避免了外部离散点的干扰,优化了计算方法,实现起来更加完美。(In the File,there is the improved Hausdorff distance matching algorithm, avoiding the interference of external discrete points, method, realizes more perfect.)
- 2014-08-05 18:01:29下载
- 积分:1