-
我已经写了一个用于图像分割的实现演示动态轮廓模型,控制。
自己编写的动态轮廓模型实现图象分割的demo,包含源程序、演示数据和若干演示结果-I have written a dynamic contour model for image segmentation realize demo, contains the source code, presentation of data and the results of a number of demonstration
- 2022-07-13 10:16:52下载
- 积分:1
-
MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info...
MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info-MATLAB-based cross-correlation of sub-pixel image registration source code, MATLAB_Image_subpixel_Mutual_info
- 2022-10-31 04:25:02下载
- 积分:1
-
calculated image of Euler number, classic code using Matlab realized, could fami...
计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.
- 2022-07-18 23:33:51下载
- 积分:1
-
Add feature extraction image segmentation algorithms, along with sharing, joint...
图像分割加特征提取的算法,一起分享,共同研究,共同进步-Add feature extraction image segmentation algorithms, along with sharing, joint research, and common progress
- 2023-05-20 05:45:03下载
- 积分:1
-
散乱数据类型,三
散乱数据类型,对三维重构中数据的预处理,对于三角网格化提出了一种相邻轮廓同步前进法,达到了很好的效果。-Scattered data type, three-dimensional reconstruction of the data pre-processing, for the triangular grid paper, a simultaneous advance adjacent contour method achieved very good results.
- 2023-06-20 03:10:04下载
- 积分:1
-
is all the image processing code reference books for the week long "<pro...
很全的图象处理的代码
参考书为周长发的《〈精通Visual C++ 图像编程》》,为数字图象处理的经典作品-is all the image processing code reference books for the week long "
- 2023-08-08 04:45:03下载
- 积分:1
-
这是开源的全景图拼接软件Hugin的源代码,从svn下下来的,revision是3478。...
这是开源的全景图拼接软件Hugin的源代码,从svn下下来的,revision是3478。-This is the open source Hugin panorama stitching software source code from svn down under, revision is 3478.
- 2022-03-24 13:27:50下载
- 积分:1
-
The realization of fast frequency
快跳频的实现方法,实现语句很简单,需要提前实现BIT到SYMBOLS-The realization of fast frequency-hopping method, the realization of statement is very simple, the need to advance the realization of BIT to the SYMBOLS
- 2023-08-25 07:40:04下载
- 积分: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
-
Matlab digital image processing digital image processing Matlab Matlab digital i...
matlab数字图象处理 -Matlab digital image processing digital image processing Matlab Matlab digital image processing
- 2022-07-08 17:09:58下载
- 积分:1