-
基于点匹配的颜色分布和光流
Color distribution and optical flow based point matcher
- 2023-08-16 04:40:03下载
- 积分:1
-
用vc实现的联机手写数字识别程序 可以运行 很好的
用vc实现的联机手写数字识别程序 可以运行 很好的-By vc realize online handwritten numeral recognition process can run very good
- 2022-12-14 01:45:03下载
- 积分:1
-
这是一个图形化界面的操作系统功能演示程序.包括进程,内存和设备管理...
这是一个图形化界面的操作系统功能演示程序.包括进程,内存和设备管理-This is a graphical interface to the operating system demonstration program. Including the process, memory and device management
- 2022-12-26 00:35:04下载
- 积分:1
-
在窗口中显示出26个英文字母,从左向右字母依次位置提高10个像素单位,并且颜色变为红色,然后回到正常位置。当达到最右端后改变方向,从右向左逐渐变为红色,并且位置...
在窗口中显示出26个英文字母,从左向右字母依次位置提高10个像素单位,并且颜色变为红色,然后回到正常位置。当达到最右端后改变方向,从右向左逐渐变为红色,并且位置依次提高10个像素单位。
-In the window shows the 26 English letters, the letters from left to right, followed by location of units increased by 10 pixels, and the color turns red, then back to normal position. When you reach the extreme right after the change of direction, from right to left gradually turns red, and the location of pixels in turn increased by 10 units.
- 2022-08-21 19:52:24下载
- 积分:1
-
在VC6.0下运用MFC建工程,利用OpenGl画曲线和曲面的源代码。
在VC6.0下运用MFC建工程,利用OpenGl画曲线和曲面的源代码。-VC6.0 to use MFC in the works, the use of curves and surfaces painted OpenGL source code.
- 2022-08-13 13:55:54下载
- 积分:1
-
GPU的经典算法,用于制备高质量的程序实现。
GPU的经典算法,用于编写较高质量的程序作参考。-GPU classic algorithms, used in the preparation of high quality procedures for reference.
- 2023-02-14 08:15:03下载
- 积分:1
-
K线图的核心模块
金融K线图核心模块,就是用一些K线均线画出黑色背景的图形和图像,从而反映出股票行情等一系列的东西,代码具有很大的通用性
- 2022-02-26 03:20:45下载
- 积分:1
-
自编的绘制电子线路图源码,模仿Protel 99SE风格
自编的绘制电子线路图源码,模仿Protel 99SE风格-Self-drawn electronic circuit diagram of the source, to imitate the style Protel 99SE
- 2022-11-07 16:30:04下载
- 积分:1
-
canny 边缘检测器 c + +
canny edge detector边缘检测 编程检测c++
- 2022-03-24 20:51:37下载
- 积分: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