CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - 函数,算法

搜索资源列表

  1. 灰度

    0下载:
  2. 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjus
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1667
    • 提供者:陈大明
  1. Antalgorithm

    0下载:
  2. 蚁群算法,只是一个函数,供给需要研究蚁群算法的朋友来研究。-ant algorithm is a function of supply need to be studied ant algorithm friends to study.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2000
    • 提供者:神秘
  1. WATERSHEDalgorithm

    0下载:
  2. 分水岭算法的函数,使用时需要调用。用vc++编写,算法较复杂-watershed algorithm functions, use need to call. Vc used to prepare, more complex algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2364
    • 提供者:神秘
  1. imagelab2

    0下载:
  2. 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:100397
    • 提供者:周姗姗
  1. 2ddraw

    2下载:
  2. 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:106362
    • 提供者:ling
  1. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:45646
    • 提供者:wsadfg
  1. CamShift-matlab

    0下载:
  2. Camshitft算法,虽然opencv有Camshift函数,但是用matlab写能更好的了解原理,呵呵!-Camshitft algorithm, opencv Although there Camshift function, but with matlab can write a better understanding of the principle, huh, huh!
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:3132
    • 提供者:周飞
  1. improve_LBF

    0下载:
  2. 水平集最新算法,基于局部能量函数,并做了改进-level set new Algorithm, make some improve
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:321042
    • 提供者:cannavaro
  1. tcycle

    0下载:
  2. 自己写的一个画圆程序,由于看不懂网上的那些画圆算法,自己写了一个,用画点的函数画一个圆,很简单,希望对大家有所帮助 -Writing a drawcircle own procedures, because those who can not read online drawcircle algorithm, himself wrote a one-point function with a painting, draw a circle, it is easy, everyone would
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1933435
    • 提供者:Michael
  1. yuv-AVI

    0下载:
  2. 简单的YUV转AVI算法,使用opencv库函数实现-Simple YUV switch AVI algorithm, use the opencv library functions to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:8441257
    • 提供者:wuhui
  1. shuangmushijue

    1下载:
  2. 我编写的两相机定标算法,利用matlab toolbox得到初始数据进行一步的标定和优化,其中调用了matlab toolbox里的显示函数和-I prepared two camera calibration algorithm, using matlab toolbox to obtain the initial data calibration and optimization step, which is called the matlab toolbox in the display
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:111349
    • 提供者:蚂蚁
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. Fusion_RT

    0下载:
  2. 一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-Potential function based on the path search algorithm, to achieve environmental obstructions start and end position specified in the shortest path search.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:Li Shaobin
  1. averagefilt_opt

    0下载:
  2. 经过优化的二维平均滤波,程序可以根据滤波窗口的大小自适应的选择行优化或者列优化,同时函数还包含了三种边界处理功能:预设值、近邻和镜像。假设滤波窗口的长边为N,算法的优化效率大约为N/2。-After optimization of 2D averaging filter, the program can be optimized according to the size of the adaptive filter window select the row or column to opti
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:963
    • 提供者:brick heck
  1. LBP-algorithm-of-image

    0下载:
  2. 4种基本的lbp算法函数,实现图片纹理分类-Four basic LBP algorithm functions, realize image texture classification
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3663
    • 提供者:yue也
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:86952
    • 提供者:xuzhimin
  1. otsu

    1下载:
  2. 实现OTSU分割时算法,对2D彩色或灰度图像进行分割,封装成函数,可以直接调用-OTSU segmentation algorithm, 2D color or grayscale image segmentation, packaged into a function, you can directly call
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:2619
    • 提供者:木木
  1. change

    0下载:
  2. 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:651
    • 提供者:吴迪
  1. level-set

    0下载:
  2. 这是基于活动轮廓模型的水平集图像分割算法,函数比较全,值得参考-This is the level set image segmentation algorithm based on active contour model, the functions are full, which is worthy to read
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:13072
    • 提供者:弓晓虹
  1. spline

    1下载:
  2. spline插值函数,可改变为spline函数,有助于spline图像插值算法解决-spline interpolating function, you can change the spline function helps spline image interpolation algorithm to solve
  3. 所属分类:2D图形编程

    • 发布日期:2013-09-30
    • 文件大小:1859
    • 提供者:陈晓宇
« 12 »
搜珍网 www.dssz.com