-
图像融合的C++源代码。程序简单
图像融合C++源代码.程序简单易懂,是数字图像处理典型算法及实现书中的源程序-Image Fusion C++ Source code. Program easy-to-read, is a typical digital image processing algorithm and the realization of the source book
- 2022-07-16 10:26:24下载
- 积分:1
-
Document processing, drawing, editing, image conversion, color processing and im...
文件处理、画图、编辑、图像变换、颜色处理和图像处理-Document processing, drawing, editing, image conversion, color processing and image processing
- 2023-07-25 09:40:04下载
- 积分:1
-
filled polygon operations. Rar
多边形填充作业.rar-filled polygon operations. Rar
- 2022-09-05 05:40:02下载
- 积分:1
-
信息压缩中一种常见的编码
信息压缩中一种常见的编码---霍夫曼编码的源程序代码-Information Compression in a common coding- Huffman coding of the source code
- 2022-01-25 17:03:44下载
- 积分:1
-
Visual C++ 教程代码,用户只要建立一个Win32控制台项目并把相关文件添加进去即可。...
Visual C++ 教程代码,用户只要建立一个Win32控制台项目并把相关文件添加进去即可。-Guide to Visual C code Users simply create a Win32 console project and the related documents can be added to it.
- 2022-07-07 09:23:36下载
- 积分:1
-
Prepared based on the matlab source code for camera calibration, and they hope t...
基于matlab编写的摄像机定标源代码,希望对大家又有-Prepared based on the matlab source code for camera calibration, and they hope to have everyone
- 2022-02-06 21:51:32下载
- 积分:1
-
图像边缘检测与提取,轮廓跟踪算法代码。边缘有限公司
图象的边沿检测与提取,轮廓跟踪算法代码。边缘,轮廓提取-Image edge detection and extraction, contour tracing algorithm code. The edge contour extraction
- 2022-08-05 22:14:30下载
- 积分:1
-
图像小波变换的matlab代码,包含测试图片和使用
图像小波变换matlab代码,含有测试图象和使用说明-Image wavelet transform matlab code, containing the test images and use
- 2022-01-22 13:01:22下载
- 积分:1
-
ptviewsrc ptviewer时开源的360度全景
ptviewsrc ptviewer时开源的360度全景
-open source ptviewsrc ptviewer when 360-degree panorama
- 2023-06-28 20:00: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