搜索资源列表
zhifangtu
- 直方图是多种空间域处理技术的基础。直方图操作能有效地用于图像增强。这个代码是我根据课本写的,整理了一下教案,教案里有详细原理和实验里有详细步骤。辛苦了好长时间的东西啊,没功劳也有苦劳啊!-Histograms are a variety of spatial domain processing technology foundation. Histogram operation can be effectively applied to image enhancement. This code
zdlj
- 图的迪杰斯特拉算法,本人亲自将课本的代码打出来并进行了修改-Graph Dijkstra algorithm, I personally would play out and the code books were modified
digital-image-processing
- 冈萨雷斯图像处理课本源代码,很好用的!非常的全!还包含可最近的新代码!-Image Processing Gonzalez the textbook source code, very good use! Very full! It also contains new code!
DDA
- DDA算法,严格按照课本上的算法而来,代码简洁,有详细的注释-DDA algorithm, in strict accordance with the textbook algorithm from the code simple, detailed notes
chapter-2
- 冈萨雷斯数字图像处理课本相配套的matlab代码,代码里面有详细的解释,适合初学者同步学习。-Gonzalez digital image processing textbooks matching matlab code, the code which has a detailed explanation of synchronous learning for beginners.
bresenham
- bresenham画直线算法MFC实现,根据课本上的伪代码自己写的。-To draw a line with bresenham algorithm
flood_fill_8
- 八连通区域填充的算法实现,根据课本的伪代码实现-Eight connected region filling algorithm, according to the textbook pseudocode
opengl
- opengl第三版课本上的代码汇总以及其他一些自己的代码-Summary opengl code on the third edition of the textbook and other own code
kmeans
- 《模式识别》课本中的一道课后题的代码实现 C均值算法 也叫做 K means- Pattern recognition in the textbook of a class of code to achieve the C algorithm is also called means K
kyvgdt
- ,《算法设计与分析》王晓东编著,第五章回溯法,课本例子代码实现()