搜索资源列表
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
LKDemo
- 光流点跟踪,鼠标选定点就可以对其跟踪. -optical flow tracking ,select a point bu mouse, and the program will track the point
examples
- 以上程序为Point Grey公司的双目摄像头的实例程序,所以已经通过编译 可放心下载-Above procedures for Point Grey' s binocular camera example program, so the compiler can be assured through the download has been
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
opencv17
- 简单的同时使用OPENGL和OPENCV的例子,能够根据云点图生成3d图像,对学习3d重建和立体视觉很有用。-A simple example using OPENGL and OPENCV can generate 3d image based on the cloud point of Figure 3d image,which is helpful to study 3d reconstruction and stereo vision 。
Delaunay
- 基于opencv的Deluanay抛分算法,可以实现点到面的扩散-Opencv of Deluanay throw points based algorithms, can point to the proliferation of surface
kalman_tracking
- 利用opecv的卡曼濾波器函數實現一個對二維點的追蹤,移動中的點以滑鼠在視窗的位置來取代。-Use opecv Kalman filter function is the realization of a 2D point tracking, instead of moving the point to the location of the mouse in Windows.
sobel
- 实现sobel图像锐化,opencv c语言版,没有使用指针- the image process of sobel,don not use point
opencv
- 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
MyVanishingPoint
- 通过canny算子和hough变换得到的多条竖直线计算垂直方向上的灭点-By canny operator and the hough transform for calculation of a number of vertical lines on the vertical vanishing point
point-matching
- 基于opencv的密集点匹配程序,运用C++语言实现-Sparse point matching and reconstruction (no image correction)
Sparse-point-matching
- 基于opencv的稀疏点匹配与重建(无图像校正)-Sparse point matching and reconstruction (no image correction)
Extreme-point-arm-cutting
- 极值点手臂切割方法。相当好用。运用于手势检测、手势分割、手势识别-Extreme point arm cutting. Quite easy to use.
Ellipse-center-point-positioning
- OPENCV椭圆拟合定位椭圆中心点以及重心法定位程序-OPENCV the ellipse fitting positioning oval center point and the center of gravity method to locate the program
The-SIFT-feature-point-extraction
- sift 特征点检测 很好的一个代码程序-sift feature point detection code is a very good program
mouse-point
- MFC对话框模式,读取图像,鼠标选点,另存为txt格式。-The MFC dialog mode, read the image, the mouse point, save as TXT format.
White-point-detectingAWB
- 该源代码实现读入一幅图像,估计图像偏红或偏蓝的色差,计算增益因子,校正色差,实现基于白点检测的自动白平衡效果。-The source code to realize read in an image, estimated image partial slant red or blue color, calculate gain factor, color correction, realize automatic white balance based on white point detect
Point-tracking
- 该程序演示了基于光流的点追踪,程序默认从摄像头读入视频,可以按需改为从视频文件读入图像-The program demonstrates the optical flow based point tracking, the program the camera to read the default video, you can press the need to read the image the video file
find-the-center-point
- 用OPENCV编写的,通过扫描四个点找圆到心-Scanning the four points to find the center point
OpenCV-SURF-feature-point-matching
- Opencv SURF特征点匹配,包含可以正常运行的完整代码。-Opencv SURF feature point matching, contains the complete code can run normally.