Welcome![Sign In][Sign Up]
Location:
Search - imagemagic

Search list

[Multimedia program指纹识别

Description: c语言编写的一个指纹识别系统 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出 方面)。-c language of a fingerprint identification system contains various fingerprint identification algorithm implementation code. The use of these codes can see the demo directory routines. Readers in their application code may be required in accordance with their application code needs to be some changes. For Linux / UNIX compiler, C procedures are not familiar with the readers, they can refer to the Linux / UNIX under the C programming language books. Because of this chapter highlights the fingerprint recognition algorithm, for the use ImageMagic do not briefed in detail. Readers can find from the Internet on ImageMagic use briefing. Readers to do the appropriate code changes, and can be transplanted to windows code below (mainly the image input and output aspects).
Platform: | Size: 46334 | Author: 扬载伦 | Hits:

[Linux-Uniximagemagic

Description: demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。-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 may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed description of a fingerprint image. Thin
Platform: | Size: 46659 | Author: chezhen | Hits:

[Other resourceFingerprintDiscriminating

Description: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出 方面)。
Platform: | Size: 46451 | Author: 黄工 | Hits:

[Graph Recognizefingerprint

Description: 指纹识别算法源代码,程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。
Platform: | Size: 47368 | Author: 武旗 | Hits:

[Special EffectsAFIS

Description: 指纹自动识别该部分的代码由C写成。 程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。
Platform: | Size: 48161 | Author: 燕子 | Hits:

[Speech/Voice recognition/combinesource_fingerprint

Description: 程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。
Platform: | Size: 45959 | Author: 郑杰 | Hits:

[Graph Recognizesrc

Description: 基于c语言的指纹识别程序\\基于c语言的指纹识别程序---3 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。
Platform: | Size: 26940 | Author: 杰斯宇 | Hits:

[Special EffectsImageMagic

Description: 数字水印的两种嵌入算法和详细的报告,初学者的良师。在vista,visual studio2008下编译,运行。
Platform: | Size: 4225964 | Author: nash | Hits:

[Multimedia Develop指纹识别

Description: c语言编写的一个指纹识别系统 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出 方面)。-c language of a fingerprint identification system contains various fingerprint identification algorithm implementation code. The use of these codes can see the demo directory routines. Readers in their application code may be required in accordance with their application code needs to be some changes. For Linux/UNIX compiler, C procedures are not familiar with the readers, they can refer to the Linux/UNIX under the C programming language books. Because of this chapter highlights the fingerprint recognition algorithm, for the use ImageMagic do not briefed in detail. Readers can find from the Internet on ImageMagic use briefing. Readers to do the appropriate code changes, and can be transplanted to windows code below (mainly the image input and output aspects).
Platform: | Size: 46080 | Author: 扬载伦 | Hits:

[Linux-Uniximagemagic

Description: demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。-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 may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed description of a fingerprint image. Thin
Platform: | Size: 46080 | Author: chezhen | Hits:

[AI-NN-PRFingerprintDiscriminating

Description: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出 方面)。-Contains a variety of fingerprint identification algorithm code. The use of these codes can be found in demo directory routines. Readers in the application of these codes, you may need according to their application needs to be some code changes. For Linux/UNIX to compile C program under the unfamiliar reader can refer to the relevant Linux/UNIX under the C language programming books. Because this chapter focuses on fingerprint recognition algorithms, for the use of imagemagic no longer make a detailed introduction. Readers can be found online on the introduction imagemagic used. Readers to make appropriate changes in code, the code can be ported to windows below (mainly input and output aspects of the image).
Platform: | Size: 46080 | Author: 黄工 | Hits:

[Graph Recognizefingerprint

Description: 指纹识别算法源代码,程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。-Fingerprint recognition algorithm source code, procedures need to imagemagic support, imagemagic available online english to the latest version (the procedure in the image input/save code Department spent imagemagic function, if readers do not want to use imagemagic, can modify the program to access the relevant image part, into its own image access function, this part of the workload is not too much). Code can be compiled following the adoption of Linux.
Platform: | Size: 47104 | Author: 武旗 | Hits:

[Special EffectsAFIS

Description: 指纹自动识别该部分的代码由C写成。 程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。-Automated Fingerprint Identification of the part of the code written by C. Process requires imagemagic support, imagemagic available online english to the latest version (the procedure in the image input/save code Department spent imagemagic function, if readers do not want to use imagemagic, can modify the program to access the relevant part of the image, change its own image access functions, this part of the workload is not too much). Code can be compiled following the adoption of Linux.
Platform: | Size: 48128 | Author: 燕子 | Hits:

[Speech/Voice recognition/combinesource_fingerprint

Description: 程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。-Process requires imagemagic support, imagemagic available online english to the latest version (the procedure in the image input/save code Department spent imagemagic function, if readers do not want to use imagemagic, can modify the program to access the relevant part of the image, change its own image access functions, this part of the workload is not too much). Code can be compiled following the adoption of Linux.
Platform: | Size: 46080 | Author: 郑杰 | Hits:

[Graph Recognizesrc

Description: 基于c语言的指纹识别程序\基于c语言的指纹识别程序---3 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。-C language-based fingerprint identification procedure based on c language fingerprint identification procedures-3src directory: contains a variety of fingerprint identification algorithm code. The use of these codes can be found in demo directory routines. Readers in the application of these codes, you may need according to their application needs to be some code changes. For Linux/UNIX to compile C program under the unfamiliar reader can refer to the relevant Linux/UNIX under the C language programming books. Because this chapter focuses on fingerprint recognition algorithms, for the use of imagemagic no longer make a detailed introduction. Readers can be found online on the introduction imagemagic used.
Platform: | Size: 26624 | Author: 杰斯宇 | Hits:

[Special EffectsImageMagic

Description: 数字水印的两种嵌入算法和详细的报告,初学者的良师。在vista,visual studio2008下编译,运行。-Two digital watermark embedding algorithm and a detailed report of the mentor beginners. In vista, visual studio2008 under the compiler, run.
Platform: | Size: 14695424 | Author: nash | Hits:

[Multimedia Developfingerprint-identification

Description: 基于c语言的指纹识别程序,本程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本-Based on Fingerprint Identification c language program, the program requires imagemagic support, imagemagic can search online to the latest version
Platform: | Size: 47104 | Author: Ann | Hits:

[Graph Recognizefingerprint

Description: 指纹识别中各种算法的实现代码,代码由C写成。程序在图像的输入/保存代码处用了imagemagic的函数.-Fingerprint recognition algorithm in a variety of code, code written by C. Procedures in the image input/save code Department spent imagemagic function.
Platform: | Size: 47104 | Author: 章东平 | Hits:

[Special Effectsimagemagic

Description: Asp在线图片编辑源码,自定义裁剪大小,缩略图显示-Asp-line image editing source code,Asp-line image editing source code
Platform: | Size: 11264 | Author: cocadoer | Hits:

[Linux-UnixImageMagick-6.5.8-6.tar

Description: Imagemagic是一款创建、编辑、压缩图像的软件。可以转换 DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG等格式,并且能够轻松的对图片进行旋转,缩放等操作-ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
Platform: | Size: 11085824 | Author: kfld | Hits:
« 12 »

CodeBus www.codebus.net