Pharo image processing library
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 image processing, but all of the operations that I do, do it in Python. I try using Pharo for more fun :D. Best Regards Pablo.
Great work ! We have a math library with a lot code that might help you here: https://github.com/PolyMathOrg/PolyMath On Fri, Jan 24, 2020 at 11:20 PM Pablo Navarro <pablo1n7@gmail.com> wrote:
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 image processing, but all of the operations that I do, do it in Python. I try using Pharo for more fun :D.
Best Regards Pablo.
-- Serge Stinckwic âhâ Int. Research Unit on Modelling/Simulation of Complex Systems (UMMISCO) âSorbonne University (SU) French National Research Institute for Sustainable Development (IRD)â U âniversity of Yaoundé Iâ, Cameroon "Programs must be written for people to read, and only incidentally for machines to execute." https://twitter.com/SergeStinckwich â
Hello Pablo, Is the code of your library available on GitHub? Could you share the link please? Oleks -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
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 ene. de 2020 11:33 -0300, Oleksandr Zaitsev <olk.zaytsev@gmail.com>, escribió:
Hello Pablo,
Is the code of your library available on GitHub? Could you share the link please?
Oleks
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Cool! I like that readme. Best, Kasper On 6 February 2020 at 03.26.05, Pablo Navarro (pablo1n7@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% complete, I'm still working on it. I hope you find it useful and any suggestion is welcomed Best Regards, Pablo. El 25 de ene. de 2020 11:33 -0300, Oleksandr Zaitsev <olk.zaytsev@gmail.com>, escribió: Hello Pablo, Is the code of your library available on GitHub? Could you share the link please? Oleks -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
On 6 Feb 2020, at 07:10, Kasper Ãsterbye <kasper.osterbye@gmail.com> wrote:
Cool! I like that readme.
+100 beautiful !
Best,
Kasper
On 6 February 2020 at 03.26.05, Pablo Navarro (pablo1n7@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% complete, I'm still working on it. I hope you find it useful and any suggestion is welcomed
Best Regards, Pablo. El 25 de ene. de 2020 11:33 -0300, Oleksandr Zaitsev <olk.zaytsev@gmail.com>, escribió:
Hello Pablo,
Is the code of your library available on GitHub? Could you share the link please?
Oleks
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Wow, very nice :) Esteban
On 6 Feb 2020, at 10:40, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 6 Feb 2020, at 07:10, Kasper Ãsterbye <kasper.osterbye@gmail.com> wrote:
Cool! I like that readme.
+100 beautiful !
Best,
Kasper
On 6 February 2020 at 03.26.05, Pablo Navarro (pablo1n7@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% complete, I'm still working on it. I hope you find it useful and any suggestion is welcomed
Best Regards, Pablo. El 25 de ene. de 2020 11:33 -0300, Oleksandr Zaitsev <olk.zaytsev@gmail.com>, escribió:
Hello Pablo,
Is the code of your library available on GitHub? Could you share the link please?
Oleks
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
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 <pablo1n7@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% complete, I'm still working on it. I hope you find it useful and any suggestion is welcomed
Best Regards, Pablo. El 25 de ene. de 2020 11:33 -0300, Oleksandr Zaitsev < olk.zaytsev@gmail.com>, escribió:
Hello Pablo,
Is the code of your library available on GitHub? Could you share the link please?
Oleks
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Serge Stinckwic âhâ Int. Research Unit on Modelling/Simulation of Complex Systems (UMMISCO) âSorbonne University (SU) French National Research Institute for Sustainable Development (IRD)â U âniversity of Yaoundé Iâ, Cameroon "Programs must be written for people to read, and only incidentally for machines to execute." https://twitter.com/SergeStinckwich â
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 <pablo1n7@gmail.com> wrote:
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 image processing, but all of the operations that I do, do it in Python. I try using Pharo for more fun :D.
Best Regards Pablo.
-- Serge Stinckwic âhâ Int. Research Unit on Modelling/Simulation of Complex Systems (UMMISCO) âSorbonne University (SU) French National Research Institute for Sustainable Development (IRD)â U âniversity of Yaoundé Iâ, Cameroon "Programs must be written for people to read, and only incidentally for machines to execute." https://twitter.com/SergeStinckwich â
participants (6)
-
Esteban Lorenzano -
Kasper Ãsterbye -
Oleksandr Zaitsev -
Pablo Navarro -
Serge Stinckwich -
Sven Van Caekenberghe