opencv got update and its %30 more efficient on image scaning which means it could help about background pixel bot like exobot. EXANE PLEASE UPDATE!!!
Quote:
Donate goal == 500€ :kappa:
Quote:
that was not the reason he stopped. but u could have pmd him. or something else instead of creating this thread.
What is the difference between openCV methode to compare pixel/images and "pure" pixel/image search(what do you mean with pure?)? Shouldnt they all use the same way of comparisom(template matching)?Quote:
Thank you for interesting info...but OpenCV is still much slower than pure pixel/image search made by pixel comparison.
I have used openCV templateMatch in past (on CPU as well as GPU) and speed of finding object on full-hd pic was about 40-400ms (depends on maaany settings)...with simple ImageSearch which go 1 by 1 in pixel array (and comparing just simple pixel values) you can get match in 4-40ms.Quote:
What is the difference between openCV methode to compare pixel/images and "pure" pixel/image search(what do you mean with pure?)? Shouldnt they all use the same way of comparisom(template matching)?
Quote:
I have used openCV templateMatch in past (on CPU as well as GPU) and speed of finding object on full-hd pic was about 40-400ms (depends on maaany settings)...with simple ImageSearch which go 1 by 1 in pixel array (and comparing just simple pixel values) you can get match in 4-40ms.
The main difference there is in "match"..openCV has some more comlicated algorithms for that which take more time.
Here is explained OpenCV templateMatch: [Only registered and activated users can see links. Click Here To Register...]
PS: I havent work with OpenCV for about 2 years now...maybe some really significant improvements were made.