C# is a programming language from Microsoft for .NET/CLR
Questions tagged [c#]
51 questions
1
vote
2 answers
Object Recognition
I need help to develop an object recognition system. It needs to identify an object in an image by comparing it with an image in an existing database. For example my database may consist of images of cars, buses, cups, etc. If i give a certain image…
Manoj Dhungel
- 11
- 2
-1
votes
2 answers
What algorithm can I use to "match" or "align" (translate and scale) two vectors of different size in C#?
Let's say I have two vectors A and B, of lengths, m, and n respectively. They are not "signals" but a collection of ordered time marks or indexes from another two "original" longer vectors (let's call them X and Y).
I try to compare A and B to…
adrianjgp