搜索资源列表
erwrw
- 基于Canny边缘检测的车牌字符分割方法,方法简单明了,实验效果不错-Canny edge detection based on the license plate characters segmentation method, the method is simple to understand, experiment results good
three-dimensional-image-segmentation
- 关于三维图像分割和多网格方法的课件,其中有详细的实现步骤描述及效果演示-About three-dimensional image segmentation and multi-grid method courseware, including a detailed descr iption and effects demo implementation steps
GoogleDoodle
- GoogleDoodle仿Google首页粘土动画,运行后点击彩色小球可看到效果,纯手工编写代码,可以自动根据动画容器的尺寸来将图片分割成不同帧,理论上支持图片中的帧可多行排列(比如:要播放的动画有30帧,google现在的做法是全部放在1行,理论上这里可以放成3行,每行10帧)。用到的主类animation.js文件相说明:element:string,动画容器的id url:string,用于播放动画的图片地址 speed:int,每秒帧数 hover:func