-
泊松表面重建
Poisson surface reconstruction creates watertight surfaces from oriented point sets. In this work we extend the technique to explicitly incorporate
the points as interpolation constraints. The extension can be interpreted as a generalization of the underlying mathematical framework to a screened
Poisson equation. In contrast to other image and geometry processing techniques, the screening term is defined over a sparse set of points rather
than over the full domain. We show that these sparse constraints can nonetheless be integrated efficiently. Because the modified linear system
reta
- 2023-03-13 16:05:03下载
- 积分:1
-
视频采集回放程序
该代码主要完成视频图像采集和回放,将摄像头的视频数据采集上来,存入输入视频缓冲区,然后再拷贝到输出缓冲区,最终显示视频,代码包括硬件初始化,参数配置是采集回放等内容。
- 2023-03-24 01:45:03下载
- 积分:1
-
简单的数字识别
简单的数字识别
- 2022-01-27 12:55:42下载
- 积分:1
-
RobHess的sift算法 图像特征点的提取,表明方向和大小(opencv 2.4.9+C)
资源描述利用opencv 2.4.9和C、实现RobHess库中图像特征点的提取。改代码经过测试,可用。提取出图像的特征点,并标明图像特征点的大小和方向
- 2023-04-18 09:20:04下载
- 积分:1
-
OPENCV 自适应阈值
OTSU是在1979年由日本学者大津提出的,是一种自适应确定阈值的方法,这是按照图像的灰度特性,将图像分成目标与背景两个部分。
- 2022-02-13 04:08:55下载
- 积分:1
-
LBP旋转不变
#include "stdafx.h"
#include
#include
#include
using namespace std;
using namespace cv;
#define neighbors 8
//void elbp(Mat& src, Mat& dst, int radius, int neighbors)
//{
// 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-19 16:10:03下载
- 积分:1
-
卡尔曼滤波 C++
卡尔曼滤波,去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理, Kalman滤波是目前应用最为广泛的滤波方法, 在通信, 导航, 制导与控制等多领域得到了较好的应用。
- 2022-04-09 19:23:58下载
- 积分:1
-
这是一个基于形状因子的图像识别代码
这是基于一个勺子形状图像的识别程序,基于形状因子的提取,方法是循环遍历的方法。
- 2022-02-04 10:07:14下载
- 积分:1
-
自动拼接
这是为 2 图像的拼接
自动拼图-自动缝 2 针图像在一起
画布是产生在画布的 2 张图片
行和 col 是起源的 2 张图片之间的偏移量
- 2022-01-26 05:03:52下载
- 积分:1
-
image histogram equalization
the code was developed by zhanghao at BJUT on 2013. this program is a example on image processing(image histogram equalization) by C.
- 2023-06-12 04:00:03下载
- 积分:1