资源列表
RLE
- 游程编码,对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。是无损压缩编码的一种。(RLE is a coding method for two valued images, encoding a continuous black and white prime number in different codewords. It is a kind of lossless compression coding.)
fcm1
- 此程序采用 FCM,模糊c 均值方法,用于边缘检测(This program uses FCM, fuzzy C mean method, for edge detection)
jiaozhun1
- 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)
build_database_for_image
- 在同一个根目录下有若干个文件夹,每个文件夹下有若干张图片,对这些图片提取CNN特征,生成一个文件夹名和图片对应的mat数据文件(There are several folders under the same root directory. There are several pictures under each folder. Extract CNN features from these pictures, and generate a folder name and mat data f
中值滤波算法
- 可以用于图像处理的中值滤波算法,包含两种算法。(Median filtering noise reduction)
2D-interpolation
- G++和opencv实现图像的双线性插值(G++ code for Bilinear interpolation of images with opencv)
retinex-MCCANN
- 基于retinex的图像增强,单尺度retinex算法(Single scale retinex,image enhancement)
median_filter
- 不利用IDL自带函数的情况下,实现自定义窗口半径的中值滤波算法,窗口边缘值的问题采用重复边缘和补0两种方法。(If we don't use IDL's own function, we can realize the median filter algorithm of the custom window radius. The problem of window edge value adopts two ways: repeated edge and complement 0.)
adapt_mid_filter
- 实现自适应中值滤波,边缘问题采用复制边缘像素的方法。(Achieve adaptive median filtering, and the edge problem uses a method of copying edge pixels)
Relative_error_
- 用来比较两张图片的相似程度的MATLAB程序(A MATLAB program used to compare the similarity between two pictures)
求解反卷积
- 图像的卷积处理以及进行解卷积的操作,用conv进行卷积操作(Convolution operation of image and operation of deconvolution, convolution operation with conv)
UIColor+ColorChange
- UIColor的分类Category,颜色十六进制转UIColor(UIColor Category,Color hexadecimal to UIColor)