
图像处理
和你在一起^_^
see you bet
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
综合实例:Shi-Tomasi角点检测
Shi-Tomasi角点检测 确定图像强角点:goodFeaturesToTrack()函数 giidFeaturesToTrack()函数结合了Shi-Tomasi算子,用于确定图像的强角点。 c++:void goodFeaturesToTrack( InputArray image, OutputArray corners, int maxCorners, double qualityLev...原创 2019-07-14 05:16:28 · 470 阅读 · 0 评论 -
Estimation of the homography matrix by Random Sample Consensus (RANSAC)
3.3 Estimation of the homography matrix After we found a huge amount of corner point and their correspondences point in the source image, we realised that the correspondences may be not suitable for t...原创 2019-07-14 05:17:58 · 433 阅读 · 0 评论 -
【图像处理小白必看之十一课】物体检测(Object Detection)
abstract 参考图片 reference image aka model image contain the sougth object sougth 是seek 的过去式; determine whether the object is present or not 目标图片 target image in case of 如果,万一,在……情况下 估计物体的位置 estimate the...原创 2019-07-15 06:06:14 · 1447 阅读 · 0 评论 -
【初学者必看】图像处理入门,二值图像形态学(binary morphology)^_^
文章目录一瞥二值图像形态学(binary morphology)膨胀(Dilation)膨胀属性properties of dilation举个栗子腐蚀(Erosion)腐蚀的属性(properties of erosion)举个栗子膨胀和腐蚀的对偶原理(duality)开运算和闭运算性质(properties)举个栗子 二值图像形态学(binary morphology) 二值图像形态学算子是...原创 2018-11-14 03:15:30 · 4647 阅读 · 1 评论 -
【初学者必看】图像处理入门,Blob分析技术
文章目录一瞥新单词BlobIntroduction 介绍举个栗子文本分析技术Example: Text Analysis距离和连通性Distances and ConnectivityConnected Components Labeling 联通区域标记Flood-fill approach 洪水填充算法 新单词 OCR(Optical Character Recognition,光学字符识别)...原创 2019-07-12 02:58:32 · 2365 阅读 · 0 评论 -
【初学者必看】图像处理入门,局部不变特征Local Invariant Features
对应点 Correspondences are Key 通过在一个场景的两个(或多个)图像之间找到对应的点,可以处理各种各样的计算机视觉问题。 •对应点(又称同源点) homologous points是同一三维点在场景不同视图中的投影。 •建立对应关系可能比较困难,因为在不同的视图中,同源点可能看起来不同,例如,由于视角的变化和/或光线的变化 Mosaicing 通过对齐同一场景的两个图像来创建...原创 2019-07-12 06:17:56 · 1850 阅读 · 0 评论