-
gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等...
gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等-gui interface design, the general image processing, such as rotation, noise, such as histogram equalization
- 2022-08-08 06:39:00下载
- 积分: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
-
图像阈值分割是图像理解的关键一步,做好了阈值分割,才能更好的实现图像特征提取和特征匹配。...
图像阈值分割是图像理解的关键一步,做好了阈值分割,才能更好的实现图像特征提取和特征匹配。-Image Threshold Segmentation is a key step in image understanding, good threshold segmentation in order to better realize image feature extraction and feature matching.
- 2022-08-14 12:29:01下载
- 积分:1
-
彩色位图转黑白位图代码。何东健《数字图像处理》随书光盘提供的源码。...
彩色位图转黑白位图代码。何东健《数字图像处理》随书光盘提供的源码。-color bitmap to black-and-white bitmap code. Dong- Jian "Digital Image Processing" With the CD source.
- 2022-06-12 00:31:25下载
- 积分:1
-
这是开源的图像拼接处理的软件eblend最新版3.2的源代码。
这是开源的图像拼接处理的软件eblend最新版3.2的源代码。-This is the open-source software dealing with image mosaic eblend the latest version 3.2 source code.
- 2023-01-05 23:35:05下载
- 积分:1
-
实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。...
实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。-Realized images of the terrain quadtree hierarchical, according to the image gradient and the dense distribution of slicing.
- 2022-08-10 06:26:40下载
- 积分:1
-
用MATLAB编写的leader_follower算法实现聚类的函数.希望能对大家有帮助...
用MATLAB编写的leader_follower算法实现聚类的函数.希望能对大家有帮助-MATLAB leader_follower prepared by the clustering algorithm to achieve the function. The hope is to help everyone
- 2023-02-10 01:50:03下载
- 积分: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
-
Using wavelet transform methods of image enhancement as a treatment procedure
使用小波变换的方法对图象进行增强处理的一个程序-Using wavelet transform methods of image enhancement as a treatment procedure
- 2022-03-10 09:45:55下载
- 积分:1
-
上传各种格式图像文件打开保存旋转的操作示例工程所需要的两个头文件。...
上传各种格式图像文件打开保存旋转的操作示例工程所需要的两个头文件。-upload various image file format open to preserve the operation of rotating sample project needs two headers.
- 2022-02-25 04:22:54下载
- 积分:1