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

Search list

[Other resourcematcher

Description: 自己写的两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。-himself wrote the two images and matching feature points, which used the OpenCV library, features include : the feature points subpixel accuracy testing, the initial matching feature points, the basic matrix calculation and constraint to guide matching.
Platform: | Size: 95816 | Author: 屈磊 | Hits:

[Other resourcearticle-regex-primer

Description: Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised. -Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic p rinciples used in other languages. just withdi erent access methods. and some subtledi erences with the patterns. Th is primer is aimed towards developers already f amiliar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if u sed in conjunction with detailed documentatio n explaining the construction of regex pattern s. Reading the javadoc forjava.util.regex. Pa ttern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. M ost of the functions discussed herin are from th ejava.util.regex. Matcher class with a few fro mjava.util.regex. P
Platform: | Size: 47514 | Author: qlw | Hits:

[Other resourcecode

Description: Color distribution and optical flow based point matcher
Platform: | Size: 545545 | Author: 朱勇 | Hits:

[2D Graphicmatcher

Description: 自己写的两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。-himself wrote the two images and matching feature points, which used the OpenCV library, features include : the feature points subpixel accuracy testing, the initial matching feature points, the basic matrix calculation and constraint to guide matching.
Platform: | Size: 95232 | Author: 屈磊 | Hits:

[Software Engineeringarticle-regex-primer

Description: Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised. -Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic p rinciples used in other languages. just withdi erent access methods. and some subtledi erences with the patterns. Th is primer is aimed towards developers already f amiliar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if u sed in conjunction with detailed documentatio n explaining the construction of regex pattern s. Reading the javadoc forjava.util.regex. Pa ttern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. M ost of the functions discussed herin are from th ejava.util.regex. Matcher class with a few fro mjava.util.regex. P
Platform: | Size: 47104 | Author: qlw | Hits:

[2D Graphiccode

Description: Color distribution and optical flow based point matcher
Platform: | Size: 544768 | Author: 朱勇 | Hits:

[Graph program20081217

Description: 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢-2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point Detection of sub-pixel precision, the characteristics of the initial match point, the basic matrix calculation and on the very bound to guide matching. matcher.rar online are wrong, but the lack of class, I corrected the error, and all the required libraries are added, has now been compiled through, guaranteed to run! I hope everyone likes
Platform: | Size: 15228928 | Author: star | Hits:

[Graph programmatcher

Description: Dense Matching using energy minimization
Platform: | Size: 7168 | Author: ircman | Hits:

[JSP/JavaFingersSampleApplet

Description: java code for finger print Matcher parameter
Platform: | Size: 1024 | Author: tanu | Hits:

[GDI-BitmapMatcherParameters

Description: matcher parameter for finger
Platform: | Size: 1024 | Author: tanu | Hits:

[Compress-Decompress algrithmswave

Description: 这里面是关于微波技术的一些试验程序,和仿真模型,主要有微带线,带状线,功率分配器,支节匹配器-This is on microwave technology, which some experimental procedures, and simulation models, mainly microstrip, stripline, power divider, branch of the matcher
Platform: | Size: 5945344 | Author: hh | Hits:

[Special EffectsSiftGPU-V370

Description: 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided.
Platform: | Size: 5296128 | Author: 周金强 | Hits:

[JSP/Javajunit4.70_CN

Description: juint api的中文版,详细介绍,非常实用! public static <T> void assertThat(String reason, T actual, org.hamcrest.Matcher<T> matcher)Asserts that actual satisfies the condition specified by matcher. If not, an AssertionError is thrown with the reason and information about the matcher and failing value. Example: : assertThat("Help! Integers don t work", 0, is(1)) // fails: // failure message: // Help! Integers don t work // expected: is <1> // got value: <0> assertThat("Zero is one", 0, is(not(1))) // passes -juint api Chinese version details, very useful! public static <T> void assertThat (String reason, T actual, org.hamcrest.Matcher <T> matcher) Asserts that actual satisfies the condition specified by matcher. If not, an AssertionError is thrown with the reason and information about the matcher and failing value. Example:: assertThat (" Help! Integers don' t work" , 0, is ( 1)) // fails:// failure message:// Help! Integers don' t work// expected: is < 1> // got value: < 0> assertThat (" Zero is one" , 0, is ( not (1)))// passes
Platform: | Size: 173056 | Author: lily | Hits:

[CSharpBestString

Description: 相似字符串的匹配实现(c#编程),在数聚集成或数据清洗中要考虑到相似数据的匹配问题。-Similar to the string matcher (c# programming), or data gathered into a few cleaning to take into account similar data matching.
Platform: | Size: 15360 | Author: 心愿 | Hits:

[Other Riddle gamesfassignment

Description: 连连看java代码 有自己设计的单个button的样式以及自己写的计时器-Tile Matcher
Platform: | Size: 14336 | Author: 曲悦欣 | Hits:

[Special EffectsFerrari

Description: We present an object class detection approach which fully integrates the complementary strengths offered by shape matchers. Like an object detector, it can learn class models directly from images, and can localize novel instances in the presence of intra-class variations, clutter, and scale changes. Like a shape matcher, it finds the boundaries of objects, rather than just their bounding-boxes. This is achieved by a novel technique for learning a shape model of an object class given images of example instances. Furthermore, we also integrate Hough-style voting with a non-rigid point matching algorithm to localize the model in cluttered images. As demonstrated by an extensive evaluation, our method can localize object boundaries accurately and does not need segmented examples for training (only bounding-boxes).
Platform: | Size: 2226176 | Author: Daria | Hits:

[OpenCVmatcher_simple

Description: 这个程序演示了如何使用features2d检测,描述符提取和简单的匹配,环境VC++2010,基于opencv2.4.2。-This program demonstrates using features2d detector, descriptor extractor and simple matcher
Platform: | Size: 1024 | Author: | Hits:

[OpenCVMatcher

Description: 特征点匹配的实现,使用VC实现,修正版,完整-Matching feature points to achieve the use of a VC, revised version, complete
Platform: | Size: 15228928 | Author: 叶偲 | Hits:

[Other systemsgrapefruit-master

Description: This is Grapefruit, simple regular expression matcher.
Platform: | Size: 33792 | Author: malloc | Hits:

[Othermods_ivcnz2013_windows (2)

Description: mods matcher with binaries
Platform: | Size: 4707328 | Author: SerdarRs | Hits:
« 12 3 »

CodeBus www.codebus.net