搜索资源列表
clickbuttontochangebackgroundofdialog
- 点击按钮,实现随意改变对话框背景图像,适用界面美化
ov7670的上位机采集程序
- ov7670的上位机采集程序,点击采集可获取一帧图像-ov7670 collection of PC programs, click on the image acquisition can obtain a
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① trans
ImageCalculate
- 图像计算的MFC界面,通过对二值图像,使用区域生长算法,找到最大的区域,然后对该最大区域,找到相应的灰度图像,计算该区域面积,均值,方差,中心点。可简单修改使用-The image computing MFC interface area of the binary image using a region growing algorithm to find the largest area, then the largest area, find the corre
sif
- 经典的sift算法实现,利用简单的VC2005环境加上Opencv库,实现图像的特征点查找,并显示出图像的异同处-Classic sift algorithm, using simple VC2005 environment and Opencv library, find the feature points of the image, and display the image at the similarities and differences
ImageManage
- MFC实现数字图像的基本变换:几何运算、点运算、领域运算、各种图像格式之间的相互转换-MFC digital image of the basic transformation: geometric computing, conversion point operations, field operations, between the various image formats
ShowImg
- 点击图片可以直接显示灰度值,显示彩色图像的RGB值,使用MFC编程实现-Click on the picture can be displayed directly gray value, RGB value of the color image display using MFC programming
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
CornerDetection_Final
- 图像特征检测小程序,包含各种角点检测,即直线检测-Feature Detection