CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab code f

搜索资源列表

  1. gcrf_demo

    0下载:
  2. This MATLAB code is an example of how to train the GCRF model described in \"Learning Gaussian Conditional Random Fields for Low-Level Vision\" by M.F. Tappen, C. Liu, E.H. Adelson, and W.T. Freeman in CVPR 2007. If you use this code in your re
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:43341
    • 提供者:代松
  1. f

    0下载:
  2. this file along with others coded "finger" construct the complete source code for fingerprint recognition system. do enjoy using it,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:5128
    • 提供者:mhm
  1. LevenbergMarquardtalgorithmMATlABcodewithtrustregi

    0下载:
  2. 这是一个实现Levenberg-Marquardt算法的MATlAB代码,总共4个文件f.m产生目标评价函数,l_m_trust.m是进行L_M算法迭代处理,trtestlm.m是采用置信域方法决定更新参数和置信系数,而测试函数入口时test_lm.m,每个函数里面有详细的中文注释,希望能给你的工作带来帮助!-This is an implementation of Levenberg-Marquardt algorithm MATlAB code, generated a total of f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4469
    • 提供者:秦论剑
  1. License-Plate-Recognition

    4下载:
  2. 基于神经网络的车牌识别matlab源码,利用给定的车牌图像库中(在指定的文件夹之中),任意选择其中的多副车牌图像,对其中包含的数字(0~9)或英文字符(A~F)进行手工提取训练。-License plate recognition based on neural network matlab source code, the use of a given license plate image library (among the specified folder), choose one of
  3. 所属分类:Graph Recognize

    • 发布日期:2014-12-17
    • 文件大小:95232
    • 提供者:
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. p4p-problem-matlab-code

    1下载:
  2. 在P4P问题中,当空间4个点共面时,不仅摄像机坐标系与物体坐标系之间 的旋转矩阵R和平移向量t可以线性求解,而且可以同时确定摄像机的有效焦距f和像素比例,该程序设计模拟已知相机矩阵M情况下由已知三维空间点和图像坐标情况求解相机外参数矩阵-When space four points coplanar P4P problem, not only between the camera coordinate system and the object coordinate system rotatio
  3. 所属分类:3D Graphic

    • 发布日期:2015-02-03
    • 文件大小:14336
    • 提供者:乔中强
  1. f-s

    0下载:
  2. 此程序为Floy_stein误差扩散的MATLAB实现的源代码,进过此程序加网后的图像相比于其他的一些加网方式加网质量较高。-This program is Floy_stein error diffusion in MATLAB source code, into this procedure the image after screening compared to some other screening methods of screening high quality.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:70042
    • 提供者:王一博
  1. mnth

    0下载:
  2. 使用模拟退火算法进行函数优化,使用matlab编写,f为目标函数,mnth.m为模拟退火算法调用f.m解决问题的代码-Using simulated annealing algorithm for function optimization, using matlab prepared, f is the objective function, mnth.m as simulated annealing algorithm to solve the problem of code calls f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:694
    • 提供者:zk
  1. SA_tool_example

    0下载:
  2. 使用模拟退火算法进行函数优化,使用matlab编写,f为目标函数,mnth.m为模拟退火算法调用f.m解决问题的代码-Using simulated annealing algorithm for function optimization, using matlab prepared, f is the objective function, mnth.m as simulated annealing algorithm to solve the problem of code calls f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:210138
    • 提供者:zk
  1. license-plate-recognition-

    0下载:
  2. 这是一个车牌识别程序课程设计,包含完整的源代码和论文,使用matlab实现。通过对车牌图像的预处理,分割、模板比对,识别出车牌号码,效果不错。-试试带有自动翻译功能的新型浏览器。下载 Google Chrome 浏览器关闭翻译中文英语德语检测语言 英语中文(简体)日语 翻译文字或网页 这是一个车牌识别程序课程设计,包含完整的源代码和论文,使用matlab实现。通过对车牌图像的预处理,分割、模板比对,识别出车牌号码,效果不错。 请键入文字或网站地址,或者上传文档。 取消
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:373991
    • 提供者:huisu
  1. GraphBasedIS

    0下载:
  2. 将Pedro F. Felzenszwalb的 Efficient Graph Based Image segmentation 作者提供的c代码封装,提供了Matlab调用接口。 输入参数如英文所示。-offer the matlab code interface of pedro F. Felzenszwalb s efficient graph based image segmentation (image,sigma 0.8,k 300,min_size 100)
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:53173
    • 提供者:liu
搜珍网 www.dssz.com