suicao / aforge

Automatically exported from code.google.com/p/aforge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Private Constructors for ReplaceChannel, YCbCrReplaceChannel classes to Public

GoogleCodeExporter opened this issue · comments

In my application, for the below two filters, the filter definition comes first 
and later the channel type and image is provided.

AForge.Imaging.Filters\
1. ReplaceChannel()
2. YCbCrReplaceChannel()

It would help, if you simply change the current Private default constructor to 
Public, same as in HSLFiltering class etc.
(Right now, I am doing it myself but a recompile is required)

Also thanks a lot for providing the world a beautiful framework.

Regards,
--
Abhishek Johri
Tokyo

Original issue reported on code.google.com by absolute...@gmail.com on 21 Jan 2014 at 12:35