资源列表
Efficient-graph-image-segment
- 基于图的有效的图像分割算法,此算法使用聚类来进行图像分割,分割结果快而精确-Efficient Graph-Based Image Segmentation,which is using clustering to segment image.The algorithm runs in time nearly linear in the number of graph edges and is also fast in practice
image-divisions
- 本代码是关于图像分块的研究,主要是把大的图像分块后再进行进一步处理.-our code is research on the image division, which is mainly dividing image into many regions, and then deal with them.
ImageSpiritVerbalGuidedImageParsing
- 此算法采用稀疏域对图像进行分割,此文件包含了C++源代码,分割效果很好。-Image segmentation based On ImageSpirit Verbal,it is C++ resource code.
ConsoleApplication1
- 视频流人脸识别,环境是vs2013+opencv 2.4.1,在我电脑上完美运行-face detection in live videostream,it works well on my pc
qiepian
- 图片可以拦截任何指定的宽度和高度坐标生成的批处理切出的图像块。-Pictures can intercept any of the specified width and height coordinates generated batch cut out picture blocks.
demo
- 数字图像处理的各项功能,图像增强、滤波、分割、图像变换、直方图等-Digital image processing of the various functions, image enhancement, filtering, segmentation, image transformation, histogram, etc.
chepaidingwei
- 特别经典的图形图像处理代码,对实现汽车牌照图片进行图像变幻处理后得到车牌的实际数字。-Special classic graphic image processing code, after the realization of car license plate image to image processing to give actual figures changing license plates.
histeq_my
- 将输入的猜的图像转换为灰度图后进行直方图均衡化,时间复杂度和空间复杂度较低-Guess the input image converted to grayscale histogram equalization, time complexity and space complexity is low
mlbp
- 这是对图像进行分块的代码,分块后提取LBP特征,站中有LBP代码,可以直接调用这个代码进行分块LBP特征提取-This is to block of code of image, block LBP feature extracting, after standing in LBP code, you can directly invoke the code block LBP feature extraction
test_pana10
- 自己用MFC写的sift算法的提升速度后的版本,可以同时对多幅图像实现自动拼接-A rapid sift method is developed by me. It can realize image mosaicking for more pictures.
lshcode
- LSH哈希算法matlab版。内有详细说明和流程步骤,还有小demo-This directory contains an simple implementation of Locality-Sensitive Hashing (LSH) algorithm by Indyk et al. The main functions are (see documentation in each file for more details):
finding-circle-with-HOUGH-method-
- HOUHG 变换检测圆坐标源代码。,确定一个圆需要:X坐标,Y坐标,半径三个未知量。 做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如果X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径,那么是 不是在这个三维空间。-C++ code for finding circle with HOUGH method
