-
使用Canny进行边缘检测
使用canny算子进行边缘检测,带有测试图片,其中包含已经编译好的部分代码,可以直接运行
- 2022-08-24 18:00:24下载
- 积分:1
-
图片水平垂直镜像
实现图片的水平镜像和垂直镜像
- 2023-01-09 06:50:03下载
- 积分:1
-
图像去雾质量评价标准
对各种算法去雾后的结果进行质量评价的matlab程序。内部含有信息熵,对比度,梯度等常用客观对比标准。
- 2022-03-19 04:52:00下载
- 积分:1
-
opencv适用于VC6.0、VS等
opencv1.0,既含有源码也含有lib和dl文件,具体有ml、cv、cvaux、cxore、otherlibs等。下载后添加头文件和lib库后就可以直接使用
- 2022-04-02 10:01:32下载
- 积分:1
-
图像二值化阈值-最小误差最佳阈值法
对源图像指定区域(通过矩形的左上角和右下角的坐标点指定)使用最小误差最佳阈值法,通过迭代获得该区域的最佳阈值。
- 2023-02-20 02:25:04下载
- 积分:1
-
人脸检测
资源描述对摄像头、视频、图片中的人脸进行检测,并记录人脸个数
- 2022-06-03 18:27:52下载
- 积分:1
-
泊松表面重建
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
-
基于卡尔曼滤波器的运动物体追踪
clear,clc,close all;
% compute the background image
Imzero = zeros(240,360,3);
video=aviread("SampleVideo.avi");
Im = double(cat(4,video(1:2:end).cdata))/255;
clear video
% Convert to RGB to GRAY SCALE image.
nFrames = size(Im,4);
Imzero = Im(:,:,:,1);
for i = 2:5
Imzero = Im(:,:,:,i)+Imzero;
end
Imback = Imzero
- 2023-07-26 08:50:04下载
- 积分:1
-
基于GDAL和opencv的图像镶嵌
应用背景无人机的应用越来越广,尤其是在摄影测量领域,利用无人机获取正射影像是全国测绘、国土勘测部门的常规手段,本程序利用GDAL进行正射影像镶嵌,生成大面积的正射影像图,大家可以借鉴,相互学习关键技术利用GDAL进行图像镶嵌,镶嵌线是基于面Voronoi图生成,生成算法基于opencv。可以对带有tfw信息的图像进行带拼接线的镶嵌
- 2022-06-29 10:50:56下载
- 积分:1
-
AES加密在MATLAB
该代码可以用AES算法对图像进行加解密
- 2022-08-20 18:37:02下载
- 积分:1