搜索资源列表
MFC-Pic
- MFC picture控件使用实例,新手必备,可结合opencv使用-example for MFC picture button
opencv_drawing
- 本文主要讲讲怎样用opencv画一些基本图形,这些图形包括,直线,圆,椭圆,多边形等。参考资料为opencv自带tutiol及其code。 开发环境:ubuntu12.04+Qt4.8.2+QtCreator2.5+opencv2.4.2 实验功能: 1.单击Drawing1按钮,将会画出atom图形,并且可以看出该图形成的过程,共分5个步骤画,每画完1个部分会自动停留1s,以便观察,然后画下一个部分,直至完成atom图形。 2.单击Drawing2按钮,将会画出
opencvcj
- 利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-Use opencv library function to open the camera, click the Save button to save the picture image, click the button you can test out the distance point-point width he
cv-buttons.h
- example code for opencv with cv button of phillips webcam
mymfc
- 粒子滤波程序,调用的是OpenCV里的函数,没有重采样,用MFC基于对话框做的界面. 点击Next可以进行一帧一帧的处理,有2个按钮没有用-Particle filter program, calls the OpenCV function, there is no resampling, click Next to a processing of a MFC dialog-based interface. 2 button is not...
camera
- 实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-The realization of functions: simultaneous acquisition of two USB camera data, and display, has pictures of preserved function ( click the left button to save the image, and the right key to pa
e4-3a
- 创建一个程序读入并显示一幅图像,运行用户在图像中选择一个矩形区域,然后通过按住鼠标按键画一个矩形,当鼠标键放开,高亮显示矩形框。-Create a program that reads and displays an image, run user select a rectangular area in the image, and then hold down the mouse button, draw a rectangle, release the mouse button, the
opencv_dft
- 本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。 实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
opencv_hog_test
- 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5. 实验功能: 单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。 单击People Detect按钮,则程序会自动对该图片进
pictureTest
- 这是一个通过摄像头进行摄像,并在按下键c时,进行拍照的程序,很不错,直接下载使用!-This is a camera through the camera, and press the button c, photographs, the procedure is very good, direct download!
MFCReadImg1
- 基于MFC实现了对网络摄像头抓起画面的连续显示,通过点击保存键保存对应时刻的图片,项目需要,已编译实现-Based on MFC achieve continuous display screen Webcam grabbed save the the corresponding moment the pictures by clicking on the save button, the project needs, has been compiled to achieve
Browsebmps
- 用vc对文件夹的BMP图片文件进行读取,并显示,另外,通过“上一个”“下一个”按钮,查看所有的文件图像-BMP picture files folder using vc read, and show, by a " a" button, all files image
ex4_3
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
include
- 基于opencv的两个摄像头数据采集.实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-Opencv-based data acquisition of two cameras. Functions: simultaneous acquisition of two-way USB camera data, and save the picture (click the left mouse button to save the im
5-5
- 通过opencv与c++增加一个控制图片灰度的控制条,拖动按钮可改变图片灰度-By adding a control opencv image with c++ gray control bar, drag the button to change the picture grayscale
on_mouse
- 实现opencv的回调函数cvSetMouseCallback()的应用实例,鼠标点击后会显示点的坐标,并实现了一个按键,点击按键后有声音。-We provide an opencv example which has implemented the function cvSetMouseCallback(),and a opencv-button is also realized,it phonates when you click on it.
opencv4.3
- 自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。-Self-selective color in an image to view a partial area of the histogram: Allows the user to select a
rectangle
- 画矩形。点击鼠标左键并移动,松开后矩形保持不变,再点击矩形消失。-Draw the rectangle. Click the left mouse button and move, loosen the rectangular remains the same, after clicking the rectangle disappears.
parking
- 使用MFC+OPENCV 检测停车场车位数量,包括打开任意图片,使用MFC显示,点击按钮检测车位,弹出窗口提示剩余车位数量-Use MFC+OPENCV detect the number of parking spaces, including open any image, using MFC display, click the button detect parking spaces, the pop-up window will prompt the remaining number
mouse
- 基于opencv的鼠标作图,按住左键作图,按住右键实现橡皮擦的功能。-Opencv mouse-based mapping, hold down the left button mapping, hold down the right to realize the eraser function.