资源列表
hsirar
- 数字图像处理,MATLAB语言,RGB转HSI
Text
- 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
change
- 中缀表达式转后缀表达式,建立二叉表达式树,利用二叉表达式树求解
图像逆透视变换的示例
- 图像逆透视变换的示例,用于合成360度全景俯视图。,An example realizes the image processing of Inverse Perspective Mapping, which is used in composing 360 panorama planform.
brute
- ANN的brute算法,用于检查ANN算法的正确性-brute-force algorithm for ANN
MinMax
- calcule min and max of image
1
- 最短哈密尔顿图,穷举法,递归调用, 深度优先查找-The shortest Hamiltonian, brute-force method, the recursive call, depth-first search
main
- bilateral filter using difference between pixels
huffman
- 哈弗曼编码用于文件压缩,解压密可以是文件占用更少内存,存储更多信息-Ha Fuman encoding used for file compression and decompression can close the file uses less memory, storage for more information
first-fit_mem_manage
- 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
picture.c
- 运用c语言进行图像的腐蚀操作选用了个1*3的结构进行腐蚀,并且显示图像的高度,宽度 和大小。简单的小程序,容易看懂。-C language image etching operation used a 1* 3 of the structure of the corrosion, and the height, width and size of the displayed image. Simple little program, easy to understand.
ImSegmentUsingLibsvm
- 基于SVM的彩色图像分割,测试表明SVM可以对图像进行有效分割-SVM-based true-color image segmentation program
