资源列表
LshapeEncry加密程序
- matlab图像置乱程序,可以用z置乱图像的,L分形加密
python求解常微分方程
- dy=lambda y, x: -2*y+x**2+2*x x=arange(1, 10.5, 0.5) sol=odeint(dy, 2, x)
GLCM
- 灰度共生矩阵,可以提取均值、变化率纹理特征等等
opengl_sky
- opengl_sky,全球天空、大气,OpenGL GLSL源码,供大家学习参考。
OceanLightingFFT
- OceanLightingFFT,基于快速傅里叶变换的海洋算法。支持分形。OpenGL编写,供大家学习参考。
ProceduralClouds
- ProceduralClouds,立体的、动态的三维云绘制代码。基于OpenGL,供大家学习参考。
proland-4.0
- proland-4.0,三维数字地球源码。包含天空、海洋、大气、地形、树木。目前来说比较惊艳的数字地球效果。
PhotoMate.zip
- PhotoMate.zip, VB6.0 , image processing, software, very good, source-code , graphical, effects, algorithms, vba, Excel, Visual Basic, learning, downloads, graphics, drawing , bitmaps, bmp , introductory, paint, algorithms
3DSVIEVER.ZIP
- 3DVIEVER, MODEL VIEWER, 3D MODELS, VB6.0 , image processing, software, very good, source-code , graphical, effects, algorithms, vba, Excel, Visual Basic, learning, downloads, graphics, drawing , bitmaps, bmp , introductory, paint, algorithms, 3D EDIT
Dithering VB6.0
- Dithering VB6.0 effect image processing source-code , noise effects, very good , visual basic , free, software, introduction, learning, pixel arrays classic , vba, Excel
Sekpaint2
- SekPaintv2, VB6.0 , image processing, software, very good, source-code , graphical, effects, algorithms, vba, Excel, Visual Basic, learning, downloads, graphics, drawing , bitmaps, bmp, introductory, paint,algorithms
图像处理人民币识别
- 本设计为基于MATLAB的人民币识别系统。带有一个GUI界面。先利用radon进行倾斜校正,根据不同纸币,选择不同维度的参数识别纸币金额,有通过RGB分量识别100元; 通过面额图像的宽度识别1元、5元;通过构建矩形结构体识别10元 ;通过RGB分量识别 20元 与 50元。