登录
首页 » Special Effects » 初学者适用的Hough变换,我也是接触matlab,希望与大家共同分享...

初学者适用的Hough变换,我也是接触matlab,希望与大家共同分享...

于 2022-01-26 发布 文件大小:1.03 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

初学者适用的Hough变换,我也是接触matlab,希望与大家共同分享-Beginners applicable Hough transform, I am also a contact with matlab, I hope to share with you

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • simple image processing algorithm
    实现简单的图像处理算法-simple image processing algorithm
    2022-07-22 10:29:23下载
    积分:1
  • RGB image format will be converted into YCbCr image format C program
    将RGB图像格式转化成YCbCr图像格式的C程序-RGB image format will be converted into YCbCr image format C program
    2022-03-19 00:24:08下载
    积分:1
  • 填充多边形扫描算法
    多边形的扫描填充算法-filled polygon scan algorithm
    2023-08-01 11:10:03下载
    积分:1
  • 第二章 MATLAB 图形绘制基础 2.1 二维绘图 2.1.1 基本绘图函数 2.1.2 图形窗口的修饰 2.2 三维绘图 2....
    第二章 MATLAB 图形绘制基础 2.1 二维绘图 2.1.1 基本绘图函数 2.1.2 图形窗口的修饰 2.2 三维绘图 2.2.1 plot3 函数 2.2.2 三维网格图和曲面图-MATLAB chapter 2.1 Rendering the basis of two-dimensional mapping function 2.1.2 graphics 2.1.1 basic graphics window 2.2 modified three-dimensional mapping function 2.2.1 plot3 Figure 2.2.2 Three-dimensional grid and surface map
    2022-06-28 00:54:12下载
    积分:1
  • 图像处理程序,有各种图像算法的源代码,但是…
    图像处理程序,有多种图像算法源程序,但只支持256色的位图-Image processing procedures, have a variety of image algorithms source code, but only supports 256 colors bitmap
    2022-08-05 14:11:17下载
    积分:1
  • 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1...
    边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp,Image2.bmp,Image3.bmp,Image4.bmp; 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 边界直方图数据和归一化后直方图数据分别保存在histogram.txt和NormalHistogram.txt中。-Border direction histogram statistics. Canny algorithm used. Testing Photo caption: (image path name in the main function AnsiString name = 1.bmp set) 1.bmp, 2.bmp used to test scaling image identification 3.bmp, 4.bmp used to test After scaling the image identification 2.bmp, 2_shift.bmp used to test post-translational image recognition. Realize the output grayscale, smooth map, edge map, as well as dual-threshold edge map after the treatment running folder should have Image1.bmp, Image2.bmp, Image3.bmp, Image4.bmp realize grayscale output, smooth map, edge map, as well as dual-threshold edge map after the treatment border histogram data an
    2023-07-29 09:00:03下载
    积分:1
  • (周长发)精通VisualC++图像处理编程的源代码,希望对大家有用...
    (周长发)精通VisualC++图像处理编程的源代码,希望对大家有用-(Week long) proficient VisualC++ Image processing programming source code, in the hope that useful to everybody
    2023-07-12 13:30:04下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-02-12 05:12:39下载
    积分:1
  • 三维立体图像方面,关于图像处理的matlab源程序。
    三维立体图像方面,关于图像处理的matlab源程序。-Three-dimensional images on the image processing matlab source.
    2023-01-21 13:45:03下载
    积分:1
  • 本实例介绍了如何实现剪切图片,在pictureBox控件中按下鼠标左键,拖拉一定区域,放开左键,再单击剪切,粘贴按钮,最后完成...
    本实例介绍了如何实现剪切图片,在pictureBox控件中按下鼠标左键,拖拉一定区域,放开左键,再单击剪切,粘贴按钮,最后完成-This example describes how to realize the shear picture, in the PictureBox control by pressing the left mouse button, drag a certain region, opening up left, then click cut and paste button, and finally completed
    2022-07-08 08:52:18下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载