-
人脸检测的最新源代码,使用了最新的处理技术,使之运行速度更可快...
人脸检测的最新源代码,使用了最新的处理技术,使之运行速度更可快-Face Detection of up-to-date source code, uses the latest processing technology, so that speed can be faster
- 2023-07-26 09:50:03下载
- 积分:1
-
Light separation procedures, the use of the adaptive algorithm for 2D separation...
亮色分离的程序,使用2D的自适应算法进行分离。-Light separation procedures, the use of the adaptive algorithm for 2D separation.
- 2023-08-20 21:20:02下载
- 积分:1
-
err
基于visual c++ 2005实现
ColorPicker是一个基于对话框的应用程序,它具有以下功能:
1. 色彩编辑功能
用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。
2.RGB颜色空间和HSV颜色空间的转换
当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。
3.取色功能
取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户获取整个屏幕上的任意一点的颜色值。用户可以将鼠标移动到需要获取颜色的地方,然后按a键或A键即可以获取该点颜色值。-err
- 2022-03-11 10:05:49下载
- 积分:1
-
利用蝶形算法,实现快速傅立叶变换及其逆变换
利用蝶形算法,实现快速傅立叶变换及其逆变换-The use of butterfly algorithm, fast Fourier transform and its inverse transform
- 2022-02-01 09:08:48下载
- 积分:1
-
Achieve the extract image header information, and the binarization processing fu...
实现提取图片头信息,及二值化处理的代码的功能,用GCC来连接文件,生成exe可执行文件。-Achieve the extract image header information, and the binarization processing functionality of the code with GCC to connect to the file, generate exe executable file.
- 2022-01-25 16:36:53下载
- 积分:1
-
Image segmentation algorithm for evaluating the performance of the code, includi...
用于评价图像分割算法性能的代码,包中的word文档对所用方法进行了简单的说明,还列出了具体的参考文献-Image segmentation algorithm for evaluating the performance of the code, including the word document on the methods for a simple explanation, but also a list of specific references
- 2023-07-26 07:30:02下载
- 积分: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
-
The use of digital image processing software package Delphi7.0 completed, the li...
该数字图像处理软件包利用Delphi7.0完成,参照《基于Delphi的数字图像处理工程软件设计》这本书,可以实现基本的图像处理功能:如二值化、中值滤波、边缘检测、图像腐蚀等-The use of digital image processing software package Delphi7.0 completed, the light of
- 2023-04-20 16:50:04下载
- 积分:1
-
VB6 The color conversion.
VB6里的颜色转换-VB6 The color conversion.
- 2022-05-14 04:26:14下载
- 积分:1
-
有关vtk的一些pdf资料,包括:
1.和国外一些朋友讨论VTK的一些经验的整理
2.基于VTK的医学三维可视化分析系统
3.基于VTK库的医学图像...
有关vtk的一些pdf资料,包括:
1.和国外一些朋友讨论VTK的一些经验的整理
2.基于VTK的医学三维可视化分析系统
3.基于VTK库的医学图像处理子系统设计和实现
4.可视化工具VTK技术研究-Some of the vtk pdf information, including: 1. And some foreign friends to discuss some of the experiences of the order VTK 2. VTK-based visualization of the medical system 3. VTK library based on medical image processing subsystem design and implementation 4. visualization tools VTK Technology
- 2022-02-13 19:42:09下载
- 积分:1