vrosnet / aforge

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

Extending of Complex Image #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At this point ComplexImage class keeps complex image's data privately. It 
is required to provide access to them, so it would be possible to develop 
additional filters.

Original issue reported on code.google.com by andrew.k...@gmail.com on 12 Nov 2007 at 4:55

GoogleCodeExporter commented 8 years ago
ComplexImage is extended with public property, which gives access to complex 
image's 
data. It gives possibility to implement additional classes to do filtering on 
ComplexImage. IComplexFilter interface provided for filters, which work on 
complex 
Fourier transformed images. Frequency filter is moved out of ComplexImage to 
separate class.

The fix is available in revision 397. Will be released in 1.5.2 version.

Original comment by andrew.k...@gmail.com on 19 Nov 2007 at 4:30

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 18 Feb 2008 at 12:40

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 19 May 2008 at 6:08