搜索资源列表
TIP_ASDS_IR
- TIP10的paper "Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regularization" 的代码。一个图像去噪和超分辨的算法-TIP10' s paper " Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regul
MATLABArnold
- 用Arnold矩阵变换进行图像置乱的加密算法及其源代码-By Arnold transform the matrix of image scrambling encryption algorithm and its source code
Pattern_Recognition_by_Moment_Invariant
- .M.K.Hu.发表的关于不变矩的著名文章Pattern Recognition by Moment Invariant,用校园网通过IEEE.Xplore下载,比较珍贵 -. MKHu. Published about the same moment a well-known article Pattern Recognition by Moment Invariant, Netcom had used the campus IEEE.Xplore download compare preci
pic393
- 频域法加入数字水印的原理是首先将原始信号(语音一维信号、图像二维信号)变换到频域,常用的变换一般有DWT、DCT、DFT、WP和分形。然后,对加入了水印信息的信号进行频域反变换(IDWT、IDCT、DFT、WP),得到含有水印信息的信号。-Frequency-domain digital watermarking method by adding the principle is that first of all, the original signal (voice signal of on
8077
- Template design by Free CSS Templates Welcome to Frankincense This is Frankincense , a free, fully standards-compliant CSS template designed by FreeCssTemplates for Free CSS Templates. This free template is released under a Creative Commons
code
- 实现对于数字图像进行加入水印和水印提取的操作,基于的是DCT域的变换方法。-The realization of the digital images by adding watermarks and watermark extraction operation, the DCT-based transform domain.
regiongrowing
- region growing for image segmentation, code by Dkroon
3
- 实现图像的修复,适用于需要修复面积较大的图像。本算法是采用region filling and object removal by exemplar-based image inpainting ,适用CIE lab颜色空间进行计算,发表于IEEE 2004-A new algorithm is proposed for removing large objects from digital images.the challenge is to fill in the hole that is
practice
- 数字图像处理科目中一道有关缩放图像的典型问题的答案-Zooming and Shrinking Images by Pixel Replication
signal decomposition by bp
- 基于基追踪(basis pursuit)对信号进行稀疏表示的算法-signal decomposition by basis pursuit...
IMAGE-PROCESSING-SEGMENTATION-BY-REGION-GROWINGl.
- IMAGE PROCESSING: SEGMENTATION BY REGION GROWING
Noise_cancellation-by-CNN-in-Image-Processing
- Noise cancellation in Image Processing by Neural network
LBF
- 这是“Implicit Active Contours Driven by Local Binary Fitting Energy”(简称LBF模型)的MATLAB源代码。LBF模型是非常重要局部区域活动轮廓模型,它被广泛使用于各个领域,如MRI大脑图像分割,血管图像分割,图像偏差场纠正。-This is the "Implicit Active Contours Driven by Local Binary Fitting Energy" (referred to as the LBF mod
Face-Recognition-by-Kresimir-Delac-and-Mislav-Grg
- The basic idea behind proposed system is to represent user’s facial surface by a digital signature called normal map.
Extracted-by-Canny-edge-operator
- 本程序是基于visual c++下编程实现了利用canny算子实现了对图像的边缘提取。-This procedure is based on visual c++ programming under the operator realized by using canny edge detection of images.
kmeans-image-segmentation
- K-means算法是一种动态聚类方法,这种方法先选择若干样本作为聚类的中心,在按某种聚类准则(通常采用最小距离原则)使各种样本向各个中心积聚,从而得到初始的分类,然后,判断分类的合理性,如果不合理,就修改分类,如此反复的修改聚类的迭代运算,直到合理为止。-K-means algorithm is a dynamic clustering method, this method, select the number of samples as a cluster center in the clu
Save-images-from-video-output-by-1-sec.-using-Ope
- Save images from a camera out put by one second using Opencv2.1 in C++.
Camera-Calibration-by-a-Single-Image-of-Balls--Fr
- Camera Calibration by a Single Image of Balls- From Conics to the Absolute Conic
Memory-by-the-image
- vc++中,在内存中获图像及处理,图像可以放置在任意位置,不必提前加载-vc++, in the memory and processing by the image, the image can be placed in any position, do not load in advance
zooming-and-shrinking
- 采用像素复制的方法,对图像进行缩小放大,可以自行输入缩放倍数,并将结果自动输出为JPG格式的图片。-Zooming and Shrinking Images by Pixel Replication.