搜索资源列表
calibrate camera
- opencv编写的图像角点获取程序,能够标识出图像角点,并给出详细坐标,提供了测试图片。-This program use opencv to identify corners in a image 。Its results are precise coordinates of each corner. it provides test images.
xs
- 将一幅图像的所有的坐标点的像素值显示出来-The coordinates of an image point of all the pixel values are displayed
demo_fit
- OPENCV人脸识别并按照标定的点的顺序输出坐标-OPENCV face recognition and in accordance with the order of the output calibration point coordinates
Harris
- 基于Opencv和C++, 使用harris算法, 对输入视频,提取亚像素级角点的个数和坐标。-base on Opencv and C++, using Harris algorithm, output the subpixel corners number and coordinate of video.
jiaodian
- 计算机视觉领域,检测棋盘格角点算法:可以读取不同的图像及数量,并返回角点坐标-In the fields of computer vision, detection checkerboard Angle point is: can read different image and quantity, and returns Angle point coordinates
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_8
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
ex4_3
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
plane_calibration_opencv
- image_points.xml 保存所有角点的图像坐标(本程序要求每幅图像图像中的点数目一样) 现成的数据中"image_points.xml"文件中 <rows>1280</rows> 中的1280 = 5(图像数)×256(每幅图像中的点数) 采用其他数据需要做相应修改,对于保存世界坐标"object_points.xml "文件也同理 object_points.xml 保存所有图像坐标对应的世界坐标 calibrat
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.
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
calibration-prescan
- 可在PreSCan中对车载相机进行标定,通过四点法,已知四个像素点及其对应的世界坐标,即可标定出相应的转换矩阵-camera calibration in PreSCan platform
opencvtest
- 由双目立体视觉系统匹配到的点来计算物体的真实坐标,对三维物体进行三维重建。-The real coordinate by binocular stereo vision system matching to the point to calculate the object, 3D reconstruction of 3D objects.
Get-Pixel
- OpenCV显示鼠标点击处的坐标及对应的图像的像素值-OpenCV display coordinates and the corresponding pixel values of the image at a mouse click
corner_detection
- 在角点的大致位置双击,得到角点的亚像素坐标-In the corner of the general location, double-click the pixel coordinates and angular point
SubPixCorner
- vs2010+opencv,实现角点的亚像素级精度位置的确定,输出角点的精确位置坐标-precise location coordinates vs2010+opencv, determined to achieve the corner points of the sub-pixel accuracy of the position, the output of corners
SURFandRANSAC
- 本程序的功能是基于opencv库,用SURF提取特征,并保存描述子,再用随机抽样一致性算法剔除错误的匹配点,保存匹配好的点坐标,效果可以,你也可以换成SIFT或ORB来看效果。-This procedure is the function of feature extraction using SURF, and save the descr iptor matching points and random consistency algorithm to eliminate errors, s
最小二乘法圆拟合方法1
- 通过对图像中值滤波处理,二值化,边缘查询,找出图像中源所有的边缘像素点,然后利用最小二乘法对这些边缘点进行找圆,计算出圆的坐标和半径。(By means of median filtering, binarization and edge query, all edge pixels in the image source are found, and then the least square method is used to find the circles of these edge p
