搜索资源列表
matcher
- 自己写的两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。-himself wrote the two images and matching feature points, which used the OpenCV library, features include : the feature points subpixel accuracy testing, the initial matching feat
imagelabel
- 在二值图像中,相互联结的黑像素的集合成为一个(黑)区域。本程序通过对图像内每个区域进行标记操作,求得区域的数目。 采用8连通判别算法。 从左到右,从上到下,依次检测每个像素,如果发现某像素点像素值为0,则依次检测该点的右上、正上、左上及左前点共四个点的像素值,判断他们的连通性。-value of the two images, mutual association of black pixels set to become a (black) region. The proced
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
pic
- 图像的像素操作,点运算,算术运算,位图操作等操作-Image pixel manipulation point arithmetic, arithmetic operations, bitmap operations and other operations
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
image-fusion
- 基于低频融合策略的小波图像融合算法 ,高频系数融合均采用基于像素点绝对值取大的规则-Wavelet image fusion algorithm based on low-frequency fusion strategy, integration of high-frequency coefficients are based on the absolute value of the pixel point to take a big rule
demosaicking
- 自己写的一些代码,包括对图像的预处理,以及binary经典算法,和一些自己改进的算法的代码。自己的算法因得到的效果不错已发表。 rgb2bayer: 转换到bayer格式 border:处理图像边缘像素点 method1-4:不同的去马赛克算法的实现 cpsnr:峰值信噪比的公式实现-Write some code, including image preprocessing, and binary classical algorithm, the imp
txtezheng
- 能有效提取图像的特征,包括:不变矩特征、形态特征、周长像素点、面积,矩形度,圆形度,拉伸度特征等。详情见 后的内容。-Can effectively extract image features, including: moment invariants, morphology, pixel perimeter, area, squareness, roundness, tensile elongation characteristics.
GT
- 可以自动检测带框图像中,四边形框的左上角和右下角像素点坐标。做groundtruth的时候非常好用。-It can automatically detect the framed image, left and right corners of the rectangular frame pixel coordinates.
Image_2D_interpolation
- 对像素点较少的原始图像进行二维插值,以提高图像的平滑度。()