Re: [Pharo-users] Pharo image processing library

2020-02-06 Thread Serge Stinckwich
Great work Pablo ! Nice to see code examples of what you have done until now. Best, On Thu, Feb 6, 2020 at 3:26 AM Pablo Navarro wrote: > Hi everyone > > I put available my code for Image Form in GitHub ( > https://github.com/pablo1n7/ImageForm). This afternoon, I did the > operations with

Re: [Pharo-users] Pharo image processing library

2020-02-06 Thread Esteban Lorenzano
Wow, very nice :) Esteban > On 6 Feb 2020, at 10:40, Sven Van Caekenberghe wrote: > > > >> On 6 Feb 2020, at 07:10, Kasper Østerbye wrote: >> >> Cool! >> I like that readme. > > +100 beautiful ! > >> Best, >> >> Kasper >> >> >> On 6 February 2020 at 03.26.05, Pablo Navarro

Re: [Pharo-users] Pharo image processing library

2020-02-06 Thread Sven Van Caekenberghe
> On 6 Feb 2020, at 07:10, Kasper Østerbye wrote: > > Cool! > I like that readme. +100 beautiful ! > Best, > > Kasper > > > On 6 February 2020 at 03.26.05, Pablo Navarro (pablo...@gmail.com) wrote: > >> Hi everyone >> >> I put available my code for Image Form in GitHub >>

Re: [Pharo-users] Pharo image processing library

2020-02-05 Thread Kasper Østerbye
Cool! I like that readme. Best, Kasper On 6 February 2020 at 03.26.05, Pablo Navarro (pablo...@gmail.com) wrote: Hi everyone I put available my code for Image Form in GitHub ( https://github.com/pablo1n7/ImageForm). This afternoon, I did the operations with kernels :D. It's not 100%

Re: [Pharo-users] Pharo image processing library

2020-02-05 Thread Pablo Navarro
Hi everyone I put available my code for Image Form in GitHub (https://github.com/pablo1n7/ImageForm). This afternoon, I did the operations with kernels :D. It's not 100% complete, I'm still working on it. I hope you find it useful and any suggestion is welcomed Best Regards, Pablo. El 25 de

Re: [Pharo-users] Pharo image processing library

2020-01-28 Thread Pablo Navarro
Hi everyone! after what we talked about the other day, I started to work with the test cases of Form. I don´t know if the best form for share but I load some in my Github: https://github.com/pablo1n7/FormTest. There are still many tests to do but it's a beginning. For the other hand, I

Re: [Pharo-users] Pharo image processing library

2020-01-27 Thread Pablo Navarro
hi, I’m looking. very interesting, thanks. Pablo. El 27 de ene. de 2020 00:35 -0300, Any question about pharo is welcome , escribió: > > https://80738163270632.blogspot.com/2018/10/pharo-script-of-day-proto-proto-image.html

Re: [Pharo-users] Pharo image processing library

2020-01-26 Thread Hernán Morales Durand
Hi Pablo, I did some experiment with the Form class some time ago, maybe you can borrow something from here: https://80738163270632.blogspot.com/2018/10/pharo-script-of-day-proto-proto-image.html Hernán El sáb., 25 ene. 2020 a las 13:42, Pablo Navarro () escribió: > Hi everyone! Thanks for

Re: [Pharo-users] Pharo image processing library

2020-01-26 Thread Pablo Navarro
I'll work on those tests and then we'll do the subclass for image processing. :) I'm very happy to contribute to this project. Pablo. El dom., 26 ene. 2020 12:08, Stéphane Ducasse escribió: > Pablo > > if you are interested I would like to increase the tests around Form. > The three that

Re: [Pharo-users] Pharo image processing library

2020-01-25 Thread Pablo Navarro
Hi everyone! Thanks for the comments, I don't create a repository yet because, in this first version, I just wanted to try if it was possible, so only create a Form subclass and add three methods. Form subclass: #ImageForm instanceVariableNames: 'mode' classVariableNames: '' package:

Re: [Pharo-users] Pharo image processing library

2020-01-25 Thread Serge Stinckwich
You may have a look to Cuis library : https://github.com/Cuis-Smalltalk/Numerics There is an image analysis package. We have some plan in PolyMath to port it: https://github.com/PolyMathOrg/PolyMath/issues/158 Best, On Fri, Jan 24, 2020 at 11:20 PM Pablo Navarro wrote: > Hi everyone! > > I’m

[Pharo-users] Pharo image processing library

2020-01-24 Thread Pablo Navarro
Hi everyone! I’m searching for one library for image processing in Pharo. I couldn't find anything (only wrappers) so I tried programming one for basic operations (sum, subtraction) with images using class “Form”. What do you think about this? For providing a context, I'm studying a PhD. in

Re: [Pharo-users] Pharo image processing library

2015-07-01 Thread Luc Fabresse
2015-06-30 9:34 GMT+02:00 Serge Stinckwich serge.stinckw...@gmail.com: On Tue, Jun 30, 2015 at 8:39 AM, Nicolai Hess nicolaih...@web.de wrote: 2015-06-25 18:41 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, is there any image (as in picture) processing library in the likes of

Re: [Pharo-users] Pharo image processing library

2015-06-30 Thread Serge Stinckwich
On Tue, Jun 30, 2015 at 8:39 AM, Nicolai Hess nicolaih...@web.de wrote: 2015-06-25 18:41 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, is there any image (as in picture) processing library in the likes of Python's PIL(http://effbot.org/imagingbook/image.htm), or even (highly unlikely)

Re: [Pharo-users] Pharo image processing library

2015-06-30 Thread Nicolai Hess
2015-06-25 18:41 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, is there any image (as in picture) processing library in the likes of Python's PIL(http://effbot.org/imagingbook/image.htm), or even (highly unlikely) something like OpenCV (http://opencv.org/)? Not that I know of. Juan

[Pharo-users] Pharo image processing library

2015-06-25 Thread Peter Uhnák
Hi, is there any image (as in picture) processing library in the likes of Python's PIL(http://effbot.org/imagingbook/image.htm), or even (highly unlikely) something like OpenCV (http://opencv.org/)? Thanks, Peter