-
计算机图形学中关于光照的函数,包括光照生成,直方图均衡等重要算法...
计算机图形学中关于光照的函数,包括光照生成,直方图均衡等重要算法-illumination functions about computer graphics, inculding illumination generation, histogram equalization
- 2022-07-26 09:44:04下载
- 积分:1
-
图像处理和仿射变换
image processing and affine transformation
- 2022-07-23 20:40:21下载
- 积分:1
-
用风险投资+ + 60,你可以用它。
write by vc++60 , you can use it.
- 2022-03-19 09:17:18下载
- 积分:1
-
应用Kmeans聚类算法分割图像之间…
Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.
- 2022-11-15 22:50:02下载
- 积分:1
-
计算有效区域内的OTSU值:
通过标记图像,求取原图像中被标记的区域的OTSU阈值...
计算有效区域内的OTSU值:
通过标记图像,求取原图像中被标记的区域的OTSU阈值-Calculation of the effective region OTSU value: By marking images, to strike the original image of the region is marked OTSU threshold
- 2022-04-23 03:53:29下载
- 积分:1
-
这是一个简单的模拟水面反射效果的程序,程序中使用了GPU编程技巧...
这是一个简单的模拟水面反射效果的程序,程序中使用了GPU编程技巧-This is a simple simulation of surface reflection effects of the procedure, procedures using the GPU Programming Skills
- 2022-06-28 13:40:11下载
- 积分:1
-
a complete Visual C program includes a RGB image adjustment, Fourier transform,...
一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color conversion operator gradient detection, segmentation operator for the mean and median filtering filtering, testing procedures have been adopted.
- 2022-02-04 05:12:30下载
- 积分:1
-
基于小波的图像边缘检测程序,希望大家喜欢,谢谢大家。
基于小波的图像边缘检测程序,希望大家喜欢,谢谢大家。-Images based on wavelet edge detection procedure
- 2022-02-12 21:49:41下载
- 积分:1
-
边缘检测Sobel算子实现数字图像处理中边缘检测
边缘检测Sobel算子实现数字图像处理中边缘检测-Sobel edge detection operator of digital image processing edge detection
- 2022-07-15 08:02:25下载
- 积分:1
-
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。...
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve.
Anisotropic extension is performed on the characteristic function fbound of an image set given by
the binary map boundary to the whole image domain. Extension is initially driven by
xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction)
computed as the direction of maximum coherence of the distance map to the contour to close.
It is updated every N iterations with DCV over the distance map to the ridges/thinning of the
evolved image.
Two different stop criteria are supported:
Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended
contour (curve of level 1) has exactly Ncomp connected components.
Difference between two consecutive iterations ( tol )
Speed Stabilizes ( speed_stab ).
[extended]=ContourComple
- 2022-12-07 02:25:02下载
- 积分:1