资源列表
39517967
- 很多C的数值计算函数!绝对能用到的!希望可以帮到你!()
liantongyu222
- 连通区域,分为一维连通和二维连通,一维连通域主要用在空间线积分与路径无关的条件上,二维连通域形象说就是没有“洞”的区域。一维连通域主要用在空间线积分与路径无关的条件上。(Connected domain analysis)
HoughCircles函数
- 霍夫圆变换的HoughCircles函数,检测图像中的圆并绘制出来(The HoughCircles function of the hough transform, detects the circle in the image and draws it out)
基于Hessian矩阵增强的心血管分割
- 基于Hessian矩阵对输入的心血管图像进行增强和分割(The input cardiovascular images are enhanced and segmented based on the Hessian matrix)
Floodfill
- 用特定的颜色填充图像中联通的区域,通过设置可连通像素的上下限以及连通方式来达到不同的填充效果(Fill the area of the image with specific colors)
LBP
- 基本LBP算法和改进的不同邻域半径和邻域点的LBP算法 以及LBP改进论文(Basic LBP algorithm and improved LBP algorithm with different neighborhood radius and neighborhood points)
harris角点检测
- cornerHarris函数检测并绘制图像中的感兴趣点(Detect and plot points of interest in the image)
人眼检测
- 检测一幅图像中的人脸和人眼,分别绘制出来(To detect the face and human eyes in an image, draw them separately)
模板匹配
- 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
12365228
- 将一个半圆用点画出来,而不是使用画圆函数,其中使用了一个确定点位置的算法()
roolrd
- 对弈程序采用了多种搜索算法 以下是本程序主要的类说明 1 CEveluation类 估值类,对给定的棋盘进行估值 2 CMoveG()
59713560
- 对以下5种常用的内部排序算法进行比较:起泡排序,直接插入排序,简单选择排序,快速排序,希尔排序()
