-
与 DFS 和 BFS C# 源代码图
这是源代码图形与DFS,BFS与阵列多维度的控制台应用程序C#,希望这将有助于对学习中把握。
- 2022-03-20 08:32:35下载
- 积分:1
-
online FLASH website procedure is a lot, but mostly by the success of other syst...
网上的FLASH网站程序虽多,但多是由其它系统修改成功,非正规的FLASH站程序,修改过程中多有不正规处。再者,一个网站,直接和用户接触的前台是最重要的,用户看到的感觉到的,才是最重要的。网上发布的FLASH站前台代码混乱,界面传统,使用不正规的HTML标签-online FLASH website procedure is a lot, but mostly by the success of other system changes, non-formal FLASH stations, the process of amending the many informal Department. Furthermore, a website, direct contact with customers and prospects is the most important, users see the feel is the most important. FLASH online publication of code to accomplish confusion, the traditional interface, the use of formal HTML labels
- 2022-01-31 11:03:50下载
- 积分:1
-
FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定...
FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理
模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。
另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-FaceDetection project run-time, first of all documents to be adopted
- 2022-07-03 12:48:23下载
- 积分:1
-
images from the algorithm, concise
图象取对数算法,简洁-images from the algorithm, concise
- 2023-05-26 08:05:03下载
- 积分:1
-
PCA人脸识别代码,希望指教
PCA人脸识别代码,希望指教-PCA Face Recognition code, hoping enlighten
- 2022-03-31 02:45:38下载
- 积分:1
-
用C实现的多边形填充算法,该算法效率很高,经过实际应用
用C实现的多边形填充算法,该算法效率很高,经过实际应用-C realized polygon filling algorithm, which is highly effective, practical applications after
- 2022-05-05 19:10:28下载
- 积分:1
-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1
-
using OpenCV Image gray value adjustment
用OpenCV实现图像灰度值调整-using OpenCV Image gray value adjustment
- 2022-03-19 04:05:51下载
- 积分:1
-
The code is written in c environment, dynamic random sequence generator
该代码为c环境下编写的动态随机序列发生器-The code is written in c environment, dynamic random sequence generator
- 2022-01-22 17:17:03下载
- 积分:1
-
自己编写的bezier曲线的程序,主要多了升阶的功能,按鼠标左键加控制点,右键该控制点,鼠标中的滚轮用于升阶。...
自己编写的bezier曲线的程序,主要多了升阶的功能,按鼠标左键加控制点,右键该控制点,鼠标中的滚轮用于升阶。-Bezier curves have written procedures, the main bands or more functions, press the left mouse button plus control point, right of the control points of the wheel mouse or bands used.
- 2022-08-17 03:04:27下载
- 积分:1