Uses of Record Class
cloud.opencode.base.image.analysis.TemplateMatchOp.MatchResult
Packages that use TemplateMatchOp.MatchResult
-
Uses of TemplateMatchOp.MatchResult in cloud.opencode.base.image.analysis
Methods in cloud.opencode.base.image.analysis that return TemplateMatchOp.MatchResultModifier and TypeMethodDescriptionstatic TemplateMatchOp.MatchResultTemplateMatchOp.match(BufferedImage source, BufferedImage template) Find the best match of a template in the source image using NCC.Methods in cloud.opencode.base.image.analysis that return types with arguments of type TemplateMatchOp.MatchResultModifier and TypeMethodDescriptionstatic List<TemplateMatchOp.MatchResult> TemplateMatchOp.matchAll(BufferedImage source, BufferedImage template, double threshold) Find all matches of a template in the source image above a threshold.