Top "Matching" questions

For questions related to pattern matching, using character sequences or tree structures.

xcode no matching provisioning profiles found

I have an Adhoc iOS application that give me a "no matching provisioning profiles found in xcode 6", I have created …

xcode matching provisioning-profile
"No matching function call" in constructor

This is the constructor declaration that I have in my "solver.h" file. Solver(const Board &board_c, int …

c++ function object constructor matching
Match elements between 2 collections with Linq in c#

i have a question about how to do a common programming task in linq. lets say we have do different …

c# linq collections elements matching
Figure out if a business name is very similar to another one - Python

I'm working with a large database of businesses. I'd like to be able to compare two business names for similarity …

python normalization matching similarity edit-distance
Pattern matching functions in Clojure?

I have used erlang in the past and it has some really useful things like pattern matching functions or "function …

clojure design-patterns matching
How can I extract a string between matching braces in Perl?

My input file is as below : HEADER {ABC|*|DEF {GHI 0 1 0} {{Points {}}}} {ABC|*|DEF {GHI 0 2 0} {{Points {}}}} {ABC|*|XYZ:abc:def {GHI 0 22 0} {{…

regex perl parsing matching braces
Fingerprint matching/recognition algorithms/implementations

Throughout this day I've been investing time into fingerprint matching/recognition algorithms/implementations in the world of programming. Though it's …

python algorithm matching fingerprint
Detect a specific shape using OpenCV

I'm still a beginner in OpenCV. Currently, I'm trying to detect a specific shape as in the image in the …

image-processing opencv pattern-matching shape matching
Using opencv to match an image from a group of images for purpose of identification in C++

EDIT: I've acquired enough reputation through this post to be able to edit it with more links, which will help …

c++ image opencv matching
Hungarian algorithm in Python

Is there good implementation of Hungarian algorithm in standard python libraries?

python graph combinatorics matching