Re: [Gimp-developer] using OpenCV in Gimp?

2007-04-30 Thread Frank Tao
Thank David Hodson and Sven, I have finished the code of adaptering OpenCV code 
to Gimp plugin.
I wrote a simple HOWTO, hope it is useful to anyone interested in it.
http://www.blogjava.net/solotim/archive/2007/04/30/114853.html

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] using OpenCV in Gimp?

2007-01-21 Thread David Hodson
solotim wrote:

> My problem is, is it possible to let Gimp work with a plug-in wrotten by 
> OpenCV?

A Gimp plugin is basically a standalone program, with some standard 
initialisation code so that Gimp can communicate with it. As long as 
your program doesn't do anything unusual when it starts up (for example, 
start an event loop), it can use any libraries that you want.


-- 
David Hodson  --  this night wounds time
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] using OpenCV in Gimp?

2007-01-21 Thread Sven Neumann
Hi,


On Sun, 2007-01-21 at 11:56 +0800, solotim wrote:

> My problem is, is it possible to let Gimp work with a plug-in wrotten by 
> OpenCV?

I don't think anyone of use has ever used OpenCV but I don't see why a
GIMP plug-in should not be able to use it.

BTW, it would have been nice not to assume that everyone knows what the
term OpenCV refers to. It's not as widely known as you might think.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer