搜索资源列表
Laplace
- 这是一个Laplace变换处理图像的例子。是基于单文档形式的。详细写明了Laplace的过程。-This is a Laplace Transform Image examples. It is based on the form of a single document. Laplace detailed written in the process.
laplace
- 对图像进行拉普拉斯变换,边缘检测,现有Sobel算子计算二阶差分,再由内核做卷积-Laplace transform of images, edge detection, Sobel operator calculation of the existing second-order difference, and then by the convolution kernel to do
laplace
- 实现对图像的拉普拉斯变换等,实现对图像的边缘检测。-The realization of the Laplace transform of images and so on, the realization of the image edge detection.
laplace
- laplace 边缘提取方法算法简单、通俗易懂,更好为我们所应用-Laplace Edge Detection algorithm is simple and user-friendly, better for our application
Laplace
- 用Opencv实现拉普拉斯变换获得图像边缘检测-Used to achieve Opencv Laplace transform to obtain image edge detection
LAPLACE
- 实现一个符合Laplace分布的随机数发生器,代码完整,易于理解-The realization of a Laplace distribution in line with the random number generator, code integrity, and easy to understand
Laplace-sharpness
- Laplace-sharpness,(边缘检测),含有详细的参数和函数说明-Laplace-sharpness, (edge detection), containing a detailed descr iption of the parameters and functions
BEM3d-laplace
- 应用边界元方法求解三维Laplace方程,对于数值计算学习有一定的指导性-bem---3D-Laplace equation
laplace
- 基于win32控制台程序,能对视频文件以及摄像头的图像进行经典的Laplace边缘检测-Based on win32 console programs, capable of video files, as well as camera images the classic Laplace edge detection
Laplace
- 这是关于Laplace的程序 重点介绍了laplace的算法 并且用c++语言实现了-This is a program focused on the Laplace introduced the laplace algorithm and used c++ language to implement
p-laplace
- 改进了Criminisi算法,采用P-laplace算子作为数据项进行优先级计算,并有计算PSNR的功能-Improved Criminisi algorithm, using P-laplace operator as data items priority basis, and have calculated the functions of PSNR
Laplace
- 拉普拉斯金字塔算法跟代码!分割图像!请下载!-laplace
laplace
- laplace function to compute polinomial laplace etc, it is simlpe
laplace
- 偏微分数值解法中求解正方形区域中的Laplace方程Dirichlet问题 程序-The solution of numerical solution of partial differential square area of the Laplace equation Dirichlet problem Program
Laplace
- 本实验探讨了如何使用拉普拉斯来达到图像的增强效果(图像锐化)。-This study investigated how to use Laplace to achieve image enhancement (image sharpening).
Laplace-hadi
- In this code the laplace equation is solved by iterative method.For solving matrix of unknowns a method like Jacubi method is used that dependet to little difference between iterations for convergence.
harris-laplace
- 这是基本的脚点检测算法,里面包含了harris detector和harris-laplace detector code,便于操作。-This is the basic foot-point detection algorithm, which includes harris detector and harris-laplace detector code, easy to operate.
解Laplace方程
- 稳定温度场问题,包括Laplace方程的迭代法计算,以及对所采用的SOR松弛法的分析。(The problem of stabilizing the temperature field includes the iterative computation of the Laplace equation and the analysis of the SOR relaxation method employed.)
10-Mixed-Theorem-on-Laplace-and-Inverse
- Mixed-Theorem-on-Laplace-and-Inverse
laplace
- we use fdm method to simulate the laplace partial differential equations. thus you can have a better understand of both the fdm and laplace.