-
在H.264标准中,要求视频图像处理中环路滤波的C程序
在H.264标准中,要求视频图像处理中环路滤波的C程序-the H.264 standard, called Video Image Processing loop filter C Program
- 2022-05-15 13:32:06下载
- 积分:1
-
高效的图
Effcient Graph-Based Image Segmentation算法的源码, 已通过测试, 可以使用-the source data of the algoritham Effcient Graph-Based Image Segmentation
- 2023-05-09 22:35:03下载
- 积分:1
-
该工程项目实现了AR算法,提供签名在线鉴别功能
该工程项目实现了AR算法,提供签名在线鉴别功能-The project achieved the AR algorithm, to provide online identification function signature
- 2022-03-11 06:06:46下载
- 积分:1
-
Contourlet变换的源代码,与广泛使用的空间图像处理
contourlet变换源代码,图象处理方面有广泛应用空间-Contourlet Transform source code, image processing with extensive use of space
- 2022-06-19 01:18:19下载
- 积分:1
-
SART代数迭代算法,CT系统中经典算法
SART代数迭代算法,CT系统中经典算法-SART
- 2022-01-28 01:23:47下载
- 积分:1
-
图像处理小程序效果还不错。建议下载者在此基础上继续开发。...
图像处理小程序效果还不错。建议下载者在此基础上继续开发。 -small image processing procedures the results were pretty good. Recommendations were downloaded on the basis of this continuing development.
- 2022-05-19 13:50:36下载
- 积分:1
-
用Canny算子进行边缘检测 的 函数
文件,大家可以尝试的用用,都是基于matlab平台的。...
用Canny算子进行边缘检测 的 函数
文件,大家可以尝试的用用,都是基于matlab平台的。-Canny operator for edge detection function documents, we can try to use use are based on Matlab platform.
- 2022-03-24 15:14:30下载
- 积分:1
-
指定一种颜色把一幅位图变透明
指定一种颜色把一幅位图变透明-a designated colors of a bitmap transparent change
- 2022-09-02 07:40:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
用VC实现将图片处理转存为C、H或TXT等文本文件,数据格式按液晶模块LCD12864显示要求,可方便单片机实现将图片显示到128X64液晶模块上。...
用VC实现将图片处理转存为C、H或TXT等文本文件,数据格式按液晶模块LCD12864显示要求,可方便单片机实现将图片显示到128X64液晶模块上。-VC realize with a picture to keep for treatment C, H or TXT text files, etc., data format displayed by the LCD module LCD12864 requirements, can be easily single-chip microcomputer to realize the picture shows 128X64 LCD module.
- 2022-02-13 20:11:59下载
- 积分:1