资源列表
face-detection
- 可以从一幅含有头和肩部的图像中检测出人脸,并用矩形框框起来,将矩形框中的人脸裁剪出来并另存为80*80的图片-Can be detected an image containing a head and shoulders of a person' s face, and the frame up with a rectangle, the human face of the rectangular box to cut out and save it as 80* 80 picture
demo
- 图像处理编程Demo框架,在此基础上添加基本的图像处理算法。-Demo image processing framework program, add basic image processing algorithms on this basis.
standard_test_image
- 经典的测试图片,包含29副最常用的,欢迎大家下载使用-The classic test images, including the 29 most commonly used, welcome to download
Iterative-Fourier-algorithm-(GS)
- 迭代傅里叶算法实现对高斯光束的整形:用malab将二维的高斯分布图形转化成三维的分布的方法和用迭代傅里叶变换(GS)的算法对高斯光束的整形做对比-Iterative Fourier algorithm of gaussian beam shaping: the two-dimensional gaussian distribution with malab graphics into three-dimensional distribution method and using iterativ
projection-drawing
- 用radon获得sheep-logan图像的投影图,然后对投影图进行重建。求算法代码。此方法简便好用,实际性强。-To obtain the projection map of sheep-logan image by radon, and then to reconstruct the map projection. Algorithm code. This method is easy to use, practical and strong.
DepthBasics-D2D
- Kinectv2深度图获取,再转换到cameraspace,获取每个像素点的三维坐标-kinectv2 depthImage
ransacE
- RANSAC计算得到本质矩阵E,并能得到点的三维坐标。-RANSAC is used to calculate essential matrix.Besides,this code can gain 3D coordinates.
Pic_True
- 纯java代码写的sift图片识别算法,欢迎交流指正!图片匹配效果还是可以的,可以直接运行!木有使用opencv、metlab等api-Pure java code written sift picture recognition algorithm, welcomed the exchange correction! Image matching effect, or can, can run! Wood using opencv, metlab etc. api
ransacOverlap
- 程序使用sift提取和匹配图像的特征点,使用RANSAC得到图像的单应矩阵H,再将其中一幅图像通过H变换到另一幅图像的坐标系中。最后计算得到两幅图像重叠区域。图像可以换成自己的。-This code use SIFT to extract and match feature points.Then RANSAC is utilized to calculate homography matrix.Finally,the overlap rate of these two images will
Ellipses
- 这是一个快速和非迭代椭圆拟合算法,代码是基于一本合适的数值稳定版本R. Halir and J. Flusser只是将数据中心,以进一步提高性能-This is a quick and non-iterative ellipse fitting algorithm code is based on an appropriate value stable version of R. Halir and J. Flusser just the data center, in order to fur
FCM
- MRI脑肿瘤分割matlab代码,内面的gui要重新编译才能运行-MRI brain tumor segmentation matlab code, gui inner surface to be recompiled to run
regiongrowing
- 区域生长法实现图像分割 区域生长的基本思想是将具有相似性质的像素集合起来构成区域。具体是先对每个需要分割的区域找一个种子像素作为生长的起点,然后将种子像素周围领域中与种子像素相同或相似性质的像素(根据某种事先确定生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当做新的种子像素继续进行上面的过程,直到再没有满足条件的像素可被包括进来,这样,一个区域就长成了。-The basic idea of the pixels to achieve image s
