作者:仲夏夜之星 Date:2020-04-14 来源:物体的三维识别与6D位姿估计:PPF系列论文介绍(四) 文章“3D Pose Estimation of Daily ObjectsUsing an RGB-D Camera”2012发表在IEEE/RSJInternational Confe ...
分类:
其他好文 时间:
2020-04-14 10:57:22
阅读次数:
113
https://learn.unity.com/tutorial/optimizing-graphics-in-unity 1. Rendering 2. Camera 3. Textures 4. Multithreaded Rendering & Graphics Jobs 5. Framebu ...
分类:
编程语言 时间:
2020-04-12 16:25:37
阅读次数:
107
此类是一个全景摄像机视角,书上介绍了详细原理。直接给实现代码。 类声明: #pragma once #ifndef __SPHERICAL_HEADER__ #define __SPHERICAL_HEADER__ #include "camera.h" class Spherical :publi ...
分类:
其他好文 时间:
2020-04-07 09:55:12
阅读次数:
79
Camera2简介 在Google 推出Android 5.0的时候, Android Camera API 版本升级到了API2(android.hardware.camera2), 之前使用的API1(android.hardware.camera)就被标为 Deprecated 了。 Came ...
分类:
移动开发 时间:
2020-04-05 11:41:59
阅读次数:
84
HOperatorSet.SetFramegrabberParam(camera_acq_handle, "grab_timeout", -1); 超时设置 无穷HOperatorSet.SetFramegrabberParam(camera_para_1.camera_acq_handle, "e ...
分类:
其他好文 时间:
2020-04-05 11:18:29
阅读次数:
338
认识Android系统架构图 一、Linux Kernel层(Android系统底层一些硬件驱动) Display Driver: 显示驱动 Camera Driver: 相机驱动 Bluetooth Driver : 蓝牙驱动 Flash Mem Driver: 闪存驱动 Binder(IPC) ...
分类:
移动开发 时间:
2020-04-05 00:47:49
阅读次数:
119
Camera HDR Algorithms HDRI是High-Dynamic Range(HDR)image的缩写,也就是高动态范围图像。它就是为了解决更好的存储高动态范围图像这个问题而发明出来的。简单地说,HDRI是一种亮度范围非常广的图像,它比其它格式的图像有着更大亮度的数据贮存。而且它记录亮 ...
分类:
其他好文 时间:
2020-03-31 20:59:58
阅读次数:
111
由于公司要开发一个考试类型的项目用到了人脸比对,我就研究了一下相关了知识。 1.最开始想的是用微信小程序的媒体组件camera。 const ctx = wx.createCameraContext() ctx.takePhoto({ quality: 'high', success: (res) ...
分类:
微信 时间:
2020-03-30 16:29:32
阅读次数:
220
方法一: <input type="file" accept="image/*" capture="camera" > 方法二: 使用vant组件 1.下载,安装,配置main.js 2.<van-uploader :after-read="afterRead" accept='image/*' c ...
分类:
Web程序 时间:
2020-03-28 15:04:29
阅读次数:
372
在vue中 标签: <input accept="image/*" type="file" capture="camera" name="file" ref="input" @change="openFace" /> 函数调用: openFaceRecognition(this.$refs.inpu ...
分类:
Web程序 时间:
2020-03-27 15:32:55
阅读次数:
159