搜索资源列表
pix-show Opencv图像处理
- Opencv图像处理,在彩色图像中点击图像任意一点,显示改点的RGB值-Opencv image processing, color image, click on the image at any point, change the point of the RGB value display
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
xqyd
- 由鼠标左右键控制图形小球移动 点左键 小球移向鼠标点击位置,点右键 停止运动-Graphics by the mouse left key control point of the ball moving the ball move left mouse click position, point right to stop movement
Lab_2_Video_Adquisition
- Opencv Video Adquisicion vc++ using cvcam and save an image capture by the camera in a click
mouse_event
- This program creates a rectangle when you click the mouse on the window, and stretches the rectangle until you release the mouse. This requires the creation of a mouse callback. For the main function we use a while loop that keeps redrawing each box
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
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按钮,则程序会自动对该图片进
on_mouse
- openCV 中鼠标的操作,使用回调函数获取鼠标的点击动作,例子很简单,有学习价值。-openCV mouse operation, use the callback function to get the mouse click action, for example, is very simple, the value of learning.
tiseg
- 使用opencv编写,实现查看录像中鼠标点击位置像素点值的功能-To use opencv write View video mouse click position pixel value functions
CaptureVideo2.cpp
- 同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-Simultaneous acquisition of two-way USB camera data, and display, save the picture (left-click to save the image, and pause the video Right continue to video).
GetPoint
- 获得点位坐标,在图像中点击相应的点,就可以得到该点的坐标等信息。-To obtain the coordinates of the point and click on the corresponding point in the image, you can get information such as the coordinates of the point.
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
floodfill
- 实现了一个在图片窗口上用鼠标点击实现填充颜色的程序,用了漫水填充法-A picture window with a mouse click fill color program, with a diffuse water filling method
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.
wrap_affine1
- 仿射,图像变换,选取图像四个角点,进行图像变换-Click to select the four corners of the image affine transformation point
pointvalue
- 读入图像,鼠标点击图像,同时显示单击处的坐标值和像素值。-Read the image, click on the image, and display the coordinate values and the pixel value at the click.
