码迷,mamicode.com
首页 >  
搜索关键字:surf    ( 285个结果
git 常用命令
1、pick commit 图形化界面 2 - git am的使用 1)git am -s -3 -3可以识别出重复的patch 如: Applying: Revert "Telephony: set default subscription mode to RUIM" Using index in ...
分类:其他好文   时间:2019-10-31 10:45:22    阅读次数:104
GoCN每日新闻(2019-10-22)
GoCN每日新闻(2019-10-22) GoCN每日新闻(2019-10-22) GoCN每日新闻(2019-10-22)1. Go 集成测试:https://www.ardanlabs.com/blog/2019/10/integration-testing-in-go-set-up-and-w ...
分类:其他好文   时间:2019-10-24 09:26:24    阅读次数:65
ORB an efficient alternative to SIFT or SURF
AbstractFeature matching is at the base of many computer vision problems, such as object recognition or structure from motion. Current methods rely on ...
分类:其他好文   时间:2019-10-16 11:37:46    阅读次数:95
Finding Black Holes 2
Spherically Symmetric Case For the spherically symmetric case, $f$ is constant. Thus $$ \begin{equation} D_as^a=\frac{1}{\sqrt{\gamma}}\partial_r (\sq ...
分类:其他好文   时间:2019-09-17 22:48:42    阅读次数:133
OPENGL 入门
检测设备支持版本,判断是否支持opengl 2.0版本 初始化设置OpenGLES2.0 实现接口GLSurfaceView.Renderer 渲染 绘制图形 1、检测设备支持版本,判断是否支持opengl 2.0版本 2、强制应用支持 3、初始化设置OpenGLES2.0 4、GLSurfaceV ...
分类:其他好文   时间:2019-08-24 13:18:44    阅读次数:83
(3) python--matplotlib
(一)1.如何绘制散点图 1 2 3 4 5 6 7 8 9 10 11 12 import numpy as np import matplotlib.pyplot as plt # 如何绘制散点图 # 先随机生成数据 x = np.array(range(100)) y = np.sin(x) ...
分类:编程语言   时间:2019-08-23 09:14:36    阅读次数:297
sift、surf、orb 特征提取及最优特征点匹配
[toc] sift sift特征简介 SIFT(Scale Invariant Feature Transform)特征,即尺度不变特征变换,是一种计算机视觉的特征提取算法,用来侦测与描述图像中的局部性特征。 实质上,它是在不同的尺度空间上查找关键点(特征点),并计算出关键点的方向。SIFT所查找 ...
分类:其他好文   时间:2019-08-04 01:53:15    阅读次数:168
Digital Printing Background Wall panels
https://www.yspanel.com/info/white-marble-digital-printing-background-wall-37091801.html ...
分类:其他好文   时间:2019-07-19 18:38:16    阅读次数:92
一起学Android之音频视频
本文演示了如何通过Api播放音频和视频文件,来获得良好性能和愉快的用户体验,仅供学习分享使用,如有不足之处,还请指正。 ...
分类:移动开发   时间:2019-07-13 20:12:43    阅读次数:159
Unity Shader的形式
(1)表面着色器 表面着色器是Unity自身的一种着色器代码类型。它需要的代码量很少,Unity在背后做了很多工作,但渲染的代价比较大。但Unity在背后仍旧把表面着色器转换成对应的顶点/片元着色器。表面着色器算是Unity对顶点/片元着色器更高一层的抽象。它存在的价值在于,Unity为我们处理了很 ...
分类:编程语言   时间:2019-06-24 00:25:23    阅读次数:120
285条   上一页 1 2 3 4 5 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!