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

搜索资源列表

  1. jasper-1.701.0.gpu+dwtgpu.0.9a

    0下载:
  2. GPU优化的小波变换,将cpu的计算移到GPU执行-the wavelet transform by GPU optimized,shift the compute of the CPU to GPU perform
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:5749467
    • 提供者:jim
  1. 彩色图像边缘检测

    1下载:
  2. 利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RGB) using Robert subcomputioner
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:16775
    • 提供者:丁峰
  1. libopenvidia-0.8.3

    0下载:
  2. The Openvidia project implements computer vision algorithms on computer graphics hardware, in OpenGL and Cg. The project provides useful example programs which run computer vision algorithms on single or parallel gfx processing units(GPU). -The proje
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:248354
    • 提供者:pierre
  1. WindowedHough

    0下载:
  2. This paper proposes a new technique for rectangle detection using a windowed Hough Transform. Every pixel of the image is scanned, and a sliding window is used to compute the Hough Transform of small regions of the image.-This paper proposes
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:160344
    • 提供者:石决明
  1. 3dspaceshadow

    0下载:
  2. 三维空间的投影 good example for the compute visual learners-3D projection good example for the compute visua l learners
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39800
    • 提供者:lyb_bnu
  1. MATLAB_mysusan

    0下载:
  2. Author: Abhishek Ivaturi Summary: SUSAN Edge detection in gray scale images. MATLAB Release: R13 Required Products: Image Processing Toolbox Descr iption: Edge detection in gray scale images using the SUSAN algorithm. (takes some time
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8196
    • 提供者:Jallon
  1. Image_Processing_algorithm_SRM

    0下载:
  2. osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments. srm : A k
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10979
    • 提供者:田先生
  1. otsu

    0下载:
  2. Compute a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979).
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2421
    • 提供者:fangfei_666
  1. image_comparaison

    0下载:
  2. This file include how to compute the PSNR between two images.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:850
    • 提供者:wan_xianglin
  1. ply

    0下载:
  2. This file contains one-line descr iptions of the geometry filters. Geometry Manipulation --------------------- flipply - flip the orientation of faces normalsply - compute surface normal vectors at vertices xformply - transform vertic
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53458
    • 提供者:狗蛋
  1. eightpts_optiflow

    0下载:
  2. there are two parts in these codes. the first implements an eight point algorithm which is used to compute the fundamental matrix in computer vision. the second is used to compute the optical flow and the unreliable region.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:346933
    • 提供者:heavenflames
  1. compute graphics intract graphics

    0下载:
  2. 图形的交互绘制用鼠标交互式的对点和线段进行生成与编辑。 1、分发WINDOW鼠标左键按下、左键抬起和鼠标移动消息, 使实现生成点、编辑点、生成线段和编辑线段的功能函数能够接收到消息。 2、实现“查看”菜单中的“生成点”功能。 3、实现“查看”菜单中的“编辑点”功能。 4、实现“查看”菜单中的“生成线段”功能。 5、实现“查看”菜单中的“编辑线段”功能。-interactive graphics in the interactive drawing with the mouse to point
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1905715
    • 提供者:刘晓蕊
  1. Corner

    0下载:
  2. 一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following step: % 1. Apply the Canny edge detector to the gray level image and obtain a % binary edge-map. % 2. Extract the edge contours from the edge-map, fill the ga
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:79363
    • 提供者:林蛋大
  1. Gabor

    0下载:
  2. 计算Gabor滤波器函数. Gabor1.m:4个方向的Gabo滤波器模板的图像显示. Gabor2.m:4个方向的Gabor滤波器对lena进行滤波的顶层调用模块. gabor.m:绘制一个Gabor滤波器的空域和频域函数图. compute.m:计算Gabor滤波器函数(要被上面3个模块调用,这3个模块彼此独立)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1589
    • 提供者:赵立桐
  1. compute

    1下载:
  2. 能够实现计算机图形学中的基本算法,对于了解计算机底层绘图原理有很好的帮助
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:69661
    • 提供者:jkl571
  1. 静态图像显著性分析程序

    0下载:
  2. 静态图像显著性分析程序,利用matlab开发。加州理工三位教授所写。-Software] Saliency Map Algorithm : MATLAB Source Code Below is MATLAB code which computes a salience/saliency map for an image or image sequence/video (either Graph-Based Visual Saliency (GBVS) or the standard It
  3. 所属分类:图形图象

    • 发布日期:2017-05-24
    • 文件大小:8702880
    • 提供者:Johnny
  1. surfature.计算一个三维表面的高斯曲率和平均曲率Matlab程序

    1下载:
  2. 计算一个三维表面的高斯曲率和平均曲率Matlab程序,COMPUTE GAUSSIAN AND MEAN CURVATURES OF A SURFACE
  3. 所属分类:图形/文字识别

    • 发布日期:2016-12-23
    • 文件大小:821
    • 提供者:YE PAN
  1. compute.rar

    0下载:
  2. 用于相机标定中标定点的识别,扫描像素矩阵中某个圆的圆心,Camera calibration for the successful identification of a sentinel, scanning pixel matrix in the center of a circle
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1922
    • 提供者:yin xiaoping
  1. MinBounDrect

    0下载:
  2. 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。- Compute the minimal bounding rectangle of points in the plane usage: [rectx,recty,area,perimeter] = minboundrect(x,y,metric) arguments: (input) x,y- vectors of points, describing points in the plane a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:17283
    • 提供者:rainbow
  1. fft

    0下载:
  2. The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:2526
    • 提供者:郭曉詠
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com