资源列表
gpio_send_uart
- This code show you how can use gpio pin to send uart code
ALLOCATE
- 本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0-This section gives three very practical and high-speed memory allocation function. The reader can directly copy these three functions to the progr
LevelSet
- level set 算法,用于处理图像处理中的水平集算法-level set algorithm for processing image processing level set algorithm
WMMR
- WMMR:weighted maxinmun minmum range一种滤波、去噪算法,去除图像中小的高亮度区域。-WMMR : weighted maxinmun minmum range of a filter, denoising algorithm to remove small images of high-brightness region.
BMP-Graphics-editor
- 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。 -Graphics editor (graphical editor) allows the user to change the bitmap i
drawline
- 用c语言实现线的绘制,可重复绘制,也可以设置参数对线的颜色等属性进行修改,这是最简单的c实现,其中的BGI必须先初始化,否则程序会报错-Using c language implementation line drawing, repeatable draw, you can also set the parameters on-line to modify the color and other attributes, it is the simplest c implementation,
vbjiancaotu
- 用vb实现绘制舰操图 并实现一些避碰汇算过程-With vb implementation of the ship spoke a map drawn
vtkPoints
- 使用vtkVectorText显示标签,并对输出做平移变换-use vtkvectorText to show the labels
osgearth-add-layer
- osgearth建立一个地图对象 加入您认为合适的影像和高程地图 建立将渲染地图对象的地图节点 向场景加入你的地图节点-create a map object osgearth to adding you think the right image and elevation map will render the map object map node map node added to the scene
OpenCV-tuan
- opencv 自定义团块完成跟踪程序的团块关联及实现-OpenCV custom clumps track program clumps associated
test_4
- 这个是最大类间方差法的代码程序。里面直接修改文件路径,就可以实现。-This is the the Otsu method code program. Which directly modify the file path, you can achieve.