-
这是一个k均值聚类的VC函数,非常有用,是本人亲自编写,为了能够和别人交换代码,忍痛上传。...
这是一个k均值聚类的VC函数,非常有用,是本人亲自编写,为了能够和别人交换代码,忍痛上传。-This is a k-means clustering function of the VC very useful, I personally prepared. , and others in order to exchange code and reluctantly upload.
- 2022-03-19 21:14:57下载
- 积分:1
-
读取DWG 需要安装DToolsX 希望对大家游泳
读取DWG 需要安装DToolsX 希望对大家游泳-Read DWG need to install DToolsX hope everyone swimming
- 2022-03-01 23:18:05下载
- 积分:1
-
graph cut algorithm code, and want to give you help
graph cut算法代码,希望给你有帮助-graph cut algorithm code, and want to give you help
- 2022-02-05 12:07:40下载
- 积分:1
-
本程序实现汉字和字符的识别匹配,通过该算法,可以实现手写体的字符和汉字的识别...
本程序实现汉字和字符的识别匹配,通过该算法,可以实现手写体的字符和汉字的识别-This procedure to achieve identification of characters and character matching, through the algorithm, can achieve the character and Chinese character handwriting recognition
- 2022-05-06 18:42:43下载
- 积分:1
-
一款不错的烟花程序,带有声音和美术字,已调试通过
一款不错的烟花程序,带有声音和美术字,已调试通过-A good fireworks procedures, with voice and word art, have been debugging through
- 2023-08-28 05:20:04下载
- 积分:1
-
这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)...
这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take the form of concave polygon multilateral OK, the program will automatically withdraw from the (details can be found in code)
- 2022-06-15 04:26:56下载
- 积分:1
-
- 2022-01-23 11:04:56下载
- 积分: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
-
这是图形学中常用的程序 里面有很多经典的图形学中实现的算法 提供上来供大家学习之用...
这是图形学中常用的程序 里面有很多经典的图形学中实现的算法 提供上来供大家学习之用-This is the procedure commonly used in graphics there are a lot of classic graphics algorithms to achieve up for everyone to provide learning
- 2022-04-22 16:12:52下载
- 积分:1
-
遥感实习的成果。实现了计算植被指数的算法,包括:差值植被指数,比值植被指数,归一化植被指数,调整土壤亮度植被指数...
遥感实习的成果。实现了计算植被指数的算法,包括:差值植被指数,比值植被指数,归一化植被指数,调整土壤亮度植被指数-The implementation of the algorithm for calculating vegetation indices, including: the difference vegetation index, the ratio vegetation index, normalized difference vegetation index, soil adjusted vegetation index brightness
- 2022-02-27 01:34:57下载
- 积分:1