-
lBP纹理提取源码
lBP纹理提取纹理源码,使用c++编程,局部二元模式方法提取目标的纹理特征,是经典的局部纹理特征提取方法。
- 2022-03-20 14:46:56下载
- 积分:1
-
车辆尾随检测
算法采用camshift跟踪,实现了实时的多车辆尾随检测跟踪算法,对一定环境下的车辆目标能达到不错的效果
- 2022-05-27 08:03:57下载
- 积分:1
-
如何让图像变明亮 (直方图均衡化)?
翻译 maninwest@Codeforge 作者:Mr. Lai Tai-Yu@CodeProject 有时候,我们发现照片不明亮,这个是可以修复的。在图像处理领域,这叫做直方图均衡化,通过扩展图像的直方图让照片变明亮。背景操作系统: Microsoft Windows 7 专业版 (64 位) 开发实用程序: Microsoft Visual Studio 2010使用代码 // The histogram array of the red channel.
double aryHistogramR[256] = {0};
// The transform of histogram array of the red channel.
double aryTransformR[256] = {0};
// The sum of pixel"s gray of the red channel.
double dobSumR = 0.0f;
// The histogram array of the red channel.
double aryHistogramG[256] = {0};
// The transform of histogram array of the red channel.
double aryTransformG[256] = {0};
// The sum of pixel"s gray of the red channel.
double dobSumG = 0.0f;
// The histogram array of the red channel.
double a
- 2022-05-10 19:26:14下载
- 积分:1
-
转换器 (2d 到 3d 转换视频)
2d 到 3d 视频 converterinput 给出了作为视频将与代码的 3d 的效果
- 2022-01-26 07:03:42下载
- 积分:1
-
低通滤波器
- 2022-02-26 15:43:38下载
- 积分:1
-
多种方式处理位图文件
资源描述这个例子功能强大,能够以多种方式处理位图文件,强烈推荐
- 2022-03-24 06:43:56下载
- 积分:1
-
海思解码库API
海思H.264 PC 解码库软件API 参考文档版本 08发布日期 2011-07-05BOM编码 N/A
- 2022-01-22 17:14:04下载
- 积分:1
-
classification_colormap_pauli_C3,SAR图像,用于pauliRGB分解显示
classification_colormap_pauli_C3,SAR图像,用于pauliRGB分解显示。将全极化影像进行PauliRGB分解后,产生的三分量,进行编码设色,合称为PauliRGB图像。
- 2022-12-16 10:50:03下载
- 积分:1
-
VC++图像处理典型算法完整演示源代码
VC++图像处理代码,包含各种操作,图像增强,图像匹配等等
- 2023-04-07 03:20:04下载
- 积分:1
-
Matlab与Opencv生成棋盘格图像代码
资源描述Matlab与Opencv生成棋盘格图像代码,绝对值得你拥有,赶快下载。
- 2022-05-26 01:02:30下载
- 积分:1