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

Search list

[Other resource基本图像分割实例

Description: P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数 -P0801 : Call text image segmentation P0802 : adhesion character segmentation P0803 : Character Recognition P0804 : color plates separated P0805 : Segmentation Recognition trademark characters : Character Recognition Recognition Functions StrDetect01 : Character Recognition structural feature extraction function.
Platform: | Size: 220753 | Author: 孙月 | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69644 | Author: 水滴 | Hits:

[WinSock-NDIS多线程网络传输

Description: 在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Platform: | Size: 54717 | Author: tom | Hits:

[Graph RecognizeRecognition358

Description: 程序包括:索书号文字图像分割;粘连字符切分;文字识别;彩色车牌分割;商标文字分割;文字识别的识别子函数;文字识别的结构特征提取子函数。 -include : Call text image segmentation; Adhesion character segmentation; Character Recognition; Color plates segmentation; Trademark text segmentation; Character Recognition Recognition Functions; Text Recognition Feature Extraction unreachable.
Platform: | Size: 207931 | Author: 赵博 | Hits:

[Windows DevelopDELETELINE

Description: 代码中的算法能够将切下的图像子块中的表格线框去除。线框和字符串粘连在一起的情况,要保证线去除后字符的完整。-code algorithm can be cut under the image-block removal of the forms wireframe. Wireframe and string together the adhesion, and to ensure that after the removal of line characters integrity.
Platform: | Size: 68527 | Author: dd | Hits:

[GDI-BitmapSummerwatershold

Description: 细胞粘连分割算法,分水岭实现,是一篇论文的验证程序,保证可靠性,实验图片附内-cell adhesion segmentation algorithm, a watershed achievement is a paper verification process to ensure reliability, within experimental Photo :
Platform: | Size: 941471 | Author: luori | Hits:

[Special Effectsxibaogenzong

Description: 粘连细胞的跟踪,是图像分割的重要步骤,该程序可用于多种细胞分割。-cell adhesion tracking, image segmentation is an important step, the procedure can be used for a variety of cell division.
Platform: | Size: 1670 | Author: 林楚 | Hits:

[Internet-Network20070426

Description: 基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现 框架的消息格式)-based on the TCP port to complete network communication Framework Project iocp contains the framework for the realization of all generation code, the server and client is the framework of a simple test and application. Framework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th
Platform: | Size: 46960 | Author: tanglongsh | Hits:

[matlab基本图像分割实例

Description: P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数 -P0801 : Call text image segmentation P0802 : adhesion character segmentation P0803 : Character Recognition P0804 : color plates separated P0805 : Segmentation Recognition trademark characters : Character Recognition Recognition Functions StrDetect01 : Character Recognition structural feature extraction function.
Platform: | Size: 220160 | Author: 孙月 | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[Internet-Network多线程网络传输

Description: 在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Platform: | Size: 54272 | Author: tom | Hits:

[Graph RecognizeRecognition358

Description: 程序包括:索书号文字图像分割;粘连字符切分;文字识别;彩色车牌分割;商标文字分割;文字识别的识别子函数;文字识别的结构特征提取子函数。 -include : Call text image segmentation; Adhesion character segmentation; Character Recognition; Color plates segmentation; Trademark text segmentation; Character Recognition Recognition Functions; Text Recognition Feature Extraction unreachable.
Platform: | Size: 207872 | Author: 赵博 | Hits:

[Windows DevelopDELETELINE

Description: 代码中的算法能够将切下的图像子块中的表格线框去除。线框和字符串粘连在一起的情况,要保证线去除后字符的完整。-code algorithm can be cut under the image-block removal of the forms wireframe. Wireframe and string together the adhesion, and to ensure that after the removal of line characters integrity.
Platform: | Size: 68608 | Author: dd | Hits:

[GDI-BitmapSummerwatershold

Description: 细胞粘连分割算法,分水岭实现,是一篇论文的验证程序,保证可靠性,实验图片附内-cell adhesion segmentation algorithm, a watershed achievement is a paper verification process to ensure reliability, within experimental Photo :
Platform: | Size: 941056 | Author: | Hits:

[Special Effectsxibaogenzong

Description: 粘连细胞的跟踪,是图像分割的重要步骤,该程序可用于多种细胞分割。-cell adhesion tracking, image segmentation is an important step, the procedure can be used for a variety of cell division.
Platform: | Size: 1024 | Author: 林楚 | Hits:

[Internet-Network20070426

Description: 基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现 框架的消息格式)-based on the TCP port to complete network communication Framework Project iocp contains the framework for the realization of all generation code, the server and client is the framework of a simple test and application. Framework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th
Platform: | Size: 47104 | Author: tanglongsh | Hits:

[Graph Recognizechap8

Description: 索书号文字图像分割 粘连字符切分 文字识别 彩色车牌分割 商标文字分割 文字识别的识别子函数 文字识别的结构特征提取子函数 -Call Number text image segmentation adhesion character segmentation of license plate character recognition color segmentation segmentation trademark character recognition text recognition Functions character recognition feature extraction structure Functions
Platform: | Size: 205824 | Author: wzs | Hits:

[Special Effectsedgedetect

Description: 用各种算子对图像边缘检测,用巴特沃斯滤波器平滑处理后,再用prewitt算子、LoG算子、Canny算子边缘检测,之后去粘连-Operators using a variety of image edge detection, smoothing filters with Butterworth, the re-use Prewitt operator, LoG operator, Canny edge detection operator, followed by adhesion to
Platform: | Size: 1024 | Author: liya | Hits:

[transportation applicationsGB13594adhesion-coefficient

Description: 汽车ABS试验标准BG13594计算附着系数利用率-Auto ABS test the standard calculation of adhesion coefficient utilization BG13594
Platform: | Size: 31744 | Author: 江建刚 | Hits:

[Special EffectsAdhesion-cell-segmentation

Description: 介绍了几篇关于如何分割粘连细胞的文章,使用的是VC++开发,使用的方法包括分水岭还有Hough圆检测等-Introduced a few articles on how segmentation adhesion of cells to the article, using VC + + development, methods of use include watershed and Hough circle detection
Platform: | Size: 2234368 | Author: 李萍 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net