登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:所有
  2. 代码类别:图形图象
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. problem-LastBossOrigin

  问题:找出一个短字符串在一个长字符串中的精确匹配。 要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)

29
下载
127
浏览
2020-12-26发布

2. nurbs曲线

  绘制二维nurbs曲线,可以通过改变控制点或者权重从而改变图形的形状。(Draw a two-dimensional nurbs curve that changes the shape of a shape by changing the control point or weight.)

1
下载
98
浏览
2020-12-24发布

3. nurbs曲线

说明:  绘制二维nurbs曲线,可以通过改变控制点或者权重从而改变图形的形状。(Draw a two-dimensional nurbs curve that changes the shape of a shape by changing the control point or weight.)

8
下载
91
浏览
2020-12-24发布

4. Trajectory-Clustering-matlab

说明:  图像识别,把行人轨迹绘制在公路图上,有多种显示方式。(Image recognition, drawing the pedestrian track on the road map, has a variety of display methods.)

0
下载
87
浏览
2020-12-22发布

5. KSVD-master

说明:  稀疏表示常用matlab代码,可以直接跑(Sparse representation commonly used matlab code, can run directly)

3
下载
91
浏览
2020-12-22发布

6. 最近邻、双三次、双线性插值

说明:  能够实现对一幅图像的最近邻、双线性、双三次三种插值(Can realize the nearest neighbor, bilinear and bicubic interpolation of an image)

6
下载
98
浏览
2020-12-22发布

7. JSteg

  JSteg隐写技术matlab实现代码--基本思想:用秘密信息比特直接替换JPEG图像中量化后DCT系数的最低比特位,但若量化后DCT系数为0或者1,则不进行处理。(DCT系数的LSB嵌入) (JSteg steganography matlab code- the basic idea: direct replacement with the secret information bits JPEG image quantized DCT coefficients in the least significant bit, but if the quantized DCT coefficient is 0 or 1, no processing. (DCT coefficients LSB embedding))

84
下载
121
浏览
2020-12-21发布

8. JSteg

  JSteg隐写技术matlab实现代码--基本思想:用秘密信息比特直接替换JPEG图像中量化后DCT系数的最低比特位,但若量化后DCT系数为0或者1,则不进行处理。(DCT系数的LSB嵌入) (JSteg steganography matlab code- the basic idea: direct replacement with the secret information bits JPEG image quantized DCT coefficients in the least significant bit, but if the quantized DCT coefficient is 0 or 1, no processing. (DCT coefficients LSB embedding))

82
下载
174
浏览
2020-12-21发布

9. voronoi

  能够得到二维、三维voronoi图,修改后可以获得任意数量的voronoi图。(The two or thress-dimensional Voronoi diagram can be obtained, and any number of Voronoi diagrams can be obtained after modification.)

27
下载
113
浏览
2020-12-21发布

10. cloude

  SAR影像cloude分解,提取极化信息(PolSAR cloude decomposition)

10
下载
90
浏览
2020-12-20发布

11. watermark综述+代码

  数字水印算法实现(matlab程序包),包含有DCT水印嵌入算法,DWT水印嵌入算法,以及水印攻击和性能测试程序。参考价值极大(digital watermarking algorithm (Matlab package), including a watermark embedded DCT algorithm, DWT algorithm embedded watermark, watermark and attack and performance testing procedures. Great value)

12. 频域滤波

说明:  编程实现灰度图像的频域滤波算法。使用Matlab实现不延拓和延拓两个版本。对于延拓和不延拓版本,在理想低通滤波器、巴特沃斯低通滤波器和高斯低通滤波器上比较两者的区别;对于延拓版本,比较不同参数设置对上述三种滤波器滤波结果的影响。(Program to realize the filtering algorithm of gray image in frequency domain. Matlab is used to realize two versions of no extension and extension. For the extension version and the non extension version, the differences between the ideal low-pass filter, Butterworth low-pass filter and Gauss low-pass filter are compared; for the extension version, the effects of different parameter settings on the above three filter results are compared.)

3
下载
108
浏览
2020-12-20发布

13. Label Watershed

说明:  用分水岭算法进行图像分割,借鉴形态学理论,将一幅图看成拓扑性地图,其中灰度值对应地形高度。(The watershed algorithm is used for image segmentation, and a map is regarded as a topological map, in which the gray value corresponds to the terrain height.)

2
下载
74
浏览
2020-12-19发布

14. MyLT

说明:  Tent混沌系统的分析图。对就是分析图系列,没错。Tent。。。。。。(The analysis diagram of Tent chaotic system. That's the analysis of the graph series, that's right. Tent)

3
下载
57
浏览
2020-12-19发布

15. adtive_feature1

  以python语言为平台,对机载激光雷达原始数据Las格式和txt格式进行读取,并根据信息熵确定维度特征计算的最佳邻域半径,最后计算得到最佳邻域半径和最佳维度特征值(Based on Python language, the Las format and TXT format of airborne lidar raw data are read, and the optimal neighborhood radius is determined according to the information entropy. Finally, the optimal neighborhood radius and the optimal dimension eigenvalue are calculated.)

1
下载
97
浏览
2020-12-18发布

16. 对机载激光雷达原始数据Las格式和txt格式进行读取 adtive_feature1

说明:  以python语言为平台,对机载激光雷达原始数据Las格式和txt格式进行读取,并根据信息熵确定维度特征计算的最佳邻域半径,最后计算得到最佳邻域半径和最佳维度特征值(Based on Python language, the Las format and TXT format of airborne lidar raw data are read, and the optimal neighborhood radius is determined according to the information entropy. Finally, the optimal neighborhood radius and the optimal dimension eigenvalue are calculated.)

5
下载
119
浏览
2020-12-18发布

17. pca

  运用pca算法降维,提取主要特征值,从而达到降维目的(Dimensionality reduction using pca algorithm, extract the main features of the value of)

166
下载
115
浏览
2020-12-18发布

18. main

说明:  以稀疏基有离散余弦变换基(DCT)和快速傅立叶变换基(FFT)做为稀疏基,高斯随机矩阵、部分哈达玛矩阵为测量矩阵,L1范数、正交匹配追踪算法(OMP)为重建算法进行压缩感知算法实现。 以f = cos(2*pi/256*t) + sin(2*pi/128*t)做为原信号,取原信号f的20%做为输入进行压缩感知重建。(The sparse basis includes discrete cosine transform (DCT) and fast Fourier transform (FFT) as sparse basis, Gaussian random matrix and partial Hadamard matrix as measurement matrix, L1 norm and orthogonal matching pursuit algorithm (OMP) as reconstruction algorithm. In this paper, the reconstructed signal is reconstructed by using the original sensing signal (sinf * t) as the original input signal (i.e. sinf * t * 2) + 2 * s * t * as the input signal.)

4
下载
98
浏览
2020-12-17发布

19. imageDecomposition

  图像分解,基于能量泛函的,将图像分解成结构和纹理(Image decomposition, based on energy functional, there will be broken down into the structure and texture image)

287
下载
92
浏览
2020-12-16发布

20. 裂缝检测

  利用matlab 对高速公路的裂缝进行检测,用到了数字图像处理的基本算法(The use of matlab on the highway crack detection, using the basic digital image processing algorithms)

63
下载
163
浏览
2020-12-16发布