E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
algorithms
Computer Vision:
Algorithms
and Applications 计算机视觉:算法与应用 翻译工作 序
ComputerVision:
Algorithms
andApplications©2010RichardSzeliski,MicrosoftResearchWelcometotheWebsite(http
zhubenfulovepoem
·
2020-09-16 22:50
OpenCV数字图像处理
算法
工作
图像处理
microsoft
pointers
《Computer Vision:
Algorithms
and Applications》读书笔记(1)
一.目标检测1.人脸检测人脸检测的技术可以分为基于特征、基于模板、基于表征三大类。基于特征的方法:试图找到局部的显著性图像特征;基于模板的方法:能够处理很大范围内不同的姿态和表情变化。该类方法需要设定恰当的初始值,并不适合快速人脸检测;基于表征的方法:通过扫描图像中潜在的人脸图像patch,然后使用算法逐步精细化。为了获得尺度不变性,该类方法需要构造图像金字塔。许多基于表征的方法严重依赖于训练集中
taotaobujue_hi
·
2020-09-16 22:31
计算机视觉
rpmlib(FileDigests),rpmlib(PayloadIsXz) is needed解决办法
九月27th,2012发表在linux系统本文作者:深夜的蚊子在RHEL6中,新版的rpm使用了新的filedigest
algorithms
和compression
algorithms
,所以当在RHEL6
Bob_Hello
·
2020-09-16 22:27
监控工具
Computer Vision:
Algorithms
and Applications--笔记
该书电子版下载地址:http://szeliski.org/Book是一部非常经典的计算机视觉图书,有中文跟英文版本。这个网站也不错:http://people.csail.mit.edu/torralba/courses/6.869/6.869.computervision.htm
jaccen
·
2020-09-16 22:44
图像处理
Computer Vision:
Algorithms
and Applications(学习笔记二)--geometric transformations
2D变换平移变换(translation):对于2D基元的平移变换为:其中为2×2的单位矩阵,则公式可理解为对于坐标点的加减变换:为满足两端的变量的齐次性,也可写作:欧氏变换(Euclidean):在平移变换的基础上加上旋转:其中R维护正交矩阵,即满足。相似变换(similarity):在欧氏变换的基础上加上全局尺度因子:仿射变换(affine):在相似变换的基础上具有两个尺度因子,在主方向和次方
e_Miss雨泽
·
2020-09-16 22:30
学习笔记
Computer Vision:
Algorithms
and Applications(学习笔记二)--geometric primitives
基本的几何基元包括:2D点、2D直线、3D点、3D平面和3D直线2D几何基元2D点:图像上的坐标点可以用一对数值表示,或者:也可以用齐次坐标表示,即用高一维的坐标表示,可以将齐次矢量转换为非齐次矢量,这一过程叫做正常化处理。其中叫做增广矢量。为什么需要进行齐次变换呢?举个例子,当我们需要对坐标点进行仿射变换时,有平移、旋转、缩放的变换,其中平移是矩阵相加,而旋转是矩阵相乘,公式如下:则需要对点坐标
e_Miss雨泽
·
2020-09-16 22:30
学习笔记
《Computer Vision:
Algorithms
and Applications》计算机视觉 算法与应用 学习系列 目录
记录下《ComputerVision:
Algorithms
andApplications》计算机视觉算法与应用这本书的学习吧,就先简单记录下目录,方便后续的学习。第1章概述1.1什么是计算机视觉?
cherily0418
·
2020-09-16 22:58
计算机视觉(computer
vision)
计算机视觉
Computer Vision:
Algorithms
and Applications(学习笔记一)--introduction
计算机视觉起源早在1966年,MIT的MarvinMinsky让他的本科生GeraldJaySussman在暑假期间将摄像机连接到计算机上,让计算机来描述它所看到的东西(Boden2006)。这个例子完全描述了计算机视觉所要干的事情,以我的理解就是让计算机去理解看到的图像,即给计算机赋视觉。显然这个问题远远没有当时MarvinMinsky教授所想象的那么简单。如果从1966年起算,计算机视觉已经发
e_Miss雨泽
·
2020-09-16 22:57
学习笔记
《Computer Vision:
Algorithms
and Applications》學習筆記(一)——圖像旋轉算法與實現
http://www.cnblogs.com/mlv5/archive/2012/02/02/2336321.html昨天和今天學習了《ComputerVision:
Algorithms
andApplications
Iam_Rocky
·
2020-09-16 21:51
[Image]Geometry
【推荐】Data Structure Visualizations
UniversityofSanFranciscoDavidGalles功能:可视化数据结构&算法实现过程网站地址https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.htmlCurrently
weixin_30363817
·
2020-09-16 21:45
java
数据结构与算法
shell
Data Structure Visualizations-数据结构可视化工具推荐
链接直达https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html数据结构和样例众多,以下是只取了排序算法截图,可进入网站详细探究:
shenzhou_yh
·
2020-09-16 21:11
算法
数据结构
可视化工具
常用算法演示
策略模式替代if-else
Gof把策略模式归类到对象行为型模式,《设计模式:可复用面向对象软件的基础》对策略模式做出了明确的定义:“Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentl
ForrestGumpZHanG
·
2020-09-16 21:58
设计模式
Data Structure Visualizations
http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
ariesjzj
·
2020-09-16 20:39
Algorithm
数据结构可视化
https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
okyesok1515
·
2020-09-16 20:19
数据结构
mahout所实现的算法
https://cwiki.apache.org/confluence/display/MAHOUT/
Algorithms
列出mahout所实现或正在实现的一些算法ClassificationLogisticRegression
mrwang
·
2020-09-16 20:11
mahout
first-missing-positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
潭溪熹子
·
2020-09-16 19:17
leetcode
基础算法
数组
数组中每个数会出现3次,只有1个例外的数仅出现1次。 Single Number
题目:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusin
ojshilu
·
2020-09-16 18:29
高效计算
数组问题
LeetCode
我爱算法
一分钟了解“matlab中访问当前路径和上一个路径”
\NanHangOld\DENTIST-master\
algorithms
\detection\NIPPS');%一个点表示当前路径utilsPath='../../..
一点点一滴滴
·
2020-09-16 17:19
2.
Matlab
cpp stl库有什么
C++标准模板库的核心:容器(Containers)、算法(
Algorithms
)、迭代器(iterators)、仿函数、内存配置器、配接器FreeC/C++Libraries,SourceCodeandFrameworks
御风@户外
·
2020-09-16 16:26
cpp
leetcode习题解答:First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
overflow_1
·
2020-09-16 12:56
CGAL 简介
CGAL,ComputationalGeometry
Algorithms
Library,官方主页:http://www.cgal.org/目前最新版本:CGAL-4.4计算几何算法开源库的设计目标是,以
lqh604
·
2020-09-16 12:49
CAGL
计算机数学好书推荐
欢迎补充:ThisbookintroducesthemathematicsthatsupportsadvancedcomputerProgrammingandtheanalysisof
algorithms
.Theprimaryaimofitswell-knownauthorsistoprovideasolidandrelevantbaseofmathematicalskills
PegasusWang_
·
2020-09-16 11:45
好书推荐
2D and 3D Linear Geometry Kernel ( Geometry Kernels) CGAL 4.13 -User Manual
1IntroductionCGAL,theComputationalGeometry
Algorithms
Library,iswritteninC++andconsistsofthreemajorparts.Thefirstpartisthekernel
AWHFW2131
·
2020-09-16 11:41
测试
数据结构与算法
c/c++
leetcode 难度及频率 所用数据结构
LeetCodeQuestionDifficultyDistribution:Sheet1原文地址:LeetCodeQuestionDifficultyDistribution:Sheet1IDQuestionDiffFreqDataStructure
Algorithms
1TwoSum25arraysortsetTwoPointers2AddTwoNumbers34linkedlistTwoPoi
Dai丶Yu
·
2020-09-16 10:14
LeetCode
找数组中只出现一次的元素
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
ling913
·
2020-09-16 09:40
Java
算法精解:C语言描述
《算法精解:C语言描述》基本信息原书名:Mastering
Algorithms
withC作者:KyleLoudon[作译者介绍]译者:肖翔陈舸丛书名:O’Reilly精品图书系列出版社:机械工业出版社ISBN
csdn1232
·
2020-09-16 09:02
c/c++
数据结构与算法
NIPS 2018 收录论文及下载链接
Efficient
Algorithms
forNon-convexIsotonicRegressionthroughSubmodularOptimizationFrancisBachStructure-AwareConvolutionalNeuralNetworksJianlongChang
愿十四亿神州尽舜尧
·
2020-09-16 08:54
论文
算法(第4版本)1.1.31
可参看https://github.com/aistrate/
Algorithms
Sedgewick给出的解答,我在他答案基础上,进行了理解。(以前的几何知识全忘记了。。。)
lostfish123
·
2020-09-16 07:27
算法第4版学习笔记
多标签分类、多任务分类、多输出回归概念
为了避免自己的错误理解,当然是选择原谅他啊…….找正规文档看哇.以下翻译分别来自scikit-learn.org和维基喂鸡百科国际惯例,贴上来源:Multiclassandmultilabel
algorithms
Multi-labelclassificationMulticlassclassificationscikit-learn
风翼冰舟
·
2020-09-16 06:54
机器学习
数据结构与算法(php版)
DataStructuresand
Algorithms
withObject-OrientedDesignPatternsinPHP:http://www.brpreiss.com/books/
weixin_33918357
·
2020-09-16 01:51
数据结构与算法
php
论文阅读笔记《On First-Order Meta-Learning
Algorithms
》
小样本学习&元学习经典论文整理||持续更新核心思想 本文是在MAML的思路上进一步改进,提出一种基于参数优化的小样本学习算法Reptile。首先我们一起回忆一下MAML是如何进行元学习的,在之前的文章中,我们有提到MAML的训练可以分为两个层次:内层优化和外层优化,内层优化就与普通的训练一样,假设网络初始参数为θ0\theta^0θ0,在数据集AAA上采用SGD的方式进行训练后得到参数θ′\th
深视
·
2020-09-16 01:48
深度学习
#
小样本学习
深度学习
元学习
小样本学习
Reptile: On First-Order Meta-Learning
Algorithms
OnFirst-OrderMeta-Learning
Algorithms
Paper:https://arxiv.org/pdf/1803.02999.pdfCode:https://github.com
Seyanh Qiang
·
2020-09-16 01:57
Methodology
机器学习
深度学习
图论算法——无向图的深度优先搜索和广度优先搜索
在访问某个顶点时:将它标记为已访问递归地访问它的所有没有标记过的邻接顶点packagecom.
algorithms
愤怒的可乐
·
2020-09-16 00:30
java
数据结构与算法
无向图深度优先搜索
无向图广度优先搜索
无向图的深度优先遍历
无向图的广度优先遍历
Leetcode #268 Missing Number
DescriptionGivenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.NoteYour
algorithms
houldruninlinearruntimecomplexity.Couldyouimplementitusingonlyconstantextraspa
时光未老丶
·
2020-09-15 23:15
leetcode
leetcode
群智能优化之果蝇算法
1,引言:演化式计算是一种共享名词,系指达尔文进化论的”适者生存,不适者淘汰”,以此观念来实际模拟自然界演化过程所建立的演算方式,例如早期Holland(1975)教授的遗传算法(Genetic
Algorithms
机器学习算法与Python学习-公众号
·
2020-09-15 21:27
群智能优化
腾讯2016研发工程师编程题——微信红包
=n)return0;//先给红包数组排序
algorithms
ort(gifts.begin(),gifts.end());//取数组中间值intvalue=gifts[n/2];//取中间
poison_biti
·
2020-09-15 21:53
面试题
笔试面试题
vector和list的区别和使用
STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
)、仿函数(functors)六个部分。
wyn126
·
2020-09-15 20:58
数据结构
一些基本社区发现算法实现
已经有了一些基本的实现包,下面对其中涉及到的算法进行展示:先给大家networkx的官网网址:https://networkx.github.io/documentation/stable/reference/
algorithms
欢畅
·
2020-09-15 20:25
社交网络
python
python
数据挖掘
机器学习
Neo4j Desktop 添加算法插件Graph
Algorithms
Neo4j提供了强大的算法库,可供我们直接调用,而不需要自己再手动编写。要使用其自带的算法库,首先需要添加相应插件,下面详细介绍。1、如下图,进入Neo4jdesktop中进入插件管理界面,可以看到部分插件状态,如果有适配的版本可以直接安装即可;但我本地安装的Neo4jdesktop是3.5.12Enterprise,遇到了如下错误,所以只能手动安装;2、手动安装需要先下载对应jar包,访问htt
haiziccc
·
2020-09-15 19:05
知识图谱
Neo4j算法库
Graph
Algorithms
python模块networkx整理(1)
ThestructureofNetworkXcanbeseenbytheorganizationofitssourcecode.Thepackageprovidesclassesforgraphobjects,generatorstocreatestandardgraphs,IOroutinesforreadinginexistingdatasets,
algorithms
风释命
·
2020-09-15 19:21
影响力最大化
影响力最大化
python
networkx
EnsembleLens: Ensemble-based Visual Exploration of Anomaly Detection
Algorithms
with Multidimensiona
EnsembleLens:Ensemble-basedVisualExplorationofAnomalyDetection
Algorithms
withMultidimensionalData作者同济大学
algzjh
·
2020-09-15 16:44
论文阅读
论文
【算法刷题】leetcode longest-consecutive- sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
Neo_dot
·
2020-09-15 16:02
算法题
添加外部java库
添加普林斯顿
Algorithms
中的algs4library在CMD中运行java,要用到普林斯顿
Algorithms
中的algs4library。
notesalon
·
2020-09-15 15:15
java
Best Compression
Algorithms
(网易游戏2015笔试题)
Question时间限制:10000ms单点时限:1000ms内存限制:256MB描述易信是由网易和电信联合开发的一款即时通讯软件。除了语音聊天,免费电话等新功能以外,传统的文字信息聊天功能也得以保留,因此每天都有大量的文字信息需要在服务器中存储,中转。小Y是一名负责处理文字信息的易信工程师,每天他都要和字符串打交道。为了提高存储和传输效率,小Y在课余时间经常会去研究字符串的存储方法。通过内部使用
贪睡的萝卜
·
2020-09-15 11:29
算法
编程
dfs和bfs差别_BFS和DFS之间的区别
BreadthFirstSearch(BFS)andDepthFirstSearch(DFS)aretwopopular
algorithms
tosearchanelementinGra
culing2941
·
2020-09-15 10:57
数据结构
队列
dfs
java
数据库
The MD5 Message-Digest Algorithm
NetworkWorkingGroupR.RivestRequestforComments:1321MITLaboratoryforComputerScienceandRSADataSecurity,Inc.April1992TheMD5Message-Digest
AlgorithmS
tatusofthisMemoThismemoprovidesinformationfortheInternetc
weixin_34038652
·
2020-09-15 09:05
lsm-tree
http://blog.sina.com.cn/s/blog_693f08470101njc7.htmlhttp://blog.xiuwz.com/2012/04/09/large-web-
algorithms
sunmenggmail
·
2020-09-15 08:58
算法
MD5官方算法
NetworkWorkingGroupR.RivestRequestforComments:1321MITLaboratoryforComputerScienceandRSADataSecurity,Inc.April1992TheMD5Message-Digest
AlgorithmS
tatusofthisMemoThismemoprovidesinformationfortheInternetc
2195
·
2020-09-15 07:54
算法
algorithm
security
input
output
list
Binary tree related
algorithms
summary
validateabinarytreeisBST思路:bst的中序遍历序列是严格递增的。1.空树是BST2.左子树是BST&&右子树是BST3.左子树&&根&&右子树能构成BST.samplecode/*判定二叉树是否是BST*第二参数的意义:前一个被访问节点的值,需要使用引用*时间复杂度O(n),需要逐个遍历树中的元素。*思路:bst的中序序列是严格递增的*/boolis_bst_by_in(n
ych_ding
·
2020-09-15 06:35
二叉树
stack related
algorithms
summary
Minimumnumberofbracketreversalsneededtomakeanexpressionbalancedgivenanexpressiononlycontaining‘{’and‘}’,findasolutiontodeterminetheminimumnumberofbracketreversalsneededtomakethegivenexpressionbalanced
ych_ding
·
2020-09-15 06:35
基本算法
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他