-
一个C代码的263编码器,还不错,给大家分享!
一个C代码的263编码器,还不错,给大家分享!-a C code 263 encoder, but also good for everyone to share!
- 2022-01-22 13:33:25下载
- 积分:1
-
一种给定的人脸图像自动人脸检测程序
有关人脸检测的程序,对于给定的图像进行自动人脸检测,挺好用的。-The face detection procedure for a given facial image auto-detection, quite good use.
- 2022-12-05 23:05:03下载
- 积分:1
-
IDL入门教程,较传统的有很大的优势,是学习的最好选择
IDL入门教程,较传统的有很大的优势,是学习的最好选择-IDL Tutorial, a more traditional great advantage is to learn from the best choice
- 2022-04-09 11:19:03下载
- 积分:1
-
主要是介绍opencv的参考手册及其包括的一些其他的相关的参考手册函数,另外还有些相关典型的程序...
主要是介绍opencv的参考手册及其包括的一些其他的相关的参考手册函数,另外还有些相关典型的程序-Opencv introduction is mainly a reference manual and included a number of other related reference manual function, in addition to some procedures related to the typical
- 2023-04-23 03:30:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
探讨了像素级多传感器图像融合的研究意义和应用,对像素级多传感器图像融合,方法进行了分析比较,并对其发展方向进行了展望...
探讨了像素级多传感器图像融合的研究意义和应用,对像素级多传感器图像融合,方法进行了分析比较,并对其发展方向进行了展望-Of pixel-level multi-sensor image fusion study of the meaning and application of pixel-level multi-sensor image fusion, and methods are analyzed and compared, and the direction of their development prospects
- 2022-01-27 14:32:47下载
- 积分:1
-
通过相机标定工具箱得到相机的内参等信息对多幅图像进行三维重建。再贴上纹理。...
通过相机标定工具箱得到相机的内参等信息对多幅图像进行三维重建。再贴上纹理。-Camera Calibration Toolbox has been through the camera" s internal information on the number of three-dimensional image reconstruction. Then paste texture.
- 2022-12-28 07:40:06下载
- 积分:1
-
可实现基本的图像处理,初学者特别有用
包含图像的读入软件环境,基本的图像几何变换以及图像滤波...
可实现基本的图像处理,初学者特别有用
包含图像的读入软件环境,基本的图像几何变换以及图像滤波-It is a good to be familar with Image processing learners
- 2022-02-05 20:14:24下载
- 积分:1
-
一个运动检测和目标跟踪程序,程序需要在OpenCV1.0环境下使用。...
一个运动检测和目标跟踪程序,程序需要在OpenCV1.0环境下使用。-A motion detection and object tracking tool
- 2022-01-26 01:58:05下载
- 积分:1
-
一个基于TMS320DM642的完整工程,采集YUV的视频数据,转换成RGB信号,从VGA monitor输出,非常有借鉴意义...
一个基于TMS320DM642的完整工程,采集YUV的视频数据,转换成RGB信号,从VGA monitor输出,非常有借鉴意义-based TMS320DM642 a complete engineering, acquisition YUV video data, converted into RGB signal from the VGA monitor output, very Significance
- 2022-01-26 02:00:50下载
- 积分:1