Location:
Search - matrix image
Search list
Description: 高阶矩在颜色传输中的应用,利用高阶矩阵统计图像特征,使目标图像具有与源图像相近的颜色特征-Higher Moments in color and transmission applications, the use of higher order statistics matrix image feature, with the target image with the image source close to the color feature
Platform: |
Size: 1127807 |
Author: 蝌蚪 |
Hits:
Description: 计算图像纹理共生矩阵及共生矩阵相关系数、熵等几个特征值,供后续的分类识别应用。提供了友好的操作界面。觉得最好的应用就是用于人脸识别的样本训练。-calculated image texture symbiotic matrix and symbiotic correlation coefficient matrix, some features, such as entropy values for the follow-up to the recognition and classification application. Provide a friendly interface. Think the best applications for the face recognition is a sample of training.
Platform: |
Size: 90736 |
Author: leilin |
Hits:
Description: 一个把给定矩阵(图像)按ZigZag排序的算法,高级程序员编写,非常精炼,可供图像处理编程人员参考。-put to a fixed matrix (Image) by permutation sorting algorithm, senior programmer preparation, very refined image processing program for reference.
Platform: |
Size: 25451 |
Author: RF |
Hits:
Description: 图像数字的识别。输入一系列有代表性的图像数字的样本,训练网络,得到的权值序列存放到文件中;输入待识别的图像数字序列,通过学习得到的权值矩阵对图像中的数字进行识别,并输出结果。-image recognition. Importation of a representative range of digital images of samples, the training network, the weights of sequences stored to a file; Identification input to the image sequence, through learning the right weight matrix image of the identification, and output results.
Platform: |
Size: 78845 |
Author: liuhong |
Hits:
Description: 基于图像的灰度共生矩阵方法的图像纹理分割-Gray-level image-based methods of co-occurrence matrix image texture segmentation
Platform: |
Size: 1024 |
Author: xxyyff |
Hits:
Description: This file include some image process program:
void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize)
bool CalMoments(float Moments[7], IMAGEDATA *pSrImg)
void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg)
void Im2Bw(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg)
float Graythresh(IMAGEDATA *pImgData)
void MomentInvar(double Moments[7], IMAGEDATA *ret)
bool CalGabor(float Gabor[32], IMAGEDATA *pSrImg)
void TexGabor(float Gabor1[MM*NN],float Gabor2[MM*NN],IMAGEDATA *przImg)
int FloatSearch(MATRIX *pData, int *nLabels, int d, int delta, int r, TSubset *bset)
-This file include some image process program:
void ImResize(IMAGEDATA*pRtImg, IMAGEDATA*pSrImg, int nFixSize)
bool CalMoments(float Moments[7], IMAGEDATA*pSrImg)
void RGB2Gray(IMAGEDATA*pRtImg, IMAGEDATA*pSrImg)
void Im2Bw(IMAGEDATA*pRtImg, IMAGEDATA*pSrImg)
float Graythresh(IMAGEDATA*pImgData)
void MomentInvar(double Moments[7], IMAGEDATA*ret)
bool CalGabor(float Gabor[32], IMAGEDATA*pSrImg)
void TexGabor(float Gabor1[MM*NN],float Gabor2[MM*NN],IMAGEDATA*przImg)
int FloatSearch(MATRIX*pData, int*nLabels, int d, int delta, int r, TSubset*bset)
Platform: |
Size: 12288 |
Author: wan_xianglin |
Hits:
Description: 提出一种基于视觉特性的图像摘要算法,增大人眼敏感的频域系数在计算图像Hash时的权重,使得图像Hash更好地体现视觉特征,并提高鲁棒性。将原始图像的分块DCT系数乘以若干由密钥控制生成的伪随机矩阵,再对计算的结果进行基于分块的Watson人眼视觉特性处理,最后进行量化判决产生固定长度的图像Hash序列。本算法比未采用视觉特性的算法相比,提高了对JPEG压缩和高斯滤波的鲁棒性。图像摘要序列由密钥控制生成,具有安全性。-Based on the visual characteristics of the image digest algorithm, increasing the human eye-sensitive frequency-domain coefficients in the calculation of the image when the weight of Hash, Hash makes images better reflect the visual characteristics, and improve robustness. Will block the original image multiplied by the number of DCT coefficients generated by the key control of pseudo-random matrix, then the results of calculation based on the sub-block of Watson HVS treatment, and finally quantify the judgments arising from fixed-length sequence of images Hash . Than the algorithm did not use the visual characteristics of the algorithm, improve the JPEG compression and Gaussian filtering robustness. Abstract image sequence generated by the key control, with security.
Platform: |
Size: 167936 |
Author: kurt |
Hits:
Description: 图像压缩去噪增强锐化程序,供大家参考。
包括:数字图像矩阵数据的显示及其傅立叶变换
二维离散余弦变换的图像压缩
采用灰度变换的方法增强图像的对比度
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
图像的自适应魏纳滤波
运用5种不同的梯度增强法进行图像锐化
图像的高通滤波和掩模处理
利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-Sharpen Image Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
Platform: |
Size: 11264 |
Author: 张悦庭 |
Hits:
Description: 检测图像的边缘:
用Prewitt算子检测图像的边缘
,用不同σ值的LoG算子检测图像的边缘
,用Canny算子检测图像的边缘
,图像的阈值分割
,用水线阈值法分割图像
,对矩阵进行四叉树分解
,将图像分为文字和非文字的两个类别
,形态学梯度检测二值图像的边缘
,形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-Image edge detection: edge detection using Prewitt edge images, with different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water line thresholding segmentation images, of the matrix quadtree decomposition, the image is divided into text and non-text of two categories, the morphological gradient detection of the edge binary image, morphology examples- from PCB image delete all current lines, retaining only the target chip
Platform: |
Size: 40960 |
Author: 张悦庭 |
Hits:
Description: 边缘提取 采用不同的边缘提取算子 并且求图像的Hessian矩阵图像 -Edge extraction using different edge detection operator and the Hessian matrix for image Image
Platform: |
Size: 1024 |
Author: wenbin |
Hits:
Description: 基于hessian矩阵的图像处理,内附hessian的matlab源码-Hessian matrix-based image processing, Hessian containing the matlab source code
Platform: |
Size: 1024 |
Author: 郑英杰 |
Hits:
Description: 使用matlab求图像的灰度共生矩阵的程序,很好用-Using matlab for image co-occurrence matrix of gray-scale procedure, a very good use
Platform: |
Size: 4096 |
Author: 罗志华 |
Hits:
Description: When designing software for processing images for the characters, each character is converted into a matrix M (7,5)-valued binary (black =1 and white = 0)
Due to memory problems we wanted to compress the vector M.
The program reads from the conversion matrix M and the matrix M in a vector V, and compression of vector V -> C
and end is the display of vector C -When designing software for processing images for the characters, each character is converted into a matrix M (7,5)-valued binary (black =1 and white = 0)
Due to memory problems we wanted to compress the vector M.
The program reads from the conversion matrix M and the matrix M in a vector V, and compression of vector V -> C
and end is the display of vector C ...
Platform: |
Size: 315392 |
Author: kader125 |
Hits:
Description: 实现图像矩阵的显示,opencv编的,很好用,欢迎大家下载-Of image matrix display, opencv series, useful, welcome to download
Platform: |
Size: 1033216 |
Author: 李珺 |
Hits:
Description: Panoramic Image Mosaics
This paper presents some techniques for constructing panoramic image mosaics from sequences
of images. Our mosaic representation associates a transformation matrix with each
input image, rather than explicitly projecting all of the images onto a common surface (e.g., a
cylinder)
Platform: |
Size: 489472 |
Author: mahesh chorage |
Hits:
Description: 本文提出一种基于特征点的运动场景图像拼接算法。基于相似变换消除选取在运动物体上的特征点,并使用RANSAC 算法进行外点的剔除。在融合阶段,根据齐次变换矩阵求得对2 幅图像的差异图像,并执行区域增长算法,从而分割出运动区域。使用一种分段映射算法生成全景图像。实验证明了算法的有效性-This paper presents a scenario based on the movement of feature points image mosaic algorithm. Selected based on similarity transformation to eliminate the feature points on moving objects, and use the RANSAC algorithm the outliers removed. In the integration phase, obtained under the homogeneous transformation matrix between the image of two images, and the implementation of region growing algorithm to segment the moving regions. Generated using a mapping algorithm segment panoramic image. Experimental results show the effectiveness of the algorithm
Platform: |
Size: 153600 |
Author: wenping |
Hits:
Description: 图像的HESSIAN矩阵特征图像,从而可以针对特征值进行对图像增强-Characteristics of the image HESSIAN matrix image, which can target value of image enhancement features
Platform: |
Size: 275456 |
Author: zzz |
Hits:
Description: 实验两张图片的拼接,对于图片中的匹配对,用ransac方法消除错配,并估计出仿射矩阵。然后将一张图进行仿射变换,再实现拼接-Experiment two pictures of the stitching, matching pairs for the picture, with ransac way to eliminate mismatches, and to estimate the affine matrix. Then an affine transformation diagram, and then realize splicing
Platform: |
Size: 17755136 |
Author: 肖旺裕 |
Hits:
Description: 矩阵分析与理论应用,基于SVD的图像压缩处理,实例,源码-SVD based image compression processing, examples, source
Platform: |
Size: 1733632 |
Author: shell |
Hits:
Description: 利用VTK获得图像的方向余弦值,从而得到图像的旋转变换矩阵。-Use VTK get direction cosine of the image, resulting in rotational transformation matrix image.
Platform: |
Size: 12288 |
Author: fanyangyang |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»