-
计算几何大全,c++代码,内含点,直线,线段,圆,弧,多边形等求交,相互关系等等各种算法,对CAD等编程有很大帮助...
计算几何大全,c++代码,内含点,直线,线段,圆,弧,多边形等求交,相互关系等等各种算法,对CAD等编程有很大帮助-computational geometry Daquan, c code, intron, straight line, circle, arc, polygon, etc. intersection, mutual relations, and so on various algorithms, such as the CAD program is very helpful
- 2022-07-09 22:01:39下载
- 积分:1
-
该程序为一维离散小波变换的matlab程序,很实用
该程序为一维离散小波变换的matlab程序,很实用-The procedure for the one-dimensional discrete wavelet transform matlab program, it is practical
- 2022-03-20 19:19:27下载
- 积分:1
-
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。...
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。-Image sharpening algorithm, the effect of sharpening it is clear that to achieve the desired results, it is suitable for further practice, the operating speed in general.
- 2022-03-21 11:18:56下载
- 积分:1
-
针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提
出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理...
针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提
出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检
测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试,
结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值
-Due to the difficulty of getting disparity of less textured pixels with traditional approach, block matching
algorithm with texture analysis was put forward. First, the images were described by LBP/C texture analysis. Then the
expansion detection based on region growing was performed, and the less textured blocks were acquired. Finally the dense
disparitymap of less textured area was obtained through block matching. The proposed algorithm was tested with the
international standard image data and comparedwith some existing algorithms. The experimental results show that the proposed
algorithm can improve the accuracy of disparitywhen handling less textured areas and can be used in practic
- 2022-12-14 17:15:03下载
- 积分:1
-
一个检索图像库中哪些图像与给出的图像最相似,图像库中图像的格式必须为bird...
一个检索图像库中哪些图像与给出的图像最相似,图像库中图像的格式必须为bird-0009.jpg种形式,示例图像要从图像库中选示例-a library which image and the image is the most similar image library image format for bird-0009.jpg forms, sample images from the image library selected examples
- 2022-01-23 10:03:21下载
- 积分:1
-
Image processing based on the characteristics of harris corner image registratio...
基于图像处理特点的harris角点图像配准程序
- 2022-06-03 04:10:08下载
- 积分: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
-
本程序包含了一些膨胀程序,图像源代码生成,详述了膨胀原理...
本程序包含了一些膨胀程序,图像源代码生成,详述了膨胀原理-This procedure contains a number of the expansion process, the image source code generated, detailing the expansion of the principle of
- 2023-07-03 12:05:03下载
- 积分:1
-
Digital Image Processing教材配套 matlab源程序,可以同时参看这本教材,相信可以得到更好的学习效果...
Digital Image Processing教材配套 matlab源程序,可以同时参看这本教材,相信可以得到更好的学习效果-supporting Matlab source materials, can see this material, I believe it can be a better learning results
- 2022-09-01 20:40: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