-
Sobel和Kirsch的边缘检测算法
Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
- 2023-04-06 09:00:04下载
- 积分: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
-
A simple drawing program, active code, which can be painted rectangular, round a...
一个简单的画图程序,有源代码提供,里面能画矩形,圆和多边形,还有可以调节线宽和颜色,是VC++编写的-A simple drawing program, active code, which can be painted rectangular, round and polygonal, as well as can adjust the width and color, is VC++ Prepared
- 2022-12-23 20:40:03下载
- 积分:1
-
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等....
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等.-integrity of the basic graphics rendering system, under VC6.0 compiler passed, line drawing, polygons, etc. round.
- 2023-05-24 22:55:02下载
- 积分:1
-
本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,...
本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含r-primitive code of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. To simplify programming for consideration, in many places designated constant, GM declined to handle. Decompress gui16 established after the catalog under the original code and engineering documents. Established in gui16 release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap and model documents. R intron
- 2022-03-10 00:00:53下载
- 积分:1
-
水平集图像处理程序,我们提出了一个新的变分公式
水平集图像处理程序,利用一个新的变分公式进行图像处理,效果很好-Level set image processing program,we present a new variational formulation
for geometric active contours that forces the level set function
to be close to a signed distance function, and therefore
completely eliminates the need of the costly re-initialization
procedure.
- 2022-08-21 15:22:06下载
- 积分:1
-
用vc+mapobjects开发的源代码,实现鼠标多边形的移动
用vc+mapobjects开发的源代码,实现鼠标多边形的移动-with vc MapObjects development of the source code, mouse polygon mobile
- 2022-11-05 02:35:03下载
- 积分:1
-
将地形图和桩体素产生的二维阵列在这个日期rotate the t…
will generate a voxel terrain map and place this data in a 2d array rotate the terrain map data about x,y,z
- 2022-02-09 20:03:47下载
- 积分:1
-
动态缩略图生成类,可方便生成图片缩略图,只生成一次
动态缩略图生成类,可方便生成图片缩略图,只生成一次-Class to generate dynamic thumbnails, image thumbnails can be easily generated, only to generate a
- 2022-01-26 07:30:21下载
- 积分:1
-
用VC编写得灰度拉伸、拉普拉斯高斯边缘检测和图像的3D灰度显示得代码...
用VC编写得灰度拉伸、拉普拉斯高斯边缘检测和图像的3D灰度显示得代码-VC with the preparation of a gray-scale stretch, Laplacian of Gaussian edge detection and 3D images show a gray code
- 2022-10-12 05:35:03下载
- 积分:1