Re: [Gimp-developer] A GSoC Purpose: Improve the Performance of SIOX

2009-03-14 Thread Sven Neumann
Hi,

On Sat, 2009-03-14 at 11:52 +0800, Jenny wrote:

 My name is Ding Jie, and Jenny is my English name. I'm a first-grade
 post-graduate student, major in Image Processing, and very interested
 in algorithms of this field.
 
 Thanks for neo's suggestion, I found SIOX is very interesting. I have
 read some paper about SIOX written by Gerald, and feel SIOX have
 potential to improve.
 
 Firstly, SIOX performs not good when dealing with gray images.
 Secondly, it isn't good at extracting things from a background whose
 color is similar to foreground. I'm wondering is it possible to use
 some new approaches side-by-side, and make the final output as the
 combination of all those approaches' output.

SIOX can by definition only extract things from a background if the
foreground color is sufficiently different. After all that is how the
algorithm decides what to separate. So what you suggest here sounds more
like adding a different separation algorithm and not like improving
SIOX. But of course I might just have misunderstood you.

The SIOX tool has several areas where it is lacking. The most notable is
that it does a binary separation. Either a pixel is foreground or it is
background. This causes jaggy edges and makes it necessary to do manual
post-processing on the selection. The SIOX team around Gerald has
suggested several improvements that would help to improve this. Their
papers describe a refinement brush that should be used on the selection
boundary to improve the results. It would be nice if this could be added
to the GIMP SIOX tool.


Sven


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


Re: [Gimp-developer] A GSoC Purpose: Improve the Performance of SIOX

2009-03-14 Thread Jenny
Hi,

On Sat, Mar 14, 2009 at 6:50 PM, Sven Neumann s...@gimp.org wrote:

 SIOX can by definition only extract things from a background if the
 foreground color is sufficiently different. After all that is how the
 algorithm decides what to separate. So what you suggest here sounds more
 like adding a different separation algorithm and not like improving
 SIOX. But of course I might just have misunderstood you.

 The SIOX tool has several areas where it is lacking. The most notable is
 that it does a binary separation. Either a pixel is foreground or it is
 background. This causes jaggy edges and makes it necessary to do manual
 post-processing on the selection. The SIOX team around Gerald has
 suggested several improvements that would help to improve this. Their
 papers describe a refinement brush that should be used on the selection
 boundary to improve the results. It would be nice if this could be added
 to the GIMP SIOX tool.


Thank you for your feedback. I have only read some papers about how
SIOX extract thing, and didn't sure the real lack point of SIOX. Your
suggestion is very helpful. :)

I didn't read the code of SIOX and GIMP yet, and be not sure if the
features in this page http://www.siox.org/preview.html has been
implemented in GIMP's current development version. If not, is it a
good a GSoC project of implementing these features? And I'm still not
sure if Gerald want to be a mentor in this GSoC Season.

BTW, I have idled on the IRC channel #gimp for days, where I'm glad if
anyone could give me suggestions, or just talk :)


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


Re: [Gimp-developer] A GSoC Purpose: Improve the Performance of SIOX

2009-03-14 Thread Sven Neumann
Hi,

On Sat, 2009-03-14 at 19:41 +0800, Jenny wrote:

 I didn't read the code of SIOX and GIMP yet, and be not sure if the
 features in this page http://www.siox.org/preview.html has been
 implemented in GIMP's current development version.

The Detail Refinement Brush that is mentioned on this page has not been
implemented yet.

 And I'm still not
 sure if Gerald want to be a mentor in this GSoC Season.

I have forwarded your mail to him and asked him if he'd be interested to
help us having a GSoC project on SIOX. Please give him some time to
respond. He is probably quite busy in his new job at the International
Computer Science Institute (ICSI) in Berkeley.


Sven


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


[Gimp-developer] layer dock shortcut

2009-03-14 Thread Liam R E Quin
There's a shortcut under the Tools menu to open the toolbox;
after quite some time helping people on the GIMP IRC channels,
I think it would also be helpful to have a shortcut on the
Layers menu to show the layers dock.

Once people discover how the Layers dialogue box works, their
understanding of GIMP progresses very fast.  People don't tend
to look for it under windows-dockable thingies because they
don't know it's a dockable thingie.  Or, as Alan Cooper would
say, we have to help the Perpetual intermediates become Experts :)

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.{gnome,gimp}.org irc.freenode.net

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


[Gimp-developer] layer dock shortcut

2009-03-14 Thread Bernhard S.
There's a shortcut under the Tools menu to open the toolbox;
after quite some time helping people on the GIMP IRC channels,
I think it would also be helpful to have a shortcut on the
Layers menu to show the layers dock.

Once people discover how the Layers dialogue box works, their
understanding of GIMP progresses very fast.  People don't tend
to look for it under windows-dockable thingies because they
don't know it's a dockable thingie.  Or, as Alan Cooper would
say, we have to help the Perpetual intermediates become Experts :)

Liam



The standard hotkey for reaching the layers dock is CTRL+L.
The standard hotkey for reaching the toolbox dock is CTRL+B.
Since gimp 2.4(?) you can also show hide all docks using the TAB key

;)

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


Re: [Gimp-developer] A GSoC Purpose: Improve the Performance of SIOX

2009-03-14 Thread Gerald Friedland
Hi,

Jenny, nice to meet you!

I agree with Sven that implementing the Detail Refinement Brush as
described on
the http://siox.org website would be something that could be done
immediately, i.e.
without performing extensive computer vision research and would
contribute significantly to the
improvement of the SIOX tool. Once it is done, there is still room for
research, e.g. how to
automate the detail refinement brush further and also HCI issues.

I am glad to respond to any questions by email and could be a mentor
as far as conceptual
questions (as opposed to GIMP code structure) are concerned.

Gerald

On Sat, Mar 14, 2009 at 5:05 AM, Sven Neumann s...@gimp.org wrote:
 Hi,

 On Sat, 2009-03-14 at 19:41 +0800, Jenny wrote:

 I didn't read the code of SIOX and GIMP yet, and be not sure if the
 features in this page http://www.siox.org/preview.html has been
 implemented in GIMP's current development version.

 The Detail Refinement Brush that is mentioned on this page has not been
 implemented yet.

 And I'm still not
 sure if Gerald want to be a mentor in this GSoC Season.

 I have forwarded your mail to him and asked him if he'd be interested to
 help us having a GSoC project on SIOX. Please give him some time to
 respond. He is probably quite busy in his new job at the International
 Computer Science Institute (ICSI) in Berkeley.


 Sven


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




-- 
Dr. Gerald Friedland
International Computer Science Institute
1947 Center Street, Suite 600
CA-94704 Berkeley, USA
Office: +1/510/666-2987
Mobile: +1/510/529-6514
http://www.gerald-friedland.org
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Gimp Save Confirmation Alert does not meet Gnome Human Interface Guidelines.

2009-03-14 Thread Jarlath Reidy

When closing an individual document in Gimp, the dialog presents these
buttons; (modifiers in parenthesis)

Do[n]'t Save, [C]ancel, [S]ave

The Gnome HIG states that this should be:

Close [w]ithout Saving, [C]ancel, Save [A]s
(Save As may also be [S]ave if the document is not new)

This is what the user expects since most other Gnome applications use
this. Having a different dialog slows down the unsuspection user. I also
think personally that it slows down an experienced user who uses many
Gnome desktop applications.

An example of an application which meets the guidelines is Gedit. It
would be nice if Gnome would honour the HIG and it would certainly make
a smoother ride for the average user.

I use the Gnome desktop quite intensively and if all the
document-centric Gnome applications had the same keyboard shortcuts for
at the very least - modal dialogs, it would make things a lot easier. I
believe these dialogs should be trivial as the user knows what they want
to do with their document and the choices should be made easily
available.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer