-
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Pre...
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
- 2022-05-11 00:48:27下载
- 积分:1
-
opencv中的图像跟踪算法,能很好的追踪视频图像中的运动物体。是很不错的跟踪算法,适合初学者反复研究。...
opencv中的图像跟踪算法,能很好的追踪视频图像中的运动物体。是很不错的跟踪算法,适合初学者反复研究。-opencv image tracking algorithm, can be a very good video images to track the moving object. Is a very good tracking algorithm, suitable for beginners repeated study.
- 2022-02-07 01:34:40下载
- 积分:1
-
粒子滤波算法的关键技术应用. 粒子滤波算法的关键技术应用....
粒子滤波算法的关键技术应用. 粒子滤波算法的关键技术应用.-Particle filter application of key technologies. Particle filter application of key technologies.
- 2022-11-29 09:40:03下载
- 积分:1
-
This is on the digital image processing of a whole compared example, We need to...
这是关于数字图象处理方面比较全的一个例子,大家有需要的可以直接copy其中的代码-This is on the digital image processing of a whole compared example, We need to be direct copy of the code
- 2022-06-29 06:23:09下载
- 积分:1
-
包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch...
包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。-Includes Canny edge detection operator, Robert (Roberts) edge detection operator,索伯尔(Sobel) edge detection operator,普瑞维特(Prewitt) edge detection operator, Chris (Krisch) edge detection operator and Gauss- Laplace (LoG-Laplacian) operator and so on.
- 2022-02-04 12:08:54下载
- 积分:1
-
converts a given image from cartesian coordinates to polar
coordinates. 此code可...
converts a given image from cartesian coordinates to polar
coordinates. 此code可以将一个Iris image变成一个polar coordinates image-converts a given image from cartesian coordinates to polarcoordinates. This code can be an Iris image into a polar coordinates image
- 2022-02-10 13:22:12下载
- 积分:1
-
线特征的hough提取程序,很不错的,自己试过,绝对可用
线特征的hough提取程序,很不错的,自己试过,绝对可用-Line Features hough the process of extraction, very good that he tried to absolutely available
- 2022-03-09 16:20:59下载
- 积分:1
-
一个matlab阈值分割程序,再matlab下能运行
一个matlab阈值分割程序,再matlab下能运行-a Matlab threshold segmentation procedures, and then to run under Matlab
- 2022-02-21 05:25:19下载
- 积分:1
-
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。...
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve.
Anisotropic extension is performed on the characteristic function fbound of an image set given by
the binary map boundary to the whole image domain. Extension is initially driven by
xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction)
computed as the direction of maximum coherence of the distance map to the contour to close.
It is updated every N iterations with DCV over the distance map to the ridges/thinning of the
evolved image.
Two different stop criteria are supported:
Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended
contour (curve of level 1) has exactly Ncomp connected components.
Difference between two consecutive iterations ( tol )
Speed Stabilizes ( speed_stab ).
[extended]=ContourComple
- 2022-12-07 02:25:02下载
- 积分:1
-
图像处理初步,包括线性变换,几何变换,边缘检测
图像处理初步,包括线性变换,几何变换,边缘检测-Preliminary image processing, including linear transformations, geometric transformations, edge detection
- 2022-10-23 14:35:03下载
- 积分:1