-
此程序通过遗传算法(ga )实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,...
此程序通过遗传算法(ga )实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,-This procedure through the genetic algorithm (ga) realize grayscale image segmentation, genetic algorithm calculation process is to first of all, the actual coding optimization problem into line with the string,
- 2022-08-10 08:22:28下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1
-
用用VTK与VC++混合编程实现对人脑等值线的绘制,内含人脑数据...
用用VTK与VC++混合编程实现对人脑等值线的绘制,内含人脑数据-use with VTK and VC mixed programming of the human brain contour mapping, data containing the human brain
- 2022-01-25 19:23:01下载
- 积分:1
-
(计算机图形学)用Bresenham实现画圆的算法,用MidPoint实现画椭圆的算法
(计算机图形学)用Bresenham实现画圆的算法,用MidPoint实现画椭圆的算法-(Computer graphics) to realize drawcircle Bresenham
- 2022-02-04 19:20:37下载
- 积分:1
-
一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyram...
一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除-A series of image compression technology to display the source code. Include: the use of block truncation coding for image compression (Block Truncation), based on the Gaussian pyramid transform for image compression (Gaussian Pyramids), based on the discrete cosine transform for image compression (Discrete Cosine Transform), based on singular value decomposition (SVD) Image compression (Singular Value Decomposition). Given code can also be used in 2D image noise cancellation
- 2022-10-27 21:35:04下载
- 积分:1
-
mosaic pictures show examples of animation
马赛克动画显示图片示例-mosaic pictures show examples of animation
- 2022-04-21 14:10:34下载
- 积分:1
-
Common game image processing, linear interpolation algorithm to achieve image sc...
常用游戏图像处理,线性插值算法实现图像缩放、旋转详解,2D 游戏中的光照,动态模糊等-Common game image processing, linear interpolation algorithm to achieve image scaling, rotation, Xiang Jie, 2D game illumination, motion blur, etc.
- 2022-09-14 14:35:03下载
- 积分:1
-
基于带电流体模型的脑图像分割方法, 该方法是active contour的一个变体,但不同于level set的机理,可以自动处理拓扑的变化,而且速度非常快!...
基于带电流体模型的脑图像分割方法, 该方法是active contour的一个变体,但不同于level set的机理,可以自动处理拓扑的变化,而且速度非常快!-Charged_Fluid_Model_for_Brain_Image_Segmentation
- 2022-07-14 02:59:15下载
- 积分:1
-
在环境下开发的图像处理代码的基本操作,有一个..
VC环境下开发的图像处理基本操作代码,很方面用,基本包括所以的对图像的操作,对初学者帮助很大。-VC environment to develop the basic operation of the image processing code, it is spent, so basic, including the image of the operation, of great help for beginners.
- 2023-05-30 07:20:04下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选之 图像反色 算法的源程序,含标准测试图片...
Visual C++MATLAB图像处理与识别实用案例精选之 图像反色 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case against selected color images Algorithm source files, including standard tests Photo
- 2022-07-02 01:45:30下载
- 积分:1