搜索资源列表
jasper-1.701.0.gpu+dwtgpu.0.9a
- GPU优化的小波变换,将cpu的计算移到GPU执行-the wavelet transform by GPU optimized,shift the compute of the CPU to GPU perform
彩色图像边缘检测
- 利用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
libopenvidia-0.8.3
- 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
WindowedHough
- 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
3dspaceshadow
- 三维空间的投影 good example for the compute visual learners-3D projection good example for the compute visua l learners
MATLAB_mysusan
- 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
Image_Processing_algorithm_SRM
- 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
otsu
- 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).
image_comparaison
- This file include how to compute the PSNR between two images.
ply
- 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
eightpts_optiflow
- 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.
compute graphics intract graphics
- 图形的交互绘制用鼠标交互式的对点和线段进行生成与编辑。 1、分发WINDOW鼠标左键按下、左键抬起和鼠标移动消息, 使实现生成点、编辑点、生成线段和编辑线段的功能函数能够接收到消息。 2、实现“查看”菜单中的“生成点”功能。 3、实现“查看”菜单中的“编辑点”功能。 4、实现“查看”菜单中的“生成线段”功能。 5、实现“查看”菜单中的“编辑线段”功能。-interactive graphics in the interactive drawing with the mouse to point
Corner
- 一种比较好用的边缘检测方法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
Gabor
- 计算Gabor滤波器函数. Gabor1.m:4个方向的Gabo滤波器模板的图像显示. Gabor2.m:4个方向的Gabor滤波器对lena进行滤波的顶层调用模块. gabor.m:绘制一个Gabor滤波器的空域和频域函数图. compute.m:计算Gabor滤波器函数(要被上面3个模块调用,这3个模块彼此独立)
compute
- 能够实现计算机图形学中的基本算法,对于了解计算机底层绘图原理有很好的帮助
静态图像显著性分析程序
- 静态图像显著性分析程序,利用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
surfature.计算一个三维表面的高斯曲率和平均曲率Matlab程序
- 计算一个三维表面的高斯曲率和平均曲率Matlab程序,COMPUTE GAUSSIAN AND MEAN CURVATURES OF A SURFACE
compute.rar
- 用于相机标定中标定点的识别,扫描像素矩阵中某个圆的圆心,Camera calibration for the successful identification of a sentinel, scanning pixel matrix in the center of a circle
MinBounDrect
- 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。- 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
fft
- 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.