码迷,mamicode.com
首页 >  
搜索关键字:robust reading    ( 1642个结果
AAM Alignment最后一篇:Robust AAM Alignment with Occlusion
过了快半年了,终于下决心将自己挖的关于AAM的坑给填平了。 今天的内容主要关于有遮挡情况下的AAM alignment算法。当数据存在少量重大误差时,最小二乘法往往不能很好地保持匹配鲁棒性,这时就需要使用其他方法来解决这个问题。...
分类:其他好文   时间:2014-05-25 18:39:58    阅读次数:205
【转】Robust regression(稳健回归)
Robust regression(稳健回归) 语法 b=robustfit(X,y) b=robustfit(X,y,wfun,tune) b=robustfit(X,y,wfun,tune,const) [b,stats]=robustfit(...) 描述 b=robustfit(X...
分类:其他好文   时间:2014-05-23 12:29:59    阅读次数:498
Kafka 0.8协议
介绍概述预备知识 网络分区和引导分区策略批量处理版本控制和兼容性协议 Protocol Primitive TypesNotes on reading the request format grammarsCommon Request and Response Structure RequestsR...
分类:其他好文   时间:2014-05-18 20:14:24    阅读次数:711
POJ 3320 Jessica's Reading Problem
Jessica's Reading Problem Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6711   Accepted: 2077 Description Jessica's a very lovely girl wooed by lots of boy...
分类:其他好文   时间:2014-05-18 06:33:47    阅读次数:287
Reading vmstat in linux – Part 1
Linuxcomeswithmanytoolstoenableadministratorstoevaluatetheperformanceofasystem.Oneoftheseveryusefultoolsisvmstat.VmstatisavailableonmostunixdistributionsandisincludedbydefaultonmanymodernLinuxdistributions.AswithmostLinuxcommands,builtinhelpisavailableviath..
分类:系统相关   时间:2014-05-11 19:39:38    阅读次数:680
[转]ThoughtWorks(中国)程序员读书雷达
http://agiledon.github.io/blog/2013/04/17/thoughtworks-developer-reading-radar/#rd?sukey=f64bfa68330f696aa05077dbb740f367870988360956e818b4f7074c49ab4...
分类:其他好文   时间:2014-05-10 08:08:12    阅读次数:373
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。 had this situation at office where I was told to re-partition an already existing partition. The situation was to get the below schema /dev/sdb1 1 3040 24...
分类:其他好文   时间:2014-05-09 20:49:25    阅读次数:343
ubuntu下安装lex,yacc
最近在看这本书。不过发现需要安装编译工具 lex, yacc。书上说Linux自带lex, yacc。不过我发现我的没有。并且,ubuntu不使用lex, yacc。输入sudo apt-get install yacc lex 会报错, 报错内容如下:Reading package lists... Done Building dependency tree Reading sta...
分类:其他好文   时间:2014-05-09 06:18:48    阅读次数:989
Steps to Writing Well----Reading Notes
Steps to Writing Well-—Reading NotesSteps to Writing Well-—Reading NotesTable of Contents1. Chapter 1 PrewritingThis post is used to record the learni...
分类:其他好文   时间:2014-05-09 03:22:50    阅读次数:363
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序读取相关数据
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序读取相关数据原文:Reading Related Data with the Entity Fram...
分类:Web程序   时间:2014-05-08 22:43:34    阅读次数:657
1642条   上一页 1 ... 162 163 164 165 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!