-
本人写的用行程算法进行连通域标记的一段小代码
本人写的用行程算法进行连通域标记的一段小代码-I used to write the trip algorithm connected domain labeled a small code
- 2022-03-17 15:29:56下载
- 积分:1
-
计算机图形学中才用c++实现的多边形有效边表填充算法
计算机图形学中才用c++实现的多边形有效边表填充算法-Have used computer graphics c++ implementation of the polygon fill algorithm effective side table
- 2022-10-23 14:40:04下载
- 积分:1
-
基于活动轮廓模型的图像分割算法,具体算法细节,可以见压缩包中的论文...
基于活动轮廓模型的图像分割算法,具体算法细节,可以见压缩包中的论文-Based on Active Contour Model of image segmentation algorithm, the details of the specific algorithm, you can see the archive of papers
- 2022-04-01 15:41:51下载
- 积分:1
-
Tamura纹理特征提取程序,matlab编写,通过运行测试无误。另附有pdf介绍Tamura纹理特征定义,希望对大家有帮助。...
Tamura纹理特征提取程序,matlab编写,通过运行测试无误。另附有pdf介绍Tamura纹理特征定义,希望对大家有帮助。-Tamura texture feature extraction procedures, matlab prepared correctly by running the test. Tamura has attached pdf introduce the definition of texture features, in the hope that everyone has to help.
- 2023-03-04 14:15:03下载
- 积分:1
-
hough变换中,要找到相关像素,才能组合成完整的直线
hough变换中,要找到相关像素,才能组合成完整的直线-hough transform to find the relevant pixels in order to complete a straight line into
- 2022-05-04 23:54:33下载
- 积分:1
-
使用图像的互信息进行自动图像配准源代码,这个程序通过归一化后的图像互信息进行图像的自动配准。中间通过旋转等进行图像对齐。...
使用图像的互信息进行自动图像配准源代码,这个程序通过归一化后的图像互信息进行图像的自动配准。中间通过旋转等进行图像对齐。-The use of images for automatic mutual information image registration source code, the procedure adopted by the normalized mutual information image after image of the automatic registration. Through the rotation between image alignment.
- 2022-01-26 06:12:32下载
- 积分:1
-
使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。...
使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
- 2022-09-24 04:45:04下载
- 积分:1
-
这个是彩色图像分割方法。与RegionExtract采用的方法不同。
首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值...
这个是彩色图像分割方法。与RegionExtract采用的方法不同。
首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image segmentation. With the different methods used RegionExtract. First rgb convert hsv, components of the h histogram segmentation, the histogram peak and peak and valley. Utilization of the peak and peak-valley regional partition, it would receive many of the small area of these small regional regional merger, regional merger termination conditions are: the regional consistency of the distance between a fixed threshold, such as 20 or in a self-adaptive threshold (the threshold automatically calculated). Note: regional merger in luv space.
- 2022-03-15 04:34:49下载
- 积分:1
-
对图像分割进行研究,是图像处理的一个重要问题。Level Set 方法是一处描述曲线以曲率相
关的速度演化的有力工具。本文研究了水平集曲线的演化方法,对水平...
对图像分割进行研究,是图像处理的一个重要问题。Level Set 方法是一处描述曲线以曲率相
关的速度演化的有力工具。本文研究了水平集曲线的演化方法,对水平集方法的原理进行了比较详细的阐
述,并将其应用于图分割。- The study of image segmentation is an important problemfor image processing ,Level set methodis an
effective tool for describing the curve with curvature2related speed evolvement . this paper studies the method of evolvement
for the level set curve and expatiates on the principle of the level set method in detail . In this paper ,the level set method
is applied in segmentation of image.
- 2022-04-11 03:10:54下载
- 积分:1
-
本代码包含数字图像处理一般功能,包含图像增强、图像复原、特征提取、编码等功能...
本代码包含数字图像处理一般功能,包含图像增强、图像复原、特征提取、编码等功能-This code contains the general features of digital image processing, including image enhancement, image restoration, feature extraction, encoding and other functions
- 2023-06-19 08:00:04下载
- 积分:1