-
多姿态人脸数据库,可用于非理想条件下人脸识别中的姿态估计问题,包括63种不同姿态,人脸水平方向旋转角度从...
多姿态人脸数据库,可用于非理想条件下人脸识别中的姿态估计问题,包括63种不同姿态,人脸水平方向旋转角度从-60度到60度,角度间隔15度,竖直方向旋转角度为-60度,-30度,-15度,0度,15度,30度,60度。-face database including 63 different poses,can be used in pose estimation of face recognition under unsatisfied condition.
- 2022-01-24 17:19:31下载
- 积分:1
-
Visual C++ 数字图像处理典型算法及实现(4)
Visual C++ 数字图像处理典型算法及实现(4)-Visual C++ digital image processing algorithms and implementation of a typical (4)
- 2022-03-24 13:23:28下载
- 积分:1
-
人脸检测的源代码是在C++环境下的应用。是典型的…
人脸检测源码,是在C++环境下应用的.
是数字图像处理典型算法与实现书中的代码-Face detection source code is in the C++ Environment applications. Is typical of digital image processing algorithms and implementation of the code book
- 2022-05-24 07:49:33下载
- 积分:1
-
关于图像模式识别的代码和算法的重要研究,很不错
关于图像模式识别的代码和算法的重要研究,很不错-Image data source is very improtant
- 2022-04-07 22:35:07下载
- 积分:1
-
图像处理的简化方法
simplified approach to image processing
- 2022-01-25 23:20:25下载
- 积分:1
-
光照鲁棒的非线性相关图像匹配方法,有一定的参考价值
光照鲁棒的非线性相关图像匹配方法,有一定的参考价值-Robust non-linear light-related image matching method, and a certain reference value
- 2022-03-29 03:30:29下载
- 积分:1
-
一些比较经典的Matlab gui界面的例子,对指导GUI编程很有意义
一些比较经典的Matlab gui界面的例子,对指导GUI编程很有意义-Some of the more classic examples of Matlab gui interface guiding meaningful GUI Programming
- 2022-07-12 22:35:09下载
- 积分:1
-
数字图像 图形处理 利用c++
旋转的源代码
数字图像 图形处理 利用c++
旋转的源代码-digital image processing using graphics c rotating source code
- 2022-10-06 10:35:03下载
- 积分:1
-
VC图像处理开发包 二值化 滤波等函数实现
VC图像处理开发包 二值化 滤波等函数实现-VC Image Processing Development Kit binarization filtering function implementation
- 2022-12-13 15:50:03下载
- 积分:1
-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次...
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。-Huffman code specific Methods: according to their probability of emergence of the size of the queues, the two smallest sum probability, as a new probability and the probability of the remaining re-queue, and then the smallest sum of two probabilities, and then re-queue until the last turn into one. Every time when the sum will be
- 2022-03-31 00:49:14下载
- 积分:1