CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 求

搜索资源列表

  1. 求图像的二值化最佳阈值

    0下载:
  2. 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2.95mb
    • 提供者:高凯
  1. Homography

    0下载:
  2. 输入棋盘格标定图像,输入棋盘格点数,实际棋盘格宽度,以及棋盘格原点在世界坐标系的位置,求取单应矩阵-Find out the Homography
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.48mb
    • 提供者:曲圣悦
  1. opencvTransposedmatrix

    0下载:
  2. 这是一个用opencv编写的求转置矩阵程序,希望大家用得上-This is a written request with the opencv transposed matrix procedures, hope you need them
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:4.03kb
    • 提供者:邢春
  1. Canny

    0下载:
  2. 利用OPenCV里面函数求出图像中感兴区域的边缘.-Inside the function obtained by OPenCV Invigoration image area edge.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.4mb
    • 提供者:陈生
  1. Stereo-Vision

    0下载:
  2. 计算机视觉作业,实现两幅图片中的极线、极点计算和基础矩阵的求取。-Computer vision homework.It is to calculate the polar, pole and the fundamental matrix calculation between two image.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:23.18mb
    • 提供者:董亚锋
  1. cvmatop

    0下载:
  2. 该代码是矩阵的功能演示,包含矩阵的复制,矩阵的转置,矩阵的求逆,-The code is a matrix function of presentation, including a copy of matrix, matrix transpose, matrix inversion, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:874byte
    • 提供者:manzhu
  1. calibration

    0下载:
  2. 主要是在基于opencv库下的摄像机标定,是指单个摄像机的内部参数求取-Opencv library is mainly based on camera calibration under, is to strike a single camera' s internal parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:4.85kb
    • 提供者:dc
  1. 51L3_1

    0下载:
  2. OpenCV矩阵运行,可直接运行,已经包含lib库和dll动态链接库,实现矩阵的相乘,求逆等操作-OpenCV matrix operation, can be directly run, already contains dll lib libraries and dynamic link library, to achieve the matrix multiplication, inverse and other operations
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:3.1mb
    • 提供者:zhufeng
  1. mfc

    0下载:
  2. 利用opencv求不变矩,进而进行图像区分的演示程序-Using opencv seeking the same moment, and then the images to distinguish the demonstration program
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:522.61kb
    • 提供者:ysjdx
  1. pingjun

    1下载:
  2. 在visual C++的开发环境下基于opencv实现平均脸的求取过程- opencv realize average face for the processIn the visual c++ development environment based on
  3. 所属分类:OpenCV

    • 发布日期:2015-05-25
    • 文件大小:1kb
    • 提供者:mr zeng
  1. depth(2010.07.23)

    1下载:
  2. 基于opencv和DEVC++的关于双目视觉标定后的求深度的源代码。-Opencv and DEVC++ based on binocular vision after seeking the depth of the calibration source.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:478.58kb
    • 提供者:刘健
  1. celiang

    2下载:
  2. 调用了opencv中的cvFindHomography这个函数求出了空间平面与像平面间的单应矩阵再通过单应矩阵求出需测距的像点对应的实际点,进而完成测距.-In application of cvFindHomography of openCV to measure the distance through photos.
  3. 所属分类:OpenCV

    • 发布日期:2013-08-07
    • 文件大小:3.4mb
    • 提供者:FaLeFengLe
  1. ConvexHull2D

    0下载:
  2. 对任意二维多边形,求出其二维凸包函数,用java实现-complex hull
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:2.19kb
    • 提供者:lvqi
  1. opencv

    0下载:
  2. 基于OPENcv的顶帽变换求图像的边缘算法-openCV detect the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:8.86kb
    • 提供者:裴玉东
  1. Clock-Wipe

    0下载:
  2. 1. 首先把兩張圖讀進來,求出高與寬和設定time的最大值 2. 利用atan()這個數學函式算出角度,以圖的中心為基準width/2和height/2 把x,y帶入atan(-(y-height/2)/(x-width/2))*180/PI - 當求出的角度<隨著時間比例變的角度,則將新的圖覆蓋到舊的圖 - 反之,用舊的圖覆蓋舊的圖 3. 但是,這會產生一個問題,因為斜率一樣,且atan()求出的角度範圍只有-90~90度,所以一三象限或者二四象限會發生同時wi
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.26mb
    • 提供者:liu
  1. find-homography

    0下载:
  2. 手动输入四对点,求取单应矩阵,存放在.yml文件中-Find Out The Homography Matix
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:13.96mb
    • 提供者:曲圣悦
  1. 1ts

    0下载:
  2. 用opencv函数从txt文件中读取数据到二维矩阵的程序,并进行求逆,求和,求矩阵每列元素平均值,摄像机标定时的一小部分-Using OpenCV function from the txt file to read the data into a two-dimensional matrix procedures, and the inverse of matrix, and each column elements, on average, a small portion of camer
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:559.39kb
    • 提供者:张山
  1. opencv_eyes

    0下载:
  2. opencv中双目立体视觉标定矫正求视差-opencv binocular stereo vision calibration correction request parallax
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.03mb
    • 提供者:hary
  1. undistort

    0下载:
  2. 双目视觉校准:已知内参,求出图像的外参对图像进行校正。-Binocular vision calibration correction: known internal reference, find the image outside the reference image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:王伟
  1. sobel

    0下载:
  2. Opencv图像处理库关于sobel算法的一个实现例子,作用是对图像求导-The Opencv image processing library sobel algorithm is an implementation example, the role of the derivative of the image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.75mb
    • 提供者:xue
« 12 3 4 »
搜珍网 www.dssz.com