码迷,mamicode.com
首页 >  
搜索关键字:laplacian    ( 53个结果
【数字图像处理】七.MFC图像增强之图像普通平滑、高斯平滑、Laplacian、Sobel、Prewitt锐化详解
本文主要讲述基于VC++6.0 MFC图像处理的应用知识,主要结合自己大三所学课程《数字图像处理》及课件进行讲解,主要通过MFC单文档视图实现显示BMP图像增强处理,包括图像普通平滑、高斯平滑、不同算子的图像锐化知识。希望该篇文章对你有所帮助,尤其是初学者和学习图像处理的学生。...
分类:编程语言   时间:2015-06-08 19:35:14    阅读次数:183
四大机器学习降维算法:PCA、LDA、LLE、Laplacian Eigenmaps
四大机器学习降维算法:PCA、LDA、LLE、Laplacian Eigenmaps机器学习领域中所谓的降维就是指采用某种映射方法,将原高维空间中的数据点映射到低维度的空间中。降维的本质是学习一个映射函数 f : x->y,其中x是原始数据点的表达,目前最多使用向量表达形式。 y是数据点映射后的低维...
分类:编程语言   时间:2015-05-30 20:59:04    阅读次数:253
opencv边缘效果比较
边缘方法有: sobel, scharr, laplacisan, canny原图:sobel vertical filter 垂直滤波sobel horizonal filter水平滤波laplacian中值去躁后拉普拉斯滤波laplacian只输出二值化边缘canny
分类:其他好文   时间:2015-04-17 10:50:04    阅读次数:389
高效的计算Laplacian 矩阵
直接上代码,可以直接调用: function L1 = CP_Laplacian( M ) %UNTITLED Summary of this function goes here % Detailed explanation goes here % number of vertices (size...
分类:其他好文   时间:2014-12-21 22:04:15    阅读次数:289
IMAGE FUSION USING LAPLACIAN PYRAMID
拉普拉斯金字塔也可以用于融合图像,具体运行结果和图像如下:原图像: 融合后图像:代码如下:%清屏clear all; close all; clc;%读取图像及尺寸fimg=double(imread('1807i_12.bmp'));simg=double(imread('1807v_12.bmp...
分类:其他好文   时间:2014-12-11 22:05:17    阅读次数:221
Laplacian eigenmap 拉普拉斯特征映射
下面是实验室大牛师兄自己写的一段总结,主要内容是Laplacian Eigenmap中的核心推导过程。有空还是多点向这位师兄请教,每次都会捡到不少金子。Reference : 《Laplacian Eigenmaps for Dimensionality Reduction and Data Rep...
分类:其他好文   时间:2014-11-05 01:51:32    阅读次数:1534
Laplace算子和Laplacian矩阵
1 Laplace算子的物理意义Laplace算子的定义为梯度的散度。在Cartesian坐标系下也可表示为:或者,它是Hessian矩阵的迹:以热传导方程为例,因为热流与温度的梯度成正比,那么温度的梯度的散度就是热量的损失率。由此可见,Laplace算子可用于表现由于物质分布不均引起的物质输送。2...
分类:其他好文   时间:2014-10-12 13:24:58    阅读次数:179
科研论文
[1] Jingjing Liu and Xiayang Shi, Existence of three solutions for a class of quasilinear elliptic systems involving the (p(x), q(x))-Laplacian, Nonli...
分类:其他好文   时间:2014-09-14 10:07:16    阅读次数:211
发表论文
[1] Jingjing Liu* and Xiayang Shi, Existence of three solutions for a class of quasilinear elliptic systems involving the (p(x), q(x))-Laplacian, Nonl...
分类:其他好文   时间:2014-08-24 11:31:42    阅读次数:194
数学之路-python计算实战(21)-机器视觉-拉普拉斯线性滤波
拉普拉斯线性锐化滤波  LaplacianCalculates the Laplacian of an image.C++: void Laplacian(InputArray src, OutputArray dst, int ddepth, int ksize=1, double scale=1, double delta=0, int borderType=BORDER_DEFAULT )P...
分类:编程语言   时间:2014-07-28 00:05:59    阅读次数:393
53条   上一页 1 ... 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!