资源列表
[图形图像处理(光照,映射..)] 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.<杨东> 在 2025-09-25 上传 | 大小:702kb | 下载:0
[图形图像处理(光照,映射..)] histeq_my
说明:将输入的猜的图像转换为灰度图后进行直方图均衡化,时间复杂度和空间复杂度较低-Guess the input image converted to grayscale histogram equalization, time complexity and space complexity is low<炆芳> 在 2025-09-25 上传 | 大小:1kb | 下载:0
[3D图形编程] pano_rectify
说明:用opengl打开全景照片,实现全景播放器的功能-use opengl to open pano<chenlu> 在 2025-09-25 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] 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<白燕> 在 2025-09-25 上传 | 大小:1kb | 下载:0
[波变换] Orthogonal-wavelet
说明:用Mallat 算法对于正交小波进行实现与分解-Using Mallat algorithm for the realization and decomposition of orthogonal wavelet<张悦> 在 2025-09-25 上传 | 大小:9kb | 下载:0
[图形图像处理(光照,映射..)] test_pana10
说明:自己用MFC写的sift算法的提升速度后的版本,可以同时对多幅图像实现自动拼接-A rapid sift method is developed by me. It can realize image mosaicking for more pictures.<杨占龙> 在 2025-09-25 上传 | 大小:3.77mb | 下载:0
[图形/文字识别] photo-recognize
说明:基于综合特征的图像检索系统程序,直接打开Run.m后运行, 先选待匹配图片,在输入权重,默认文件路径在Pic文件夹下,无须修改!-Image retri system based on an integrated feature of the program directly open the run after Run.m, The first election to be matched image, enter the weight, the default file path<yangtianxiong> 在 2025-09-25 上传 | 大小:561kb | 下载:0
[图形图像处理(光照,映射..)] 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):<yangtianxiong> 在 2025-09-25 上传 | 大小:94kb | 下载:1
[图形图像处理(光照,映射..)] finding-circle-with-HOUGH-method-
说明:HOUHG 变换检测圆坐标源代码。,确定一个圆需要:X坐标,Y坐标,半径三个未知量。 做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如果X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径,那么是 不是在这个三维空间。-C++ code for finding circle with HOUGH method<王子> 在 2025-09-25 上传 | 大小:44kb | 下载:0