登录
首页 » Special Effects » the image edge detection, Hough transform, contour extraction and contour tracki...

the image edge detection, Hough transform, contour extraction and contour tracki...

于 2022-03-09 发布 文件大小:71.24 kB
0 115
下载积分: 2 下载次数: 1

代码说明:

有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm

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

发表评论

0 个回复

  • 计算坐标是否落在给定三顶点的三角形内程序 (做多边形图形填充时的副产品)...
    计算坐标是否落在给定三顶点的三角形内程序 (做多边形图形填充时的副产品)-calculated coordinates fall on whether to set three vertices within the triangle (polygon graphics do when filling a byproduct)
    2022-02-03 19:58:28下载
    积分:1
  • 指纹识别代码demo目录:fvs_enhancer:指纹增强…
    指纹识别代码 demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 -fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process
    2023-08-21 10:00:04下载
    积分:1
  • 主要是对图像实现DFT,DCT变换,利用二维小波分析对图像作二层小波分解,显示条状图,十字图及频谱等...
    主要是对图像实现DFT,DCT变换,利用二维小波分析对图像作二层小波分解,显示条状图,十字图及频谱等-Realize the image is mainly DFT, DCT transform, the use of two-dimensional wavelet analysis of images for the second floor of wavelet decomposition, indicating strip maps, charts and cross spectrum
    2022-07-12 18:15:16下载
    积分:1
  • 多媒体播放,利用DELPHI实现播放多媒体文件
    多媒体播放,利用DELPHI实现播放多媒体文件-Multimedia player, using DELPHI realize play media files
    2023-08-24 15:40:04下载
    积分:1
  • Based on vc++ Term effects show the effects of the treatment methods of the sour...
    基于vc++的用语特效显示特效处理的方法的源代码-Based on vc++ Term effects show the effects of the treatment methods of the source code
    2023-03-20 04:55:03下载
    积分:1
  • 本程序实现对图像的增强,通过模糊增强算法,使图像的边缘信息更加明显,图像出来,能够更好的处理高频信息...
    本程序实现对图像的增强,通过模糊增强算法,使图像的边缘信息更加明显,图像出来,能够更好的处理高频信息-This procedure to achieve an image enhancement, through the fuzzy enhancement algorithm, so that the edge of the image information more clearly, the image out, better able to deal with high-frequency information
    2022-04-14 15:41:27下载
    积分:1
  • Harris角点检测的源代码
    source code of Harris corner detection -source code of Harris corner detection
    2022-02-03 14:28:17下载
    积分:1
  • 针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性...
    针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。 -against cameras fixed and coplanar binding conditions for target location, a simple new algorithm. The algorithm avoid the cumbersome process of the camera calibration, and it does not accurately be solved single matrix. Just use projective geometry of nature, by simple geometry, orders for non-standard video camera in a single image. Solving its two D images from two-dimensional to three real plane D nonlinear single map. The algorithm to solve the measurement of computer vision, positioning, three-dimensional reconstruction, with a brand new idea.
    2022-02-20 03:38:46下载
    积分:1
  • 该程序可以实时显示插在计算机上的摄像头(任何一款)的图像,同时可以抓取静态图像。...
    该程序可以实时显示插在计算机上的摄像头(任何一款)的图像,同时可以抓取静态图像。-The program can be inserted in the computer real-time display on the camera (any one) of the image, while still images can be crawled.
    2022-05-04 23:25:32下载
    积分:1
  • bmp image processing for use Address : http :// blog.programfan.com/trackback.as...
    用于处理bmp图象 引用地址:http://blog.programfan.com/trackback.asp?id=13315-bmp image processing for use Address : http :// blog.programfan.com/trackback.asp id = 13 315
    2022-01-23 11:19:55下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载