Log in

View Full Version : image search


AlanHK
17th February 2009, 13:22
Is there a way to script an image search -- so I can specify an image, and look for frames that are exactly the same, or similar to a stated amount?
Perhaps a configurable scene change function.

IanB
17th February 2009, 22:35
ConditionalFilter/FrameEvaluate/ScriptClip with some of RGBDifference, LumaDifference, ChromaUDifference, ChromaVDifference.

martino
17th February 2009, 23:39
Perhaps a configurable scene change function.
http://avisynth.org/mediawiki/ConditionalFilter#Advanced_conditional_filtering:_part_III
-with some changes it could do what you need I believe.

AlanHK
18th February 2009, 01:52
ConditionalFilter/FrameEvaluate/ScriptClip with some of RGBDifference, LumaDifference, ChromaUDifference, ChromaVDifference.
http://avisynth.org/mediawiki/ConditionalFilter#Advanced_conditional_filtering:_part_III
-with some changes it could do what you need I believe.

Thanks, looks the place to start.