It's ok! The dll was created successfully. Now I would to implement this process: Given a set of some thousand of images, I have to find only these in which is present a grain. I believe that is necessary to know the parameters to have a meaningful result with a Watershed analysis. So, how can I send the parameters to the appropriate module to have the result I want? Or, in alternative, how is possible an automatic execution of the Grain Watershed analysis on more than one images? thanks a lot
________________________________ From: Miroslav Valtr <[email protected]> To: Gwyddion use discussion <[email protected]> Sent: Thursday, December 25, 2008 8:47:38 PM Subject: Re: [Gwyddion-users] Finding images with grains in a big set Hi Angelo! The threshold-example seems to be only partialy updated to "2.0" version. Please replace/add files in the attachment to your threshold-example dir and possibly readjust the paths in the make.msc file to reflect your locations of gtk-dev, msvc and gwyddion-dev. The compilation of the library should than run fine. Regards, Mira On Thursday 25 of December 2008 12:25:51 Angelo Ulivieri wrote: > I choosed to install the Gwiddion development. Reading informations on how > to build a new module for Gwiddion on > http://gwyddion.net/download.php#sample-module, I've installed : > Gwyddion-Development-2.11 > gtk-2.12.9-win32-1 > gtk-dev-2.12.9-win32-1 > and tryied to install the sample-module (threshold-example-2.0), but I have > this error after reading the "Readme" informations: > C:\GTK\include\gtk-2.0\gdk/gdkcolor.h(30) : fatal error C1083: Cannot open > include file 'cairo.h': No such file or directory NMAKE: fatal error V1077: > 'cl' :return code '0x2' > > How can I solve that? What are the packages I need to install to run the > sample module? thanks > Angelo > > > > > > ________________________________ > From: David Necas (Yeti) <[email protected]> > To: Gwyddion use discussion <[email protected]> > Sent: Tuesday, December 23, 2008 1:32:16 PM > Subject: Re: [Gwyddion-users] Finding images with grains in a big set > > On Sun, Dec 21, 2008 at 10:59:46AM -0800, Angelo Ulivieri wrote: > > I want to know if in Gwiddion is there a possibility to find in a set of > > some thousand of images that which are interesting for their contents > > (presence or absence of grains). Is there possibility to do this or is > > necessary to implement something for? > > Hello, this kind of mass processing is not possible from the GUI. It > can be probably done using pygwy, the Python scripting interface, which > however works properly only in Unix at present. I would write such > thing in C using Gwyddion functions (looking at gwyiew is probably a > good start if you choose this way). > > Yeti > > > --------------------------------------------------------------------------- >--- _______________________________________________ > Gwyddion-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gwyddion-users
------------------------------------------------------------------------------
_______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
