-
opencv 人脸表情识别
训练集的构成:六种表情,每种表情单独放在一个文件夹下,每张图片为人脸检测后仅包含人脸区域的图,大小为48×48或64×64,灰度。-database--anger--surprise--sadness--happy--fear--disgust
- 2022-08-05 23:46:29下载
- 积分:1
-
be rolling panel, c# but not directly, to their own programming
可滚动panel,c#可是没有直接提供的,要自己编程实现--很好用的-be rolling panel, c# but not directly, to their own programming-- with the good
- 2022-05-08 10:57:42下载
- 积分:1
-
direct3dx direct3dx雪系统
direct3dx direct3dx Snow System
- 2022-12-08 07:35:03下载
- 积分:1
-
source code for image fusion (visible watermarking)
图像融合(可视水印)源代码-source code for image fusion (visible watermarking)
- 2022-12-25 17:50:03下载
- 积分:1
-
利用分形和混沌理论,生成十分精美的2维图形。有多种参数可以对图形进行控制。...
利用分形和混沌理论,生成十分精美的2维图形。有多种参数可以对图形进行控制。-use fractal and chaos theory, generate very attractive two-dimensional graphics. A number of parameters can control graphics.
- 2022-01-25 20:32:49下载
- 积分:1
-
基于OpenCV和C++的图像的角点检测算法
基于OpenCV和C++的图像的角点检测算法-OpenCV and C++ based on the image of the corner detection algorithm
- 2022-02-14 01:52:01下载
- 积分:1
-
VC a simple image processing platform, everyone can create their own in the abov...
一个简单的VC图像处理平台,大家可以在上面建立自己的工程,以及图像处理算法。-VC a simple image processing platform, everyone can create their own in the above works, as well as image processing algorithm.
- 2023-07-28 10:15:04下载
- 积分:1
-
程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区....
程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
- 2023-05-05 22:55:02下载
- 积分:1
-
图像旋转质量非常高的源代码,其效果堪比专业的图像处理软件。...
图像旋转质量非常高的源代码,其效果堪比专业的图像处理软件。-rotating images of a very high quality source code, the effect comparable to a professional image processing software.
- 2022-06-29 02:01:50下载
- 积分:1
-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1