资源列表
MathMorph
- 形态学图像处理代码,可以用于二维图像处理。-morph method ,can be used for 2-D image processing
geo-js
- 地图可视化,显示中国地图,并可以进行交互性操作,再显示各省人口密度信息-Map visualization, display a map of China, and can undertake interactive operation, and then display the provincial population density
siweidaotu
- 思维导图的节点具有层级关系和隶属关系,很像枝叶从树干伸展开来的形状-Mind mapping node has the hierarchy and the subordinate relations, much like the shape of the branches the trunk spread out
cxgq
- 用lisp 对autoCAD进行二次开发,只需输入起点和高即可获得朝鲜国旗 -With a lisp to autoCAD secondary development, simply enter start and you can get the Korean national flag high
aver-background
- 利用均值法背景建模,即把每一真的对应像素相加除以帧数,即的背景模型-aver background
surf
- surf实现特征点检测,速度快,效果比sift好-Surf to achieve feature point detection, faster, better results than sift
seal
- java 绘制电子印章,简单测试,实现了基本功能,但是不够美观,功能不够强大-Java draw the electronic seal, a simple test, to achieve the basic functions, but not beautiful, the function is not strong enough
imagine-rename
- 将多幅图像以“0 1 2...”的命名方式重命名-The multiple images of " 012 ..." naming Renaming
clock
- 简单的边缘检测matlab程序,对于初学者有所帮助-edge detction
VB-Lightning
- 一个用VB6.0写的小程序,模仿星空闪电效果,可用来做屏保,不要盯着看太久!-A small screen saver code by VB6.0.
NOAA-NDVI-yuchuli
- 可用于NASA NDVI 预处理,包括批量图像旋转,添加头文件和裁剪-It s can use for NOAA NDVI
ResizePictures
- 我们用千万像素级相机拍摄的照片,通常达到好几兆,时间长了,相片多了,就很占空间,但是又舍不得删除。怎么办?减少图片的精度,也就减小了所占空间。事实上,用Windows XP自带的画图程序(Win7自带的画图程序没试过),打开图片,然后另存,即可发现图片体积大大减小,但是精度的损失用人眼是判断不出来的。可是如果每个图片都用画图程序打开再另存,势必很费时间。于是,小弟就开发了一个批量减少图片体积的小程序,可以递归执行。需要注意的是,要先选中递归复选框,然后再选择文件夹,否则不会递归。这也算是一个小b