zhaojiahai / aforge

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

using IPPrototyper plugins in other applications #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I've merged the files IImageProcessingRoutine, IImageProcessingLog and 
ImageProcessingLog of IPPrototyper to one DLL "PlugInConnector", which allows 
any other application to use plugins from IPPrototyper merely by referencing 
"PlugInConnector".

I've removed those three files in IPPrototyper and referenced PlugInConnector.

In order to  use PlugInConnector some minor changes to IPPrototyper have been 
necessary:
- Files IImageProcessingLog, IImageProcessingRoutine and ImageProcessingLog 
deleted
- Reference DLL PlugInConnectorin IPPrototyper
- add using Plugin; in IPPrototyper
- Reference DLL PlugInConnector in all Plugins that are supposed to be used by 
IPPrototyper or any other application

Furthermore I've updated the reference to "AForge.Imaging" of IPPrototyper and 
the Plugins to 2.1.4.1

Original issue reported on code.google.com by wagd...@web.de on 1 Feb 2011 at 3:18

Attachments:

GoogleCodeExporter commented 8 years ago
Please provide a patch for the changes to IPPrototyper.

Also, I recommend leaving the version numbers unchanged. The only thing 
changing version numbers achieves is forcing Andrew to change them to whatever 
he actually wants.

Original comment by dales...@gmail.com on 3 Feb 2011 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 19 Apr 2011 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 5 May 2011 at 12:32

GoogleCodeExporter commented 8 years ago
Created separate AForge.Imaging.IPPrototyper assembly, which holds interfaces 
for image processing prototyping and default implementation of 
IImageProcessingLog interface. Updated IPPrototyper tool and sample application 
to accommodate these changes.

Committed on revision 1462. Will be released in version 2.2.0.

Original comment by andrew.k...@gmail.com on 9 May 2011 at 3:00

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 28 Jul 2011 at 9:44

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 10 Aug 2011 at 9:25