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 maili

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 u

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 assu

[Gimp-developer] using OpenCV in Gimp?

2007-01-21 Thread solotim
Hi all~ Several weeks ago I worte a program to remove dust spot in digital image which is shoot by Single Reflect Camera. I finished it by OpenCV and try to make a UI by Java/Swing, and use SWIG to bind C and Java. Later, I found the Java UI is far from desirable one. It's too slow to handle wi

[Gimp-developer] using OpenCV in Gimp?

2007-01-21 Thread solotim
Hi all~ Several weeks ago I worte a program to remove dust spot in digital image which is shoot by Single Reflect Camera. I finished it by OpenCV and try to make a UI by Java/Swing, and use SWIG to bind C and Java. Later, I found the Java UI is far from desirable one. It's too slow to handle wi