-
http://209.145.252.10/file/graphics/effects/OTMVOXEL.ZIP
http://209.145.252.10/file/graphics/effects/OTMVOXEL.ZIP
- 2022-04-28 15:19:30下载
- 积分:1
-
简单的坐标系处理
简单的坐标系处理-simple coordinates processing
- 2022-08-23 08:05:56下载
- 积分:1
-
文字识别 文字识别 文字识别
文字识别 文字识别 文字识别-Character recognition character recognition character recognition character recognition character recognition
- 2022-01-23 10:11:03下载
- 积分:1
-
图形学和数据结构的一些算法 还有图形学的一些算法的演示
图形学和数据结构的一些算法 还有图形学的一些算法的演示-graphics and data structure of the algorithm there are some graphics algorithm demo
- 2022-01-29 03:40:28下载
- 积分:1
-
一个使用matlab语言的图像的分类方法
一个使用matlab语言的图像的分类方法-a Matlab language used in the image classification
- 2022-03-16 02:04:07下载
- 积分:1
-
JPEG2000 Entropy decoding MQ decoder, both in H.264.MPEG4 applications, this is...
jpeg2000中的熵解码中MQ解码器,在H.264.MPEG4都有所应用,这是在ADI blackfin535平台下的-JPEG2000 Entropy decoding MQ decoder, both in H.264.MPEG4 applications, this is the ADI blackfin535 platform
- 2022-06-15 01:55:02下载
- 积分:1
-
经典的KSVD算法(含OMP),含一维信号字典训练及二维图像去噪实例
经典的字典更新KSVD算法,含一维信号字典训练及二维图像去噪实例。利用OMP算法进行稀疏编码,之后逐列进行字典更新,含速度计算及PSNR计算,含训练字典的最终展示。需要首先配置OMP程序,有清晰的readme文件指导程序编译,亲测很好用。
- 2022-03-29 17:27:22下载
- 积分:1
-
This zip file contains source code and windows executables for carrying out face...
This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (, )
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
- 2022-07-12 10:23:46下载
- 积分:1
-
一个用来计算InGaAs/InP单量子阱自发辐射谱的程序
一个用来计算InGaAs/InP单量子阱自发辐射谱的程序-Used to calculate an InGaAs/InP single quantum well spontaneous emission spectrum of the procedures
- 2023-03-23 01:15:03下载
- 积分:1
-
计算机视觉应用与 C#
从第二部分,本文介绍了一种跟踪算法。本文第二部分的质心跟踪不是实际上是一种跟踪算法而花哨的把戏。"追踪器"一直做的事情是找到的 backprojected 图像质心和放一个定界框周围 — — 这不跟踪的定义。所以本文介绍了一种非常有名的跟踪算法称为均值漂移跟踪的计算机视觉社区。这篇文章基于一系列的研究论文由 Comaniciu Et al.[1] [2] [3]。
- 2022-06-16 01:28:16下载
- 积分:1