登录
首页 » 图形图像 » 一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。...

一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。...

于 2022-02-13 发布 文件大小:1.60 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。-C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fractal
    分形――生成一片漂亮的树叶,通过一个矩阵迭代并不断刷新生成的图像-fractal-- generating a beautiful leaves, through an iterative matrix and constantly refresh the image
    2022-10-25 07:30:04下载
    积分:1
  • 很多几何的画法,如三维、曲线及曲面的绘制,三次样条曲线,BEYOND,曲面,Beziel曲线等...
    很多几何图形的画法,如三维图形、曲线及曲面的绘制,三次样条曲线,BEYOND,曲面,Beziel曲线等--Many geometric figure drawing methods, like three dimensional graph, curve and curved face drawing, three transects tunes curve, BEYOND, curved surface, Beziel curve and so on
    2022-03-17 22:14:46下载
    积分:1
  • 注意,本程序的细化算法要应用于含线条的黑白二值才可以看出细化效果。
    注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Note that the thinning algorithm of this procedure should be used with lines of black and white binary image thinning effect can be seen.
    2023-01-01 00:45:05下载
    积分:1
  • 适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩,画直线2大功能,对处于矩框架外的直线进行裁剪。(工程文件名为“裁剪”)...
    适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)-AppWizard has created this CUT application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
    2022-10-19 19:40:04下载
    积分:1
  • demonstration of the procedures of how to close up the screen screen, can play a...
    该程序演示了如何尽心屏幕截屏,可以起到真正的作用,给图片、文字处理带来方便。-demonstration of the procedures of how to close up the screen screen, can play a real role to the photographs, word processing convenience.
    2022-07-22 09:34:06下载
    积分:1
  • 2D算法,基于三次样条插值的曲线绘制,用MFC开发。
    2D图形算法,基于三次样条插值的曲线绘制,用MFC开发。-2D graphics algorithms, based on cubic spline interpolation of the curve drawn with MFC development.
    2022-08-24 04:55:48下载
    积分:1
  • 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控...
    采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0,0.1,0.2…,1.0,从而可计算得到10个曲线段上的点,把这10个点依次连接,就可得到该曲线段。 b) 四点插值细分曲线 四点插值细分曲线的表达规则为 其中 为控制顶点, 为细分次数, 为顶点下标。即每细分一次,在任意两点之间插入一顶点。为方便处理起见,可绘制成封闭曲线。 (初始)控制顶点保存在文件中。 给定两个测试文件c1.txt,c2.txt-using two different methods of drawing curve a) quadratic B-spline curves of the second B-spline curves of expression as a function of (1) for the control vertices. Note :-given right of a group of control vertices per three vertices adjacent to a group Marche line drawing. Namely, a group of a group, ... to a group, all of the curves that together constitute the entire B-spline curves. In fact, a curve before the end of the next one that is the starting point of the curve. curve in every section of the drawing process, different from the value curve will be differe
    2022-03-20 07:54:53下载
    积分:1
  • it is very good!
    Visual c++ 图像识别 Visual c++ 图像识别 很好用的哦-it is very good!
    2022-02-11 13:02:52下载
    积分:1
  • fft2()的实现
    本代码实现了图片2维的快速傅里叶变换,能够很好的算出结果;经过本人测试,效果很好。希望到家下载,互相学习学习。
    2022-06-19 17:40:47下载
    积分:1
  • 该软件最主要的功能就是要能识别出人脸,首先该系统需要对通过摄头拍照而获取到的原始的人脸片进行一系列处理才可进行下一步的工作,该处理过程也称预处理。预处理...
    该软件最主要的功能就是要能识别出人脸,首先该系统需要对通过摄像头拍照而获取到的原始的人脸图片进行一系列处理才可进行下一步的工作,该处理过程也称图像预处理。预处理这个模块在整个人脸识别系统的开发过程中占有很重要的地位,只有预处理模块做的好,才可能很好的完成后面的人脸定位和特征提取这两大关键模块。-The main features of the software is to be able to identify the face, first of all, the system need to take pictures through the camera and access to the original face image can only be carried out a series dealing with the work of the next step, the process also known as image pretreatment. Pretreatment of the Face Recognition System module in the entire process of development plays an important role, and only do pre-processing module, and can be very good after the completion of the Human Face Localization and Feature Extraction of these two key modules.
    2023-07-18 00:00:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载