搜索资源列表
018
- 编写一个文件切分程序split,根据命令行传进的分割尺寸和文件名分割文件。如: split 100 c:\\test.dat 为按每个小文件100字节大小对test.dat文件进行切分。切分后的文件名为 test01.dat test02.dat …… test nnn.dat-prepared a document segmentation procedures split, according to the command line transmitted to the division o
FileCutAndEquipment
- 完成文件分割和分割后的文件重新组装起来,为了减少程序尺寸,所有源代码都本人是用纯粹的c/c++编写的,可执行程序只有200K大小。没有用MFC,因此是命令行界面的。但功能绝对强大,不好用你砍我。-completed document segmentation and segmentation of the files reassembled and procedures in order to reduce size, all source code is purely my c / c pre
DialogBar调用切分窗口
- MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView建立关联。 ◎生成DialogBar,在DialogBar中添加Copy按钮和Clear按钮。 ◎在左侧的切分窗口中可以手动画线。点击Copy按钮可以将已经画的线拷贝到右侧切分窗口中,点击Clear按钮将左右窗口清空。-MDI production segmentation window, and call each other. MFC
uttpcc
- 经过改进可用于PC机上的UNIX的工具(有文件的分割,合并,行的复制等等)-Improved can be used in PC, the UNIX tools (with document segmentation, mergers, line replication, etc.)
WordSegment
- 很简单的中文分词程序,命令行程序,在VisualStudio2008中调试通过,内附测试文档。-Chinese language is very simple segmentation procedures, command-line procedures, the debugging of VisualStudio2008 passed, the document containing the test.
tubecells
- 为对细管中的细胞作图像分析,所以就先作了一个管道区域分割的程序,用的的竖直直线和水平直线腐蚀的方法,比较基础和大家分享讨论^_^ 其中autothreshold是一个自动阈值分割的程序 -For the pairs of thin tube of cells for image analysis, so we made a first pipe region segmentation process, using the vertical and horizontal straig
HOUGH_Car
- 提出了一种先分段,再利用Hough变换拟合直线的水平分割方法和基于先验知识约束的垂直分割方法,同时提出目标增强的预处理方法.大量实验表明,该算法较好地解决了以上问题,适用于各种质量的车牌图像,分割的准确率较高.-Presents a first section, then use the level Hough transform fitting straight line segmentation method and prior knowledge constraints on vertic
SemiContinuousHMMswithExplicitStatDuration
- The goal of this paper is to describe an off-line segmentation-free Arabic handwritten words recognition system. This system is based on a semi-continuous 1- dimensionnal hidden Markov models (SCHMMs)
4
- text line segmentation
STATICSPLIT
- 一个静态的VC++窗体分割框架示例 一个静态的VC++窗体分割框架示例,另外还有一些图形绘制的功能,比如画直线、画矩形等。部分代码注释:储存形状控件的类别,衍生自CObject类别以便具备储存(Serialize)功能,声明GraphicObject为可Serialize的类别,将MyView设为friend类别,方便数据保存。-A segmentation framework example of a static VC++ form static VC++ form segmentati
STATICSPLIT
- 一个静态的VC++窗体分割框架示例,另外还有一些图形绘制的功能,比如画直线、画矩形等。-A segmentation framework static VC++ form example, in addition to drawing functions, such as drawing a straight line, draw a rectangle.
TGUISUSANh
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰 -Edge of the basic characteristics of the imag
TPlateReccoh
- 本例程主要介绍了车辆如何进行行牌照的提取和字符分割和识别。 -This routine introduces a vehicle license-line extraction and character segmentation and recognition.
zhongdianfenge
- 线段裁剪中点分割算法,线段裁剪中点分割算法-The midpoint of the line cutting segmentation algorithm
mymatlab
- 钢筋、火柴根数的统计,阈值分割、直线检测,hough变换-Steel, matches the statistical number of roots, threshold segmentation, line detection, hough transform
cpp
- 分词系统的原理是基于词典匹配进行分词,就是说它会先去文件的一行,在去这行中的四个字然后去和词典比较,如果词典中有这个字则输出加空格,如果没有则把左边的字去除剩下3个字后再和词典进行比较-The principle of word segmentation system is based on word segmentation dictionary matching, which means it will go first to file a line, in the four words i
acm1
- 直线分割平面,要求的是n条折线分割平面的最大数目。-Linear segmentation plane, is required to n the maximum number of plane line segment.
benhui_v86
- 未来线路预测,分析误差,粒子图像分割及匹配均为自行编制的子例程,能量谱分析计算。- Future line prediction, error analysis, Particle image segmentation and matching subroutines themselves are prepared, Energy spectrum analysis and calculation.
text
- 解析一行文本使用半角字符作为分割的字符串-Analysis of a line of text used as half-width character string segmentation
otsuthresh
- 全局阈值处理方法对单色图像进行分割,我们从适合检测不连续亮度的方法开始,比如点、线、边缘为大家介绍使用Otsu's方法的最佳全局阈值处理。(Global threshold processing method for monochrome image segmentation, we start with suitable for detecting method of discontinuous brightness, such as dot, line, edge to introduce