搜索资源列表
fitellipse.rar
- opencv 椭圆拟合的c++语言实现的代码,opencv fitting elliptical c++ language code
cvtuoyuan
- opencv实现的椭圆检测的代码,可以根据阀值检测椭圆-opencv code to achieve the ellipse detection
fitellipse
- 此代码借助OpenCV开源计算机视觉库实现椭圆曲线拟合-This code with open-source computer vision library OpenCV the realization of elliptic curve
circleDetection
- 基于OPENCV的圆和椭圆检测程序,挺有用的。实验结果-OPENCV the circle and ellipse-based testing program, winter ridge used.
testhoughcircle
- opencv,检测图像中的圆,并且检测其圆心和半径的一个小程序。-opencv, detection of the image circle, and the detection of its center point and radius of a small program.
ellipse
- opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
EllipseDirectFit
- 椭圆的拟合 MATLAB源代码 很强大!-Fitting elliptical MATLAB source code is very powerful!
shiyan2
- 使用opencv的工具,对印章实现椭圆拟合效果-Opencv using the tools of the seal to achieve ellipse fitting results
Oval
- 圆及椭圆拟合输入: 图像文件seal1.jpg、seal2.jpg、coin1.jpg 任务: 尝试将上述三个文件中圆或椭圆的外轮廓拟合出来 输出要求: 1. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 2. 将主要的中间步骤及最终拟合结果用OpenCV的cvShowImage 显示出来。-Circle and ellipse fitting type: image file seal1.jpg, seal2.jpg, coin1.jpg task: Try the
opencv
- 利用opencv进行最小二成拟合椭圆算法代码-Using opencv least squares fitting ellipse algorithm code
opencv圆和椭圆拟合
- 圆及椭圆的拟合并输出圆和椭圆的长短轴,使用opencv+vs编写
拟合圆或椭圆的中心坐标
- 1. 拟合相应的圆以及椭圆 2. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 3. 将主要的中间结果及最终拟合结果用OpenCV的cvShowImage显示出来。-1 fitting corresponding circular and elliptical. Each fit the center coordinates of the circle or ellipse, the radius or length of the shaft length 3. Major in
opencvEllipseFitting
- OPENCV椭圆拟合程序,自己下载后修改修改参数就可以直接使用。-The OPENCV ellipse fitting procedure, modified after downloading modify the parameter can be used directly.
Ellipse-center-point-positioning
- OPENCV椭圆拟合定位椭圆中心点以及重心法定位程序-OPENCV the ellipse fitting positioning oval center point and the center of gravity method to locate the program
opencv-realize-circle-on-the-map
- 程序实现功能:通过鼠标左键画线、圆、椭圆、多边形。右键点击鼠标实现橡皮擦功能。还可实现逻辑画图-itis good for you learning opencv !
123
- OPENCV椭圆拟合定位椭圆中心点以及重心法定位程序-OPENCV ellipse fitting locate the center of the ellipse and the center of gravity method Locator
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
Ellipse-detection
- OpenCV椭圆检测代码。应用程序,在VS2008下编程的。-Ellipse detection by opencv.
opencv-doc
- 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
人脸识别
- 使用OPENCV库提供的接口,实现人脸的识别功能。 在一个人脸识别系统中,应用多种预处理技术对将要识别的图片进行标准化处理是极其重要的。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),固定的大小,旋转角度,头发和装饰,表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(