-
科学图像拼接算法的C++源代码
科学图像拼接算法C源代码——加州大学博士生系列。下面是它的几个不同版本的携带使用!
- 2022-08-21 00:56:40下载
- 积分:1
-
数字图像处理,离散小波dwt变换域中水印的嵌入
数字图像处理,离散小波dwt变换域中水印的嵌入-digital image processing, discrete wavelet transform domain dwt watermark embedding
- 2022-05-08 03:42:26下载
- 积分:1
-
这份vc源代码是实现bmp 图像格式到tif图像格式的转换
这份vc源代码是实现bmp 图像格式到tif图像格式的转换-this vc source code is bmp format images to tif image format conversion
- 2022-04-10 14:01:51下载
- 积分:1
-
小波软阈值去噪,具有较高的SNR,是一种自适应阈值算法
小波软阈值去噪,具有较高的SNR,是一种自适应阈值算法-Wavelet soft-threshold de-noising with high SNR, is an adaptive threshold algorithm
- 2022-01-24 15:55:45下载
- 积分: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
-
gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等...
gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等-gui interface design, the general image processing, such as rotation, noise, such as histogram equalization
- 2022-08-08 06:39:00下载
- 积分: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
-
给出几种形态学梯度算法,包括但尺度梯度,多尺度梯度,多结构元素梯度等
给出几种形态学梯度算法,包括但尺度梯度,多尺度梯度,多结构元素梯度等-Several morphological gradient algorithm is given, including, but gradient-scale, multi-scale gradient, multi-structural elements, such as gradient
- 2022-02-26 10:55:44下载
- 积分:1
-
仿射变换法求深度信息,目前最好的方法
function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,...
仿射变换法求深度信息,目前最好的方法
function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,im)
gx,gy 为x,y方向偏导数 Z 为恢复出来的是深度信息。
函数适应于从 图像法相信息恢复高度信息-Affine transformation method the depth of information, is currently the best way to function [Z, D11, D12, D22] = diffusion_kernel_function (gx, gy, im) gx, gy for x, y direction of the partial derivative of Z is out to restore the depth of information. Function adapted from the image information to resume a high degree of information law
- 2022-05-26 04:32:32下载
- 积分:1
-
一个很简单的颜色混合函数
只要提供前景色和背景色以及 Alpha 就可返回混合后的颜色
不太适合大型图像的混合 比较适合小图标
(附带示例)...
一个很简单的颜色混合函数
只要提供前景色和背景色以及 Alpha 就可返回混合后的颜色
不太适合大型图像的混合 比较适合小图标
(附带示例)-a very simple color mixing function for as long as the foreground color and background color and can be returned to the Alpha mixed after less suitable for the large-scale color images are more suitable for mixed small icon (with examples)
- 2022-06-02 04:44:52下载
- 积分:1