搜索资源列表
SlideTrans
- 原理就是通过不断设置滑动对象的left(水平切换)和top(垂直切换)来实现图片切换的动态效果。 可选属性: Vertical: true,//是否垂直方向(方向不能改) Auto: true,//是否自动 Change: 0,//改变量 Duration: 50,//滑动持续时间 Time: 10,//滑动延时-Principle is to continue to set the slide object by left (horizontal handoff)
DetectiveContour
- 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
shiliangchang
- 可以将grid数据存储为netcdf格式,并满足CF协议,结果可用Panoply软件可视化! 使用方法: 1)切换matlab目录到当前目录 2)载入数据data.mat到matlab 3)matlab中键入 >>save_netcdf(zonal_wind_speed, meridional_wind_speed, outnc.nc ) 4)将outnc.nc用Panoply打开 5) 使用Variable列表中的径向和纬向系数,即可画出矢量效果图了