搜索资源列表
Hough-fast
- Hough变换的简易程序, * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 * 提取出来。 * * 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform to the simplified procedure, * The function used to detect images of parallel linear. If the images are two parallel lines, it wi
Linedection
- 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 提取出来-the function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear extracted
fast_distance_map_caculate
- 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
Hough-transform
- 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来-the function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear extracted
Hough-change
- 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 * 提取出来。-the function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear * extracted.
ESfanrecon
- 基于matlab的平行束滤波反投影重建算法-Matlab-based parallel beam filtered back projection reconstruction algorithm
Direct
- 并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子-boundary segmentation parallel, serial boundary segmentation, regional segmentation parallel, serial regional segmentation, Canny operator
MorphologicalThin
- 本代码实现了形态学细化。 特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。This function implements the morphology thinning. Input pSrc is a float matrix in the range of [0, 1]. It supports in-place operation.Ref: Z. Guo and R. W. Hall, \"Parallel Thinning w
HoughDetectParallel
- 一个能够自动检测图象中是否存在平行线,并在图象中标示此平行线的VC源代码。-an image can automatically detect whether the existence of parallel lines, and the image of this parallel line marking the VC source.
图形学算法演示
- 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
hough
- 检测图像中的平行线。此代码已经在PC机器上经过调试。-Detection of parallel lines in the image
GRAPPA
- 并行磁共振成算法GRAPPA,希望对大家有帮助,内有K空间数据。-Generalized Autocalibrating Partially Parallel Acquisitions (GRAPPA)
Geneticalgorithm
- 传算法的基本原理、设计方法及其并行实现,以及它在组合优化、机器学习、图像处理、过程控制、进化神经网络-Propagation algorithm of the basic principles, design methods and their parallel implementation, as well as in combinatorial optimization, machine learning, image processing, process control, evoluti
Newsense
- 磁共振成像经典算法sense,对于对并行成像的研究很有帮助-Magnetic resonance imaging classical algorithm sense, for the study of parallel imaging helpful
parallel
- 该论文描述了一种能够利用并行算法产生图像深度图的算法,同时该算法可以保存得到的图像特征-The paper describes a parallel algorithm to generate the image using depth map algorithm, while the algorithm can save the image characteristics obtained
tuxiangsihua
- 图像细化代码 c++运行 并行图像细化代码及图像细化代码 -Image thinning code c++ code and run parallel image thinning image thinning code
resampleMetropolisPP-parallel
- 这是粒子滤波重采样里的算法,是用于并行运算的。-This is in the resampling particle filter algorithm, is used for parallel computing.
resampleLocalSelection-parallel
- 这也是用于粒子滤波重采样的算法程序,另一种并行运算方法。-It is also used for particle filter resampling algorithm procedures, another parallel computing method.
Based-on-parallel-beam-FBP-algorithm
- 基于matlab的平行束滤波反投影重建算法-Based on parallel beam filtered backprojection reconstruction algorithm matlab
parallel reconstruction
- 实现CT图像重建,使用的方法是平行束直接重建(CT image reconstruction is achieved by parallel beam direct reconstruction.)