Welcome![Sign In][Sign Up]
Location:
Search - fusion in matlab code

Search list

[Special EffectsWedgelet_fusion

Description: Wedgelet图像融合Matlab代码,供参考学习 说明:程序运行中要用到wedgelet工具包wavelet802工具包,在此文件中未包含此工具包,所以运行时候需要安装此包。 其中部分函数内有说明文档。-Wedgelet Image Fusion Matlab code for reference study : procedures for the operation of the wedgelet use tool kits wavelet802 tool kits In this document does not contain this tool kits, running when it needs to install this package. Some of these functions are documented.
Platform: | Size: 139193 | Author: 林清华 | Hits:

[Special EffectsWedgelet_fusion

Description: Wedgelet图像融合Matlab代码,供参考学习 说明:程序运行中要用到wedgelet工具包wavelet802工具包,在此文件中未包含此工具包,所以运行时候需要安装此包。 其中部分函数内有说明文档。-Wedgelet Image Fusion Matlab code for reference study : procedures for the operation of the wedgelet use tool kits wavelet802 tool kits In this document does not contain this tool kits, running when it needs to install this package. Some of these functions are documented.
Platform: | Size: 139264 | Author: | Hits:

[Special Effectsquyu-fusion

Description: 基于区域的小波变换融合方法,主要是基于区域能量、区域方差、区域最大这几种方法。-Region-based wavelet transform fusion method is mainly based on regional energy, regional variance, the largest in this region several ways.
Platform: | Size: 1024 | Author: lieutenant | Hits:

[Special Effectsmyimagefusion

Description: 我一个师兄毕业是编写的图像融合程序,一定有人需要的-I am a senior graduating from the preparation of the image fusion procedure, a certain someone in need
Platform: | Size: 1260544 | Author: 龚振宇 | Hits:

[Graph programfuse_method

Description: 图象处理的融合算法集合,有8种融合算法,这是我硕士课题中的源代码.以函数的形式给出,肯定能用-The integration of image processing algorithm for the collection, there are eight kinds of fusion algorithm, this is my master s degree in the subject s source code. In the form of function is given, certainly can
Platform: | Size: 8192 | Author: 陈超 | Hits:

[AI-NN-PRPCNN_toolbox

Description: 该程序是我用在图像融合中的脉冲耦合神经网络(PCNN)的代码,希望对各位有用。欢迎访问http://quxiaobo.go.8866.org or http://quxiaobo.blog.edu.cn-The program that I used in image fusion of Pulse-Coupled Neural Network (PCNN) code, in the hope that useful. Welcome to http://quxiaobo.go.8866.org or http://quxiaobo.blog.edu.cn
Platform: | Size: 229376 | Author: 小波 | Hits:

[Graph program2525894613658

Description: 包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码-Which are used in the IHS, PCA-weighted Image Fusion Algorithm three Matlab source code
Platform: | Size: 110592 | Author: 杨平 | Hits:

[Special Effectsmatlab

Description: matlab源代码 基于小波的图像融合 图像增强 图像压缩-matlab source code for the image fusion based on wavelet image compression image enhancement
Platform: | Size: 5120 | Author: 007 | Hits:

[Waveletwavelet

Description: 单小波变换应用于图像压缩,及其应用于图像融合的MATLAB代码-Single-wavelet transform to image compression, image fusion and its application to the MATLAB code
Platform: | Size: 168960 | Author: huangqiang | Hits:

[Mathimatics-Numerical algorithmsCurvelet

Description: The code first quantize the face image in different bit planes and then perform curvelet transform with different resolution
Platform: | Size: 64512 | Author: HirenParmar | Hits:

[OtherImage_fusion

Description: 图像融合及其源代码在MATLAB环境下的应用-Image fusion and its source code application in MATLAB
Platform: | Size: 601088 | Author: 王宇 | Hits:

[Special EffectsImage-Fusion

Description: 图形图像处理中图像融合的MATLAB程序代码,用于将同一对象的两个或多个图像合成在一幅图像中。-Graphic image fusion Image Processing MATLAB code for the same object in two or more images in an image synthesis.
Platform: | Size: 48128 | Author: lite | Hits:

[matlabHOG

Description: Image descriptor based on Histogram of Orientated Gradients for gray-level images. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable Classifier-Fusion Schemes: An Application To Pedestrian Detection, In: 12th International IEEE Conference On Intelligent Transportation Systems, 2009, St. Louis, 2009. V. 1. P. 432-437. In case of publication with this code, please cite the paper above.- Image descriptor based on Histogram of Orientated Gradients for gray-level images. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable Classifier-Fusion Schemes: An Application To Pedestrian Detection, In: 12th International IEEE Conference On Intelligent Transportation Systems, 2009, St. Louis, 2009. V. 1. P. 432-437. In case of publication with this code, please cite the paper above.
Platform: | Size: 2048 | Author: Arij | Hits:

[Waveletwavelet-matlab

Description: 基于小波变换的图像融合源代码,利用的融合规则分别使用简单的模值取大和基于区域能量。-Image fusion based on wavelet transform source code, the use of fusion rule modulus were obtained using a simple large and region-based energy.
Platform: | Size: 98304 | Author: 葛宏 | Hits:

[Special EffectsBreast-Cancer-Diagnosis-via-Linear-Programming.ra

Description: medical image fusion in breast cancer.
Platform: | Size: 239616 | Author: mitesh | Hits:

[Special EffectsWavelet-transform---image-fusion

Description: 小波变换-图像融合的matlab代码~ 图像融合实验。显微镜或照相机在某一次固定焦距下清晰成像的物距是一定的,即成像的物体只有一个层面是清晰而其它层面是模糊的,需要我们把各幅在不同焦距下的图像融合成一张图像,使得远近的物体都清晰。 设定好融合图像数、小波分解的层数、彩色图像的通道数等几个参数后,可对原图像进行融合。 本算法首先对彩色图像变成YIQ空间,对所有图像的各个颜色分量进行小波分解,然后在小波变换域上根据某种策略选取系数,最后做小波反变换和YIQ反变换即得结果图像。-Wavelet transform- image fusion matlab code to image fusion experiments. Microscope or camera in a fixed focal lengths clear imaging object distance is certain that the imaging of objects is only one level is clear and at other levels is vague, we need various pieces of different focal lengths, image fusion into an image, near and far objects in focus. Set fused image, wavelet decomposition of the number of layers, the number of channels of the color image and several other parameters, the original image fusion. The algorithm first color image into the YIQ space, each color component of the image wavelet decomposition, according to a strategy selection coefficient in the wavelet transform domain, and finally do the inverse wavelet transform and YIQ inverse transform to obtain the resulting image.
Platform: | Size: 4661248 | Author: 吴迪 | Hits:

[matlabmatlab-code-for-image-fusion-using-maximum-method

Description: this a collection of suite used for image fussion of two images that are pet and mri images mainly. used in medical image processing.-this is a collection of suite used for image fussion of two images that are pet and mri images mainly. used in medical image processing.
Platform: | Size: 49152 | Author: renjith149 | Hits:

[matlabFinal-Code

Description: image fusion matlab code for medical application in identification of tumor
Platform: | Size: 1288192 | Author: siva | Hits:

[matlabdctVarFusion

Description: DCT fusion code in matlab
Platform: | Size: 1024 | Author: maso0m | Hits:

[matlabMATLAB图像与视频处理实用案例详解试读样章

Description: 详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility case (including operating procedures), involving haze denoising, sheet automatic marking, lung image segmentation, wavelet digital watermarking, image retrieval, face recognition, license plate location and two-dimensional code recognition, image compression, Hoffman handwritten digit recognition, character recognition, text English anterior segment tissue extraction, panoramic image mosaic, image fusion, light control, analog audio signal of speech recognition pavement crack detection and identification, video tracking, motion estimation of Simulink image processing technology based on a number of important)
Platform: | Size: 1324032 | Author: 糖糖的小糖 | Hits:
« 12 3 »

CodeBus www.codebus.net