atVelu
atVelu

Reputation: 805

Speedup Image comparison

I'm looking for an algorithm, that would do image comparisons at real time, basically on images acquired from a webcam (like 30 frames/second). My current implementation is pretty slow, tired to improve it by dropping a few frames and reducing the resolution -- but with no success.

So, I'm exploring options like using better algorithms like Key-point Matching etc. And on a different note, I'm also looking for a GPU based image comparison sample implementations (either DirectX or OpenGL APIs).

Upvotes: 1

Views: 572

Answers (2)

Andres
Andres

Reputation: 3414

I didn't read the entire thread but it may help you somehow

Image comparison - fast algorithm

Upvotes: 1

Mel
Mel

Reputation: 6167

Have you tried Perceptual Image Diff?

Upvotes: 1

Related Questions