renatobianchini / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Problem processing large resolution images #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
The following lines will produce an error if the sourceImage resolution is >= 
1500 x 1500 but execute fine for anything <= 1000 x 1000

var compareImage = filter.Apply(Image.FromFile(f));
var template = new ExhaustiveTemplateMatching(0);
var process = template.ProcessImage(sourceImage, compareImage);
var x = process[0];

What version of the product are you using? 2.1.5

Original issue reported on code.google.com by Jeremy...@gmail.com on 8 May 2011 at 3:24

GoogleCodeExporter commented 8 years ago
Just tested and it works fine.
Source image size: 3328 x 2496
Template size: 34 x 34

>> will produce an error
Which error? If there is an exception or something, you need to put that into 
issue report.

If you have specific case, then you need to attach your images.

Original comment by andrew.k...@gmail.com on 8 May 2011 at 8:34

GoogleCodeExporter commented 8 years ago
No comments - no issue.

Original comment by andrew.k...@gmail.com on 16 May 2011 at 5:44