搜索资源列表
Orientation
- 这是一个分辨图形对称度的参数。返回值为1,则对应图形为圆;其它图形都大于0,小于一。越接近1,则对称度越高。
Fractree
- 关于分形树的GUI 对应的matlab程序共两个文件frac_treeGUI.m和Fractree.m文件。
erzhitu
- 求二值图的算法园程序,在指定的目录下输入图像名称,就可以在Matlab的M文件中运行得到图像的二值图,并输入图像对应的矩阵。根据轮廓下可以生成一个二值图,并把它的图像输出。-Figure 2 value seeking algorithms garden program, in the specified directory name of the input image, we can run Matlab M-file to be binary image map and the input
opencv_epipolar
- 求两幅对应图像的匹配点,对极线,基本矩阵以及投影矩阵-Seeking the two corresponding to the matching point of the image, lines, the basic matrix and a projection matrix
greenmenu
- 摘要:网页素材,菜单导航,绿色菜单,二级菜单 绿色风格的网站二级菜单代码,上下两行显示,上边显示一级主菜单,下边则是对应一级菜单的二级分类菜单,是网站上经典的一种菜单布局风格,因此使用范围广,适合访客的操作习惯。绿色调显示得很清新,适用于环保类企业网站使用。-He s a geek, startup investor, former software developer & entrepreneur, occasional tech blogger and internet marketin
linefunction
- 采用结构函数法计算材料界面曲线的分形维数,对应的数据应当为结合界面曲线的.jpg格式,各相关参数的介绍在程序内均有注明。(The fractal dimension of the interface curve of the material interface is calculated by the structural function method. The corresponding data should be in the .jpg format of the interface
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。