搜索资源列表
polygonclip_demo
- Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest on
多边形内外判断
- 判断点在多边形内还是外的例程-judgment in the polygon points inside or outside the routines
caliberation
- 一个基于OpenCV的摄像机标定程序,可以根据若干张棋盘格图像标定摄像机的内外参数,精准度相当高。-A program based on OpenCV for camera calibration, according to a number of sheets checkerboard image inside and outside the camera calibration parameters, very high precision.
jiyu3Dlitibabiaodeshexiangjibiaodingsuanfa
- 利用透镜成像理论建立摄像机数学模型, 提出了一种线性求解摄像机内外参数的方法。该方 法特点是采用主动发光的光点阵列标定靶,利用2D 标定靶的精确移动来实现基于3D 立体靶标的摄像 机标定的算法。-Lens imaging theory using mathematical models set up the camera, a camera inside and outside the parameters for solving linear approach. The met
iris_detection
- 识别虹膜和眼毛位置程序。使用方法: 1.载入眼睛图片。 2. 定位实验->虹膜定位:确定虹膜圆心,以及虹膜内外环半径。 3. 定位实验->眼毛检测:结果为两条圆心为端点的折线段,标明没有眼毛的虹膜区域。-Identify iris and eye hair location. Use: 1. Loading eye picture. 2. Positioning Experimental->Iris Location: identification of the i
multicamselfcal.ver-1_0.release-1.tar
- 相机阵列的标定程序,国外一个大学做的,不需要标定板。标定时的参照物为一个小的点发光源。根据多帧相机同步拍摄的图像对相机的内外参数进行标定。-The camera array calibration procedure, a university abroad, do, does not require calibration plate. When the frame of reference for the calibration point of a small hair light. Ac
code
- 这五个文件包含五个基本函数,例如,检验点是否在一个多边形内,计算两个时间字符串代表的时间差,显示一个vector的内容等。-/* This method is to check weather a point is inside a polygon outside it*/
calibration
- 有效进行摄像机标定的简单程序。分别求出内外参数。-Simple effective camera calibration procedures. Inside and outside the parameters were calculated.
teapot
- (1)第一个茶壶只有外侧设置了材质属性,因此也只使用了单面光照射茶壶; (2)第二个茶壶的内侧和外侧使用的是相同的材质属性; (3)第三个茶壶的内侧和外侧使用的是不同的材质属性。 -(1) The first set teapot only outside material properties, and therefore use only one side of light irradiation teapot (2) The second pot is used inside
xaos-3.5.tar
- 最新版XaoS。能快速做分形变换。学习分形算法的可以参考。-XaoS is a fast portable real-time interactive fractal zoomer. It displays the Mandelbrot set (among other escape time fractals) and allows you to zoom smoothly into the fractal. Various coloring modes are provided
CeLianHuanXing
- opencv+Vc++ 编写的环形图形测量程序,可以测量图形的内径和外径-opencv+ Vc++ prepared by the ring graphic measurement procedures to measure graphics inside and outside
lunguo
- 提取物体最外层轮廓,内外轮廓都检测,将轮廓用蓝色边缘画出-Extract from the outermost contour, both inside and outside the contour detection, the edge of the contour plot in blue
eyesegmentation
- 程序可实现人眼虹膜、眼睑及睫毛分割,主要功能有:(1)虹膜内外圆的霍夫圆检测;(2)眼睑检测以及参数方程的求解;(3)睫毛的最优化阈值处理。 vc文件夹下包含以下四个内容:(1)最后编译生成的.exe文件;(2)包含主要算法的.h头文件;(3)两幅原始图像(yangjing1.bmp,yanjing2.bmp);(4)两幅经过MATLAB进行自适应直方图均衡化的图像(yanjing11.bmp,yanjing22.bmp)-Program can achieve human iris, ey
zhixiandcaijian
- 双击在指定的矩形区域内外产生任意几条直线段,然后程序实现将矩形区域外的直线段裁剪掉-Double-click the rectangular area in Double-click the rectangular area in designated inside produce any a few lines section, then program realization will rectangular area a line segment cutting off outside
Camera_Calibration
- Opencv2.4+VS2008环境下的 摄像头内外参数标定程序。能够先标定内外参数,后自动更新外参数矩阵-Opencv2.4+ VS2008 environment inside and outside the parameters of the camera calibration procedure. Outside the parameter matrix is updated automatically after the first calibration of internal a
tbb
- 基于VC++ 和opencv的焊盘图像 内径外径的测量。包括滤波、边缘检测、轮廓提取和面积计算等算法。包含原图片-Based on the measurement of the pad image VC++ opencv Inside Outside. Including filtering, edge detection, contour extraction and area calculation algorithm. Contains the original image
fast-image-inpainting
- V模型算法是目前较为流行的图像修复算法,但其修复速度慢,修复效果不是太理想。文章对TV模型进行改进,采用从外到内的修复顺序,并完全采用已知区域信息对图像进行修复,所有待修复的点仅需1次迭代便可完成修复-The V-model algorithm for image restoration algorithm is currently more popular, but its slow repair, the repair effect is not too satisfactory. Arti
Zhang
- 用张正友的方法得到摄像机的内外参数矩阵,需要已知对应点-Obtained by Zhang Zhengyou cameras inside and outside the parameter matrix
ConsoleApplication9
- 对摄像机立体标定,并且返回内外参数,,显示过程结果图像,具有参考价值-Stereo camera calibration and returns inside and outside the parameters, showing how the resulting image with a reference value
PtInPolygon
- This program checks if random points are inside or outside a polygon