资源列表
poisson-dirichlet-
- 泊松方程的解法,dirichlet边界条件,有限差分法-fast poisson solver
cximage
- img 处理,它可以快捷地存取、显示、转换各种图像,自带了较多图像模式转换算法,以及一些滤镜,是VC使用者最为常用的图像类库。 -image deal with
bws1-6-b.tar
- barcode encoder for warehouse 生成PDF417二维码的源码-barcode encoder for warehouse
rayleigh_waves
- 瑞雷面波演示,通过演示瑞雷面波的动态画面使人对瑞雷面波有形象的认识。-Rayleigh wave demonstration, people recognize the image of the Rayleigh surface wave through demonstration Rayleigh surface wave dynamic picture.
harris.m
- Sample code for detecting Harris corners Input: im ... grayscale image topn ... how many features to detect Ouput: x,y ... feature co-ordinates, strength==Harris corner strength-Sample code for detecting Harris corners
homography2d.m
- HOMOGRAPHY2D - computes 2D homography This code follows the normalised direct linear transformation algorithm given by Hartley and Zisserman "Multiple View Geometry in Computer Vision" p92. -HOMOGRAPHY2D- computes 2D homography
ransac.m
- RANSAC - Robustly fits a model to data with the RANSAC algorithm-RANSAC- Robustly fits a model to data with the RANSAC algorithm
ransacfithomography.m
- RANSACFITHOMOGRAPHY - fits 2D homography using RANSAC-RANSACFITHOMOGRAPHY- fits 2D homography using RANSAC
roi
- a document for describing region of interest
torus
- tores program in computer graphics graphics
haha
- 无参考图像质量评析,基于掩饰效应的无参考图像质量评价,实现起来有些困难。-No reference image quality assessment
DrawingArraying
- 设有一个仅有红白蓝三种颜色的条块组成的条块序列,请编写一个时间复杂度为O(n)的算法,使得这些条块拍成红白蓝的顺序。 分析:题目要求编写时间复杂度为O(n)的算法。 -drawing and array with c