Welcome![Sign In][Sign Up]
Location:
Search - 分割点

Search list

[Other resource索书号文字图像分割

Description: 经由HSI彩色空间转换、Canny算子边缘检测、索书号边缘点彩色分割等步骤的索书号文字图像分割(内含源文件和所用图像)-through the HSI color space conversion, Canny operator edge detection, color Call edge points separate the steps of the characters image segmentation Call (intron source document and image)
Platform: | Size: 9210 | Author: 百里静 | Hits:

[File Operatedotnet写的文件分割器

Description: 下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。 5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。 -Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merger document restrictions.
Platform: | Size: 29484 | Author: soft271 | Hits:

[ADO-ODBCpartition1

Description: 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点,使得结果最优。 算法思想: 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成两个集合,TA和BA,TA中的元为:{ A1 、A2 …… An-1 },BA中的元素为:{ An} 3、 确定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, OQ=Q-{TQ BQ}。 4、 计算出CTQ、CBQ、COQ这些值,其中CTQ= ,CBQ= ,COQ= 5、 通过划分点的第次移动分别计算出z=CTQ*CBQ-COQ2 6、 对取到的z的最大值处标记,为分割点 7、 对CA进行调整,重复计算得到最终z的最大值点,对CA矩阵进行划分 8、 对上述算法进行修改,将得到的最大z值的分割点和次大的分割点都记录下来,得到两个分割,则将原有的属性集划分成三部分。 该算法的目的是找到独立存取的属性集合或者分别的应用集。比如说,如果可以找到两个属性A1,A2,他们只是被q1读取,而A3,A4被q2,q3读取,这样在分裂的时候可以确定。算法就是找到这些组。另外为了简单化起见,我命令refj(qi)全部等于1.
Platform: | Size: 9772 | Author: 孙东一 | Hits:

[ADO-ODBCpartition2

Description: 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点(2个),使得结果最优。 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成3个集合,TA和BA和MA, 3、 确定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, MQ={ qj| AQ(qi) MA},OQ=Q-{TQ BQ}。 4、 计算出CTQ、CBQ、CMQ、COQ这些值,其中CTQ= ,CBQ= ,CMQ= ,COQ= 5、 通过划分点的第次移动分别计算出z=CTQ*CBQ*CMQ-COQ3 6、 对取到的z的最大值处标记,为分割点 7、 对CA进行调整,重复计算得到最终z的最大值点,对CA矩阵进行划分 对上述算法进行修改,将得到的最大z值的分割点和次大的分割点都记录下来,得到两个分割,则将原有的属性集划分成三部分。
Platform: | Size: 10474 | Author: 孙东一 | Hits:

[Multimedia programbsetsegment

Description: 最佳阈值分割,能在两个波谷中找到最佳分割点,从图像上来看效果不错!-optimal threshold segmentation, in two trough find the best segmentation, from images to evaluate the effects Yes!
Platform: | Size: 4008673 | Author: 谢凌华 | Hits:

[Other111SPRINT

Description: SPRINT算法中寻找连续属性分割点方法的改进。。很有用阿-SPRINT algorithm for continuous attributes segmentation point method improvements. . A very useful
Platform: | Size: 33023 | Author: 崔一 | Hits:

[matlab邹检验的分割点决定程序 QLR-test

Description: 实现QLR的程序,能够取出邹检验的最合适的分割点,分别会输出分割点的位置和把各个分割点进行排序。
Platform: | Size: 25088 | Author: lnzswy@163.com | Hits:

[SourceCode改进的K-Means算法实现车牌字符的分割

Description: 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
Platform: | Size: 1373624 | Author: hellosn | Hits:

[matlab索书号文字图像分割

Description: 经由HSI彩色空间转换、Canny算子边缘检测、索书号边缘点彩色分割等步骤的索书号文字图像分割(内含源文件和所用图像)-through the HSI color space conversion, Canny operator edge detection, color Call edge points separate the steps of the characters image segmentation Call (intron source document and image)
Platform: | Size: 9216 | Author: 百里静 | Hits:

[Multimedia Developbsetsegment

Description: 最佳阈值分割,能在两个波谷中找到最佳分割点,从图像上来看效果不错!-optimal threshold segmentation, in two trough find the best segmentation, from images to evaluate the effects Yes!
Platform: | Size: 4007936 | Author: 谢凌华 | Hits:

[Other111SPRINT

Description: SPRINT算法中寻找连续属性分割点方法的改进。。很有用阿-SPRINT algorithm for continuous attributes segmentation point method improvements. . A very useful
Platform: | Size: 32768 | Author: 崔一 | Hits:

[Special EffectsautoThreshholding

Description: 图象分割阈值自动化确定,通过迭代算法,达到一个最优的阈值分割点-image segmentation threshold automation identified through iterative algorithm to achieve an optimal threshold segmentation point
Platform: | Size: 1024 | Author: 江边漫步 | Hits:

[Special Effectsshuangfengfa

Description: 实现数字图像分割,双峰法认为图像分为前景和背景两部分。在阀值选取的时候,连续出现的两个波峰之间的波谷,就是应选取的阀值分割点。-Digital image segmentation, bimodal method consider the prospects and the background image is divided into two parts. In the threshold selected, the row emerged between the two peaks and troughs, that is, the threshold should be selected segmentation points.
Platform: | Size: 220160 | Author: 胡伟 | Hits:

[transportation applicationssqrt3subdiv

Description: 此代码主要用于汽车车身的优化,可以简化点云,获得较好的优化。-This code mainly is used in ehicle body,it can simply the pionts,so we can receive very good results
Platform: | Size: 4473856 | Author: shili | Hits:

[GIS programzip-ebbe9f97a0c9

Description: 针对las点云数据的压缩算法模块,基于LibLas扩展。-laszip compression library
Platform: | Size: 132096 | Author: swtech | Hits:

[Graph programsigma点的代码

Description: 基于分割的局部Sigma语义特征点,是对场景中的语义目标进行建模。先在传统的图像分割基础上,分割出场景的前景目标,再结合像素位置、颜色、Gabor特征和LBP特征[构造出表征目标语义信息的协方差描述子,最后将其转换成欧式空间下的Sigma点特征,适用于标准SVM的场景学习和分类。(The segmentation based local Sigma semantic feature points are modeling the semantic objects in the scene. In the traditional image segmentation based on the segmented foreground scene, we combine with the pixel location, color, Gabor and LBP feature [construct covariance descriptor represents the target semantic information, and finally converted into Euclidean space Sigma features, suitable for learning and classification standard to the scene SVM.)
Platform: | Size: 60416 | Author: delphi_zmy | Hits:

[Other启发式分割算法

Description: 该程序为2000年外国学者提出的启发式分割算法,消除了其他算法的缺点,能够更好的寻找突变点(The program is a heuristic segmentation algorithm proposed by foreign scholars in 2000, which eliminates the shortcomings of other algorithms and can better find the point of mutation)
Platform: | Size: 1024 | Author: 龙颜无悔 | Hits:

[Mathimatics-Numerical algorithms基于MATLAB图像分割分类代码

Description: 彩色数值自动识别代码 KMEANS自动 散点图 基于MATLAB图像处理(Color numerical automatic identification code)
Platform: | Size: 134144 | Author: 发条芒果 | Hits:

[3D Graphic分割代码

Description: 本人最近正在研究三维点云库pcl,可以说三位点云图像处理未来的应用前景非常广阔,因此愿意与各位感兴趣的朋友一起探讨.此程序是本人最近最近感兴趣的三维点云分割程序,通过区域增长算法将三维点云实现较好分割。源程序来自POINT CLOUD LIBRARY外文官方网站,运行此程序需提前配置好pcl点云库。(I was recently on the 3D point cloud library PCL, it can be said that the three sites of cloud image processing application prospect is very broad, so are willing to share with you interested friends to explore. This program is a 3D point cloud I recently interested in the segmentation process, through the regional growth algorithm will achieve better segmentation of 3D point cloud. The source program comes from POINT CLOUD LIBRARY foreign language official website, running this program need to configure the PCL point cloud Library in advance)
Platform: | Size: 1024 | Author: 七品官人 | Hits:

[Special Effects双峰法阈值分割

Description: 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区域,各个区域内部具有一致的属性,而相邻区域不具有这种一致属性。这样的划分可以通过从灰度级出发选取一个或多个阈值来实现。(Threshold segmentation)
Platform: | Size: 11264 | Author: 冰棒 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net