-
c++ 图像自适应二值化算法
mfc编程,带滚动条的图片显示,图像灰度化,加权灰度均衡化,高斯滤波处理,大律法自适应二值化算法
- 2023-06-05 14:15:04下载
- 积分: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
-
OpenCV internetchesskiller
应用背景本项目基于internetchesskiller 1.71源代码重新设计板采集模块利用OpenCV关键技术互联网 ;象棋杀手OpenCV
- 2023-05-04 20:55:06下载
- 积分:1
-
彩色分割
本文的主要目的是通过采用 k-均值和遗传算法得到非重叠和可靠的输出。不同的色彩空间都是在我们的应用程序中输入图像的简单 (K-均值的基础) 聚类技术融合。
- 2022-03-04 10:20:18下载
- 积分:1
-
高斯分布的水平集驱动
由高斯分布驱动的水平集,由李旺实现。这篇论文发表于2009年的信号处理
- 2022-03-15 04:18:11下载
- 积分:1
-
gamma 校正程序
本代码实现的是图像处理中的gamma校正,在图像处理中通常会发现图像太暗后者图像太亮,这是就要通过gamma校正得到合适的亮度,这样就有利于后续的图像处理。
- 2023-06-22 11:50:03下载
- 积分:1
-
JPDA目标跟踪
目标跟踪的一个算法 两个匀速运动的物体
红外背景弱小目标检测 跟踪
- 2022-10-06 19:10:02下载
- 积分:1
-
binary_pso
好用的pso c程序。解决binary pso问题 。c代码效率高,省去自己编程。详细说明详见论文
- 2022-07-20 13:21:37下载
- 积分:1
-
基于STM32+OV7670摄像头采集+上位机显示
#include "hw_config.h"
#include "usb_lib.h"
#include "usb_desc.h"
#include "usb_pwr.h"
#include "timer2.h"
#include "AL422.h"
#include "OV7670.h"
//测试发送数据
extern volatile unsigned char biaozhi;
extern vu32 TimingDelay; //用于系统时钟
- 2022-04-28 13:02:41下载
- 积分:1
-
图像阴影检测
包含了10篇运动车辆检测和阴影消除的小论文,对于做智能交通很有帮助,希望可以帮到大家。
- 2022-01-26 01:36:03下载
- 积分:1