-
对图像的各种操作的详细算法的VC++程序的形态…
把图像形态学的各个操作的详细算法用VC++程序写出来。-To image the morphology of the various operations detailed algorithm VC++ Procedures write it down.
- 2022-03-06 16:50:15下载
- 积分:1
-
WireGL在斯坦福大学计算机图形学中的一个活跃的研究项目…
WireGL is an active research project at the Stanford University Computer Graphics Lab to explore cluster rendering systems. The software package available on this web site allows graphics applications to render to a cluster of workstations outputting to a tiled display.
- 2022-07-12 12:08:54下载
- 积分:1
-
为BMP图像处理的程序,包括图像显示,灰度拉伸,二值变换,滤波等...
为BMP图像处理的程序,包括图像显示,灰度拉伸,二值变换,滤波等-image process program
- 2023-06-22 23:55:02下载
- 积分: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
-
一个很有用的数字图象HOUGH变换的源代码
一个很有用的数字图象HOUGH变换的源代码-very useful in a digital image HOUGH transform source code
- 2022-11-07 19:10:02下载
- 积分:1
-
这是关于立体视觉的一种匹配算法,希望能够帮助大家
这是关于立体视觉的一种匹配算法,希望能够帮助大家-This is a three-dimensional vision of a matching algorithm, we hope to help
- 2022-07-11 12:48:39下载
- 积分:1
-
RGB color images quadtree segmentation procedures for a long time to find the. I...
彩色RGB图像四叉树分割的程序,找了好久才找到的。Improve together-RGB color images quadtree segmentation procedures for a long time to find the. Improve together
- 2022-10-20 00:20:04下载
- 积分:1
-
一个对24位真彩位图进行 细化算法的 在 VC++下实现的完成程序 ,...
一个对24位真彩位图进行 细化算法的 在 VC++下实现的完成程序 ,-1 pairs of 24-bit true color bitmap to carry out thinning algorithm in VC++ Realize the completion of procedures,
- 2023-03-05 14:25:03下载
- 积分:1
-
In VC++ platform to achieve the effect of graphic images of blinds
在VC++平台上实现图形图像的百叶窗效果-In VC++ platform to achieve the effect of graphic images of blinds
- 2022-03-11 00:52:37下载
- 积分:1
-
这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方...
这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。-This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is better than SIFT, Harris, Susan, such as better detection algorithm. The compressed package from the official website to download the Matlab source code, and in 2004 came across the literature, the algorithm to do a detailed explanation.
- 2022-06-18 12:06:15下载
- 积分:1