-
人脸检测的完整程序,经过测试,可以达到一定的目的,还附有PCA程序。...
人脸检测的完整程序,经过测试,可以达到一定的目的,还附有PCA程序。-Face Detection complete the procedure, after testing, can achieve a certain purpose, but also with PCA procedures.
- 2022-12-27 02:15:03下载
- 积分:1
-
麻省理工是LabelMe图像标注软件的开发
LABELME是MIT开发的图像标注软件-LABELME MIT is the development of image tagging software
- 2023-01-14 05:25:04下载
- 积分: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
-
算术编码的c语言源代码实现,写的不好,希望大家提提意见
算术编码的c语言源代码实现,写的不好,希望大家提提意见-arithmetic coding in C language source code to achieve and write well, you make a suggestion hope
- 2022-03-24 02:11:52下载
- 积分:1
-
里边包含OpenCV中文参考手册
OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉...
里边包含OpenCV中文参考手册
OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -Chinese inside OpenCV reference manual contains the OpenCV is Intel ? Open Source Computer Vision Library. It consists of a series of C function and a small amount of C++ Category consists realize the image processing and computer vision aspects of many common algorithms.
- 2022-02-07 10:01:59下载
- 积分:1
-
我收集得最全的有关图像处理的程序了将近四十种包括分割,边缘检测等等而且都有试验图片...
我收集得最全的有关图像处理的程序了将近四十种包括分割,边缘检测等等而且都有试验图片-I collected most of the image processing program for nearly 40 kinds, including segmentation, edge detection, etc. and have test picture
- 2022-05-18 10:38:22下载
- 积分:1
-
图像分割 图像处理的 一本很重要 很实用的书
图像分割 图像处理的 一本很重要 很实用的书-Image segmentation image processing is a very important and practical book
- 2023-08-01 17:10:04下载
- 积分:1
-
在总结和分析现有运动目标检测与跟踪方法的基础上,建立了一个视频序列采集的动态目标检测及跟踪系统...
在总结和分析现有运动目标检测与跟踪方法的基础上,建立了一个视频序列采集的动态目标检测及跟踪系统-In summing up and analysis of existing moving target detection and tracking method based on the establishment of a video sequence collected dynamic target detection and tracking system
- 2022-01-29 00:15:57下载
- 积分:1
-
Two_algorithm_for_Face_detection_and_location.rar
一种方法利用脸和头发的直方图信息将其分割,从而标记脸部区域,再边缘提取,标注眼、嘴、鼻。另一种方法利用相似度计算、积分投影标记人脸区域,从而定位眼、嘴、鼻。-Two_algorithm_for_Face_detection_and_location.rar
- 2023-01-07 22:15:03下载
- 积分:1
-
基于视频运动对象的快速提取
采用了差分法,光流法以及贝叶斯估计...
基于视频运动对象的快速提取
采用了差分法,光流法以及贝叶斯估计-Moving Object Based Video Fast extracted using a finite difference method, optical flow estimation method and the Bayesian
- 2022-02-04 21:04:30下载
- 积分:1