Re: Video identification algorithm

From: The March Hare [MVP] (phil_at_ndsm.maps)
Date: 12/05/04


Date: Sat, 4 Dec 2004 18:39:32 -0700

On Sat, 4 Dec 2004 15:25:04 -0800, Nadav wrote:

> WHAT WOULD BE THE BEST WAY OF IMPLEMENTING THIS ALGORITHM?
> IS THERE ANY KNOWN ALGORITHM WHICH I CAN USE TO RESOLVE THIS PROBLEM?
> ANY HELP OR POINTERS WOULD BE APPRECIATED

Why are you shouting?

-- 
Please read this before replying:
1. Learn about newsgroups - http://dev.6581.com/newsgroups.html
2. Trim & respond in-line (please don't top post or snip everything)
3. Benefit others - follow up if you are helped or you found a solution


Relevant Pages

  • Re: How to rearrange text fields in sed?
    ... bugs where the expression didn't resolve to true in corner ... but at first sight it looks like it's an assignment. ... least what the algorithm is. ... newline, append " " otherwise. ...
    (comp.unix.questions)
  • Implementing data flow analysis in single pass parser
    ... pointers in the C program. ... I read the chapter 10.8 in dragon book ... I have written a parser to parse the CFG version of the C code dumped ... I previously implemented algorithm for finding ...
    (comp.compilers)
  • Re: Complexity of a specific kind of instances of a NP-complete problem
    ... > |If we don't expect to resolve all the instances of TSP ... > There's a kind of universal searching algorithm known as ... > in Otime, then Levin search does too, but with the constant ... > fraction of its time simulating this other algorithm. ...
    (comp.theory)
  • Re: Unique Elements in a List
    ... of the algorithm increases exponentially relative to the ... the computing time would be 100*p. ... list.countmust iterate through the list each time, ... Wikipedia has good resources and pointers to related things, ...
    (comp.lang.python)
  • Re: Pointer equality and dereferencing
    ... int main{ ... there is no semantic meaning to the struct twoptrs. ... The pointers have meaningless names and serve no useful purpose in this particular program other than to illustrate my point; but that's because any real-life example would be a lot bigger and more complicated and nobody would bother to read it. ... That's how a lot of compression or encryption algorithm works. ...
    (comp.std.c)