资源列表
quicksort
- 快速排序思想: 在待排序的n个记录中任取一个记录(通常取第一个记录),把所有小于该记录的记录移到其左边,把所有大于该记录的记录移到其右边,所选记录正好处在其应在的位置,且把原有序列划分成两个子序列。然后,对两个子序列分别重复上述过程,直到所有记录都排好序。把当前参加排序的记录按第一个记录的排序码分成前后两个部分的过程称为一趟快速排序。
huffman
- this program is code huffman by c-this program is code huffman by c++
bres
- bresenham line c# source code OPENGL
imageshow
- c和opencv实现批量图像的处理,可是实现对大量图像修改大小与灰度转换-image processing opencv realized
duilie
- 数据结构(C语言)(队列)的实现 欢迎分享与交流-Data structure (C language) (queue) implementations welcome to share and exchange
zuidashangzhifa
- 图像处理中的最大熵值法 主要用于图像分割过程中的自动阈值分割算法 在MATLAB环境下编写-image processing
SANBAN
- 这是一个数字散斑相关处理算法的部分matlab程序-This is a digital speckle correlation processing algorithm matlab program section
yuv_export
- 将输入Y、U、V分量按下采样倍数保存为YUV视频-The input Y, U and V components press the sampling ratio is saved as a YUV video
Texture_Synthesis
- 通过像素匹配关系,将小的纹理图像转换后合成一个大的-By pixel matching relationship, the synthesized small texture image converting a large
robert_prewitt_sobel
- 实现robert/prewitt/sobel算子的增强工作-Achieve the work of the robert/prewitt/sobel operator.
clusterwz2
- 自己创造的聚类算法,输入为目标二值图,输出为对应标签地图。-cluster algorithm
