搜索资源列表
Otsucoding
- Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
Combined_Corner_and_Edge_Detector
- 该代码为图像处理边缘增强,能够很好的提取图像目标边界-code for the image processing Edge Enhancement, to extract a good image border
thinning
- 该代码为二值图像进行细化,为学习图像目标识别及,目标边界细化方面很有帮助-code for the binary image thinning, as a learning object recognition and image, target border helpful Refinement
Bootloard-yanjiuyushixian
- 本文所要研究的就是基于ARM嵌入式系统通用bootloader的设计与实现。Bootloader是嵌入式系统中执行在内核操作系统前的一段代码,它的基本作用就是加载内核镜像。 在实践平台上,本课题硬件上采用了Intel Xscale系列的PXA255作为处理器,Xscale核心是与ARM V5TE构架兼容的,因此具有一定的代表性,并以此来搭建课题的硬件实践平台,软件上以Linux作为操作系统。而在具体的实现上目标是除了实现bootloader的基本功能外,还将它实现成一个更加复杂的系统,即增加
book
- 这是一个免费小说网的书库小偷,全部代码由作者记事本手工编写完成 和网上其它书库小偷比较,本程序的特点是体积小,文件少,代码简洁. 采用XHTML标准代码编写,目标站数据多,更新快.对于想建书站却没有 时间或不想更新的朋友来说,此小偷程序是你的最佳选择.-This is a free novel network stacks thieves, all the code manually prepared by the author Notepad other stacks
object-detecion-(matlab)
- 运动目标检测的matlab代码,通过调用视频中的帧图像来进行检测。-Moving target detection matlab code, by calling the video frame images for testing.
ex1
- "纯汇编语言和rts.lib链接" 运行时支持库rts.lib,rts.lib包括标准C函数和编译器管理C环境的函数 rts.lib中包含的启动目标代码boot.obj,boot.obj初始化运行环境。 boot.obj中包含复位入口点函数 _c_int00,它是芯片复位时入口向量。-Pure assembly language and rts.lib link runtime support library rts.lib rts.lib including the sta
PHR_multiplier_method
- 《最优化理论与方法》书籍中的乘子法的源程序,该书中的很多案例都用此方法试验过,本代码是一个小案例,将目标函数和约束函数按自己的需求换掉就能进行所期望的运算-" Optimization Theory and Methods" books multiplier method of the source, the book' s many cases are tested using this method, the code is a small case, the obj
Trust-RegionInterior_Point
- 本代码为《最优化理论与方法》书籍重的信赖域算法的代码,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" heavy books trust region algorithm code, the code of the objective function and constraints may need to change the initial value
conjugate-gradient-method
- 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
steepest-descent-method
- 本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on
BFGS
- 本代码为《最优化理论与方法》书籍中的牛顿法和拟牛顿法算法的代码,并举了2个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books in the Newton method and quasi-Newton method algorithm code, citing two books on the example of the job
Tsinghua-university-ACM-
- 清华大学ACM集训队培训资料 所有的C++程序都是有函数组成的, 函数又叫做子程序,且每个C++程序必须包含一个main函数,编译器(能够把源代码转换成目标代码的程序)把翻译后的目标代码和一些启动代码组合起来,生成可执行文件,main函数就是可执行文件的入口,所以,每个C++程序有且只有一个main函数。-Tsinghua university ACM team training materials All c++ program consists of function, the fu
solving-multi-objective-
- 用于求解多目标规划的matlab遗传算法代码-Matlab code genetic algorithm for solving multi-objective planning
VC-
- 一个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多--A multi-target tracking matlab code, which accompanied the document. Background subtraction method which can achieve real-time updates. The code when a small target detec
PSO
- PSO源代码,求解单目标优化问题,本代码用于求解非线性方程组问题-PSO source code
PSO-20
- PSO算法两个目标的代码,测试程序是非线性方程组,目标变量为找到MinF(x)-PSO algorithm code two goals, the test program is non-linear equations, the target variable is found MinF (x)
CSharp-program
- 编写高质量代码:改善C#程序的157个建议,内容丰富,对于提高对C#的认识和学习有着最快的结晶-源语言: 检测到中文目标语言: 英语翻译自动检测 阿拉伯语 德语 俄语 法语 韩语 葡萄牙语 日语 泰语 文言文 西班牙语 意大利语 英语 粤语 中文 阿拉伯语 德语 俄语 法语 韩语 葡萄牙语 日语 泰语 文言文 西班牙语 意大利语 英语 粤语 中文 请输入您要翻译的文字内容或网页地址,回车即可翻译 编写高质量代码:改善C#程序的157
基于帧差法的运动目标检测的matlab代码
- 基于MATLAB的视频前景提取,使用帧差法。(Video foreground extraction based on MATLAB)