-
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
-
Goodfectertotreck的实现
Goodfectertotreck的实现-Goodfectertotreck opencv
- 2022-11-02 19:10:02下载
- 积分:1
-
这个工具箱在一个比较通用的方式中实现了该算法。
This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising.
-This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
- 2022-07-22 22:37:00下载
- 积分:1
-
The use of digital watermarking technology for digital works to achieve an effec...
利用数字水印技术能够对数字作品实现有效的版权保护。目前的数字水印技术大多都是针对多媒体数据。但是在地理信怠系统中除了橱格数据外, 还存在大的矢童数据。目前的数字水印算法仅仅能满足橱格数据, 无法满足在矢童数据中嵌入水印的需求。本丈在分析数据特汽的基础上, 在矢童数据的频城提出了一套行之有效的数字水印算法。-The use of digital watermarking technology for digital works to achieve an effective copyright protection. At present, most of the digital watermarking technology are targeted at multimedia data. However, in the geographical letter except idle system cabinet grid data, there are still a big child vector data. At present, only the digital watermarking algorithm can satisfy the cupboard grid data, unable to meet the child in the vector data embedded watermark needs. Zhangting data in the analysis of this special steam on the basis of the data in the frequency of vector Tong City proposed a set of proven digital watermarking algorithm.
- 2022-01-26 02:07:12下载
- 积分:1
-
通过VC++程序来详细介绍数字图像处理中一些重要函数或变换的算法。...
通过VC++程序来详细介绍数字图像处理中一些重要函数或变换的算法。-Through VC++ Procedures detailed introduction of digital image processing in some important function or transform algorithms.
- 2023-08-14 20:00:03下载
- 积分:1
-
对图像分析编辑中的噪声干扰进行过滤,正确无误,
对图像分析编辑中的噪声干扰进行过滤,正确无误,-Edit Image Analysis of noise in the filter are correct,
- 2022-01-25 15:09:20下载
- 积分:1
-
Binary image connected region eight marks, for each connected region a unique la...
八值图像连通区域标记,为每个连通区域分配一个唯一的标号,处理后的图像按照从左到右,从上到下的顺序获得连续的标号-Binary image connected region eight marks, for each connected region a unique label distribution deal with in accordance with the image from left to right, from top to bottom order of access to continuous labeling
- 2022-03-20 00:45:32下载
- 积分:1
-
目标跟踪,并基于VC++开发的OpenCV已经测试成功…
物体跟踪,基于OPENCV和VC++开发的,已经试验过能成功-Object tracking, and OPENCV based on VC++ development has been tested successfully
- 2022-01-25 21:22:05下载
- 积分:1
-
Walsh transform based image stereo matching method to obtain good results, with...
一种基于walsh变换的图像立体匹配方法,获得了较好的效果,具有较强的抗噪声性能 -Walsh transform based image stereo matching method to obtain good results, with strong anti-noise performance
- 2022-02-02 10:58:01下载
- 积分:1
-
Rather is based on the classic ah matlab we do the image matching can be used fo...
相当的经典啊 是基于matlab的 大家做图像匹配的都可以用的到,做三维重建方面的。-Rather is based on the classic ah matlab we do the image matching can be used for that, so three-dimensional reconstruction.
- 2022-03-06 20:05:41下载
- 积分:1