-
VS2010+图像检索
VS2010+图像检索 这个其实就是检索的方式了,可以按图象画面布局,色彩,纹理来分类检索
一般都是按画面的象素布局。简单点可以转化为黑白图象,然后根据象素的分布再处理,这样的应用适合对色彩不敏感的场合
- 2022-05-08 16:45:08下载
- 积分:1
-
运动探测器
应用背景我开发这个项目的C #。这个项目是实时检测移动对象。谢谢,有,有,有,有;关键技术你好,我用帧差法和轮廓检测法在这个项目中;谢谢
- 2023-06-28 22:50: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
-
Efficient Salient Region Detection with Soft Image Abstraction
资源描述Detecting visually salient regions in images is one of the fundamental problems in computer vision. We propose anovel method to decompose an image into large scale perceptually homogeneous elements for efficient salient region detection, using a soft image abstraction representation.
By considering both appearance similarity and spatial distribution of image pixels, the proposed representation abstracts out unnecessary image details, allowing the assignment of comparable saliency values across similar regions,and producing perceptually accurate salient region detection. We evaluate our salient region detection approach on the largest publicly available dataset with pixel accurate annotations. The experimental results show that the proposed method outperforms 18 alternate methods, reducing the mean absolute error by 25.2% compared to the previous best result, while being computationally more efficient.
- 2022-03-24 19:39:44下载
- 积分:1
-
各种图像去雾算法
附件包含各种不同的图像去雾代码,暗原色去雾,SSR,MSR,MSRCR,Tara去雾,双边滤波暗原色去雾,联合双边滤波暗原色去雾等等。适合于做图像去雾算法的人学习。
- 2022-01-21 00:34:06下载
- 积分:1
-
创合高拍仪图像编程示例
应用背景作为经营 高速扫描仪 高拍仪 高扫仪 工程扫描仪 手持扫描仪 人脸识别考勤机 人脸识别 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-26 04:08:30下载
- 积分:1
-
JPDA目标跟踪
目标跟踪的一个算法 两个匀速运动的物体
红外背景弱小目标检测 跟踪
- 2022-10-06 19:10:02下载
- 积分:1
-
gabor滤波器的建立
该程序是建立一个gabor滤波器组,并且可以对想要处理的图像进行输入进行小波处理,并且提取图像的纹理特征。
- 2022-02-26 06:37:29下载
- 积分:1
-
人群检测(OPENCV)
OPENCV2.4.8+VS2012编写,基于HOG特征的人群检测,效果不是很好,用于初学者熟悉OPENCV。
- 2022-11-08 07:30:03下载
- 积分:1
-
python-opencv 教程
应用背景Python opencv 图像处理基础教程,转自网络,主要是Python对于图像的增强,变换,匹配,轮廓,视频处理,分割,跟踪,投影等等关键技术的初级教程。关键技术图像处理 Python 实现,Python opencv 图像处理基础教程,opencv Python入门基础,gui,图像处理(平滑,金字塔,尺寸,阈值化),图像变换(梯度算子,仿射变换,等等),直方图,图像匹配,目标跟踪,轮廓操作,等等
- 2022-06-13 00:26:13下载
- 积分:1