-
车辆无牌照识别
整体功能: 自动车辆跟踪、 检测和拍照、 定位和 recognitionTracking 和拍摄功能可以几乎不被视为满足履行职能: 目标跟踪在一段视频: 圈对象手动第一 ;USB cameraFor 一辆车
- 2022-01-25 23:11:21下载
- 积分:1
-
camshift目标跟踪代码
资源描述
实现了camshift对目标的动态跟踪
- 2022-02-11 22:41:40下载
- 积分:1
-
labview图像二值化
图像处理在现实生活中用的越来越多,机器视觉内软件开发也越来越流行,编程语言也很多,labview变成门槛低,学的快,好用,实用。此程序使用labview的机器视觉控件进行了简单的图像二值化处理。
- 2022-03-05 16:50:32下载
- 积分:1
-
灰度图像
项目将彩色图像转换为 grayscae 在 c + + 中的图像
这是一个基本的图像处理中
- 2022-03-03 18:34:39下载
- 积分:1
-
摩尔纹生成
这是一个仿真摩尔纹的程序,由于实验的需求做出来的是一个简体版的,他模拟的是两个点阵之间的拍频,可以通过旋转,平移缩放点阵查看最终的效果
- 2022-03-18 16:46:48下载
- 积分:1
-
Vanishing point detection algorithms of our algorithm and some previous research
A simple MATLAB code demo for our ISVC10 paper.
Bo Li, Kun Peng, Xianghua Ying, Hongbin Zha, Simultaneous Vanishing Point Detection and Camera Calibration from Single Images, Proc. International Symposium on Visual Computing 2010, Part II, LNCS 6454, pp. 151--160.
- 2023-04-15 02:35: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
-
多种方式处理位图文件
资源描述这个例子功能强大,能够以多种方式处理位图文件,强烈推荐
- 2022-03-24 06:43:56下载
- 积分:1
-
FFT源代码
module FFT16(xn_r,xn_i,RST,CLK,START,OUT,Xk_r,Xk_i);
input [15:0] xn_r,xn_i; //输入的实部与虚部
input RST,CLK,START;
//FFT启动信号与时钟信号和复位信号
output [15:0] Xk_r,Xk_i; //FFT输出实部与虚部
output OUT; //输出标志信号
reg [15:0] Xk_r,Xk_i;
reg OUT;
reg OUT1,STRT1; //级联FFT4的输出标志和启动信号
reg [2:0] k,j,m,n,l,p; //循环指针
reg [4:0] i;
reg &nb
- 2022-12-19 12:35:04下载
- 积分:1
-
Bat Algorithm based MRI Image Threshoding
基于bat算法的图像特征提取和阈值分割及边缘检测采用高斯拉普拉斯方法,
- 2023-04-26 23:00:03下载
- 积分:1