-
例如技术革命的IDL IDL程序释放了IDL的力量…
Revoluntion IDL示例程序
Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high- level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more.
-Example Revoluntion IDL procedures Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high-level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more.
- 2022-03-20 10:25:42下载
- 积分:1
-
计算机图形学,利用IFS算法实现了自然风景
计算机图形学,利用IFS算法实现了自然风景-山的生成。-Computer graphics, using IFS algorithm to achieve a natural landscape- mountains generated.
- 2022-12-31 00:35:04下载
- 积分:1
-
source switch functions, image processing, image storage!
switch 功能源码,图像处理,图像存储!-source switch functions, image processing, image storage!
- 2022-08-07 00:26:57下载
- 积分:1
-
把BMP格式的图象转成JPG形式的图象的软件的源代码!
把BMP格式的图象转成JPG形式的图象的软件的源代码!-The code can transfer the BMP image to JPG image
- 2022-11-11 07:25:03下载
- 积分:1
-
一个关于跟踪调试的源码
一个关于跟踪调试的源码-a track on the source code debugging
- 2022-09-18 05:30:03下载
- 积分:1
-
用vc++和OpenGL实现三维地形实时动态显示
用vc++和OpenGL实现三维地形实时动态显示,可以进行一些OPengl的相关学习,对于初学者来说是非常有帮助的!
- 2023-02-22 18:00:04下载
- 积分:1
-
地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具...
地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具-Geological Mapping System _GeoMap3.5 official version 20080325, is the field of geographic information systems and seismic geological fields, such as contour map drawn an effective tool
- 2022-02-12 06:32:53下载
- 积分:1
-
为面绘制中的多边形的三角化程序,对于面得增加或者减少进行了比较详尽的讲解...
为面绘制中的多边形的三角化程序,对于面得增加或者减少进行了比较详尽的讲解-For the surface rendering of polygons in a triangular-based program, for the surface may increase or decrease were compared with detailed explanations
- 2023-06-28 13:50:03下载
- 积分:1
-
program for barcode generation and recognition.
条形码生成识别程序。-program for barcode generation and recognition.
- 2022-08-06 21:50:36下载
- 积分: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