-
Wave-equation-forward-modeling
1、参数初始化;
2、形成边界削波数据;
3、波场初始化;
4、Zmax层波场延拓到深度Zmax-1;
5、Zi+1层波场延拓到深度Zi;
6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场;
7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场;
(1, parameter initialization
2, the formation of boundary clipping data
3, wave field initialization
4, Zmax layer wave field extended to the depth of Zmax-1
5, Zi+1 layer wave field extended to the depth of Zi
6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field
7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
- 2021-03-07 16:59:29下载
- 积分:1
-
IFC读写代码
IFC文件格式读取和写出源码,目前该源码是1.0版本(IFC file format reads and writes the source code, which is currently version 1.0)
- 2020-09-16 14:17:55下载
- 积分:1
-
tuxiangzengqiang
这里的图像增强包括灰度修正、平滑、滤波、锐化等,是图像处理的基本操作,本代码调试通过(Here, including gray-level correction image enhancement, smoothing, filtering, sharpening, etc., is the basic image processing operations, the code debugging by)
- 2010-09-04 15:16:24下载
- 积分:1
-
test_FLICM
FLICM一种基于模糊局部信息C均值聚类方法,是对传统FCM聚类方法的最近改进方法,具有更强的鲁棒性,效果明显优于传统算法。(A novel and robust FCM framework for image clustering called Fuzzy Local Information C-means (FLICM) clustering
algorithm.)
- 2011-10-18 00:30:56下载
- 积分:1
-
CCD-
采用National Instruments 视觉算法库,雷赛运动控制卡,映美精相机 检测手机LOG(Using National Instruments vision algorithms library, Lemire motion control card, Imaging camera detects the phone LOG)
- 2015-03-25 14:49:56下载
- 积分:1
-
trifilter
三边滤波器是在二边滤波器上做的改进,对图像处理有广泛的应用。(Trilateral filter is a filter on the two sides to make improvements on a wide range of image processing applications.)
- 2020-12-01 21:39:26下载
- 积分:1
-
watermark
基于脆弱性的水印嵌入算法,包括水印嵌入,水印攻击等(Based on the vulnerability of the watermark embedding algorithm, including watermark embedding, watermark attacks and so on)
- 2020-07-02 22:00:02下载
- 积分:1
-
homework
应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张(Used in the field of computer vision, using homography information will be combined into a two picture)
- 2009-09-14 22:19:39下载
- 积分:1
-
GPM-
一种新颖的退化图像复原算法。结合最大差值先验假设和最大局部对比度先验假设,快速有效的得到退化图像的深度转换估计图。结合软抠图法和shades of the gray算法实现图像去雾和水下图像处理。(A novel degraded image restoration algorithm. Combined with maximum difference between a priori assumptions and maximum local contrast priori hypotheses, quickly and efficiently get degraded image depth conversion estimates Chart. Combined with soft matting law and shades of the gray image algorithm to image processing and underwater fog)
- 2020-12-03 00:09:25下载
- 积分:1
-
图片位深度转换
基于mfc对话框开发的图片位深度转换器,源码部分截图如下。 CImage img; img.Load("D:\qrcode.png"); img.Save("D:\qrcode.bmp"); CxImage ximage; ximage.Load("D:\qrcode.bmp", CXIMAGE_FORMAT_BMP); ximage.AlphaStrip(); ximage.Save("D:\11.bmp", CXIMAGE_FORMAT_BMP);
- 2019-09-04下载
- 积分:1