Re: [Gimp-developer] Regarding GSOC project idea

2011-03-20 Thread Kevin Cozens
bhavya agrawal wrote:
 We are Bhavya Agarwal and Kumar Harsh
[snip]
 We can work on the project like *Slicing Tool* or *Implement the free
 transform tool *. Alternately, it would also
 be great if anyone can mentor us in some other project such as -* *

Thank you for your interest in working on a project for GIMP. You are both 
welcome to apply to work on a project but if you were both chosen you would 
have to be working on different projects. The GSoC FAQ states only an 
individual may work on a given project.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Regarding GSOC project idea

2011-03-20 Thread bhavya agrawal
Hi guys,

Yes I was referring to DICOM 3 and I would like to add that there are not
many open source software right now which support DICOM and a nice
proper software for DICOM costs around 10,000 euros here in Europe.
So, it would be nice if we can have a nice open source implementation.

Also, we are ready to work on separate projects and it would be great
if we can get somebody from GIMP to mentor us.

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


Re: [Gimp-developer] Regarding GSOC project idea

2011-03-20 Thread Alexandre Prokoudine
On 3/20/11, bhavya agrawal wrote:
 Hi guys,

 Yes I was referring to DICOM 3 and I would like to add that there are not
 many open source software right now which support DICOM and a nice
 proper software for DICOM costs around 10,000 euros here in Europe.
 So, it would be nice if we can have a nice open source implementation.

As far as I can tell, it doesn't really matter if a particular
application supports DICOM until it's certified. Given presense of
free-as-in-speech tooldsfor vieweing and converting DICOM v3 files,
I'd say this task would be low priority, though a nice thing to have
:)

Alexandre Prokoudine
http://libregraphicsworld.org
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Regarding GSOC project idea

2011-03-20 Thread Daniel Hornung
On Sunday 20 March 2011 09:30:04 bhavya agrawal wrote:
 Hi guys,
 
 Yes I was referring to DICOM 3 and I would like to add that there are not
 many open source software right now which support DICOM and a nice
 proper software for DICOM costs around 10,000 euros here in Europe.
 So, it would be nice if we can have a nice open source implementation.
I don't know about which versions it supports (and probably only local files, 
not all the networking stuff), but ImageJ is in the public domain. And OsiriX 
is LGPL licensed. So both project's code should be free to use for GIMP.

Certificates are less of a matter when the purpose does not lie in clinical 
application, I presume.

Cheers,
Daniel


signature.asc
Description: This is a digitally signed message part.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Ashok1288
@Alexandre Prokoudine

Actually I was referring about the algorithm (Existing in current GIMP
Versions) to get familiar with...

I will look into the source code!!!
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread David Gowers (kampu)
On Sun, Mar 20, 2011 at 9:22 PM, Ashok1288 asok1...@gmail.com wrote
 @Alexandre Prokoudine
 Actually I was referring about the algorithm (Existing in current GIMP
 Versions) to get familiar with...

Do you mean the heal tool?

app/tools/gimphealtool.*
app/paint/gimpheal.*

are where you should look for a start!
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Ashok1288
Well!! I will look into!! Thanks for your Reply!!
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Bill Skaggs
I think it would be pretty difficult to figure out the algorithm by looking
at the Gimp source code.  The algorithm that Gimp uses is based on
papers by Todor Georgiev, and you can find a description of the algorithm
in a paper he wrote called Photoshop Healing Brush: a Tool for
Seamless Cloning -- you can access a PDF version at

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.109.5521rep=rep1type=pdf

Note that Gimp only uses the Laplacian method that he describes, not
the more sophisticated fourth-order version.

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


Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Alexandre Prokoudine
On 3/20/11, Bill Skaggs wrote:
 I think it would be pretty difficult to figure out the algorithm by looking
 at the Gimp source code.  The algorithm that Gimp uses is based on
 papers by Todor Georgiev, and you can find a description of the algorithm
 in a paper he wrote called Photoshop Healing Brush: a Tool for
 Seamless Cloning -- you can access a PDF version at

 http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.109.5521rep=rep1type=pdf

 Note that Gimp only uses the Laplacian method that he describes, not
 the more sophisticated fourth-order version.

GIMP's implementation is prone to errors which is especially visible
when you heal near a visible border. I'm not entirely sure it's a good
idea to learn from it.

Alexandre Prokoudine
http://libregraphicsworld.org
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer