搜索资源列表
coord_rgb4mouse
- 通过OpenCV打开摄像头,显示鼠标所在位置的坐标与rgb值-With the help of OpenCV, it open the camera and show the values of mouse s coordinate and rgb.
getmousepoint
- opencv实现,获取鼠标所在位置在图像坐标系中的坐标。-The opencv achieve, to get the coordinates of the mouse location in the image coordinate system.
ex4_8
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
ex4_3
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
mouseclick
- VS2012 + opencv2.4.4 的鼠标坐标操作源码!-The VS2012+ opencv2.4.4 mouse coordinates operating source!
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.
kalman
- 卡尔曼滤波跟踪演示,实时跟踪鼠标指针位置,并显示指针坐标-kalman filter
OPENCVNUM8
- 运用opencv实现图像各个通道的划分;实现点的跟踪,输出鼠标所示的地方的点坐标-Opencv achieved using a segmented image of each channel achieve point coordinates of the point where the trace output shown in the mouse
Get-Pixel
- OpenCV显示鼠标点击处的坐标及对应的图像的像素值-OpenCV display coordinates and the corresponding pixel values of the image at a mouse click