自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 PCA EigenFace的一些注意点

reference:http://laid.delanover.com/explanation-face-recognition-using-eigenfaces/https://www.learnopencv.com/eigenface-using-opencv-c-python/http://jmcspot.com/Eigenface/问题1:What is Eigenfa...

2019-04-12 23:45:07 1057

转载 The Kalman Filter

转载:https://blog.youkuaiyun.com/phker/article/details/48468591https://blog.youkuaiyun.com/u012554092/article/details/78290223How a Kalman filter works, in pictures必看!公式全齐了https://www.bzarg.com/p/how-a-kal...

2019-04-11 15:48:47 307

转载 Hidden Markov Models

转载:https://www.cnblogs.com/skyme/p/4651331.htmlhttps://www.zhihu.com/question/20962240An Introduction to Hidden Markov Models and Bayesian Networks byZOUBIN GHAHRAMANIHMM(隐马尔可夫模型)Hidden Mar...

2019-04-10 01:29:06 456

转载 HOG(Histogram of Oriented gradients) feature extraction

转载https://blog.youkuaiyun.com/liulina603/article/details/82910931、HOG特征: 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广...

2019-04-06 21:32:13 806

转载 Stereo Vision 世界坐标系、相机坐标系、图像坐标系、像素坐标系

【相机标定】四个坐标系之间的变换关系https://blog.youkuaiyun.com/lyl771857509/article/details/79633412https://blog.youkuaiyun.com/u011574296/article/details/73658560

2019-03-31 22:43:36 249

转载 图像学习 - Histogram of Gradient (HOG, 方向梯度直方图) 特征

作者:Slyne_D链接:https://www.jianshu.com/p/395f0582c5f7来源:简书特征描述子(Feature Descriptor)特征描述子就是图像的表示,抽取了有用的信息丢掉了不相关的信息。通常特征描述子会把一个w*h*3(宽*高*3,3个channel)的图像转换成一个长度为n的向量/矩阵。比如一副64*128*3的图像,经过转换后输出的图像向...

2019-03-26 09:08:09 1050

转载 R gsub Function

原文链接http://www.endmemo.com/program/R/gsub.phpgsub()function replaces all matches of a string, if the parameter is a string vector, returns a string vector of the same length and with the same att...

2019-03-15 17:24:24 286

转载 tidyr - gather() and spread()

Gather And Spread: Using the tidyverse to go between wide and longThe problemFrequently data you receive or create will be in formats that are unsuitable for analysis as they stand and require mod...

2019-03-13 20:40:49 604

转载 python: openCV Arithmetic Operations on Images

此处参考引用到知乎博文 - python openCV掩膜的通俗理解https://zhuanlan.zhihu.com/p/36656952Image Addtion使用cv2.add()将两幅图像进行加法运算,也可以直接使用numpy,res=img1+img2.两幅图像的大小,类型必须一致,或者第二个图像可以是一个简单的标量值。openCV的加法是一种饱和操作,而numpy的加法...

2019-02-23 21:05:59 156

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除