nealsyrkel / aforge

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

Getting error while upgrading new Library from Aforge.Imaging 2.1.5 to 2.2.4 #295

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am getting error while upgrading new Library from Aforge.Imaging 2.1.5 to 
2.2.4

Error   80  Cannot modify the return value of 
'AForge.Imaging.Filters.HSLFiltering.Luminance' because it is not a variable

This like all HSLFilter.

Provide any references/links to publications/algorithms/etc. which could
help in development ...

Original issue reported on code.google.com by rohil.ro...@gmail.com on 29 Apr 2012 at 6:42

GoogleCodeExporter commented 8 years ago
The code below work fine. Don't see an issue.

AForge.Imaging.Filters.HSLFiltering filter = new 
AForge.Imaging.Filters.HSLFiltering( );
filter.Luminance = new AForge.Range( 0, 1 );

Original comment by andrew.k...@gmail.com on 2 May 2012 at 2:58