开发者

Developing an Image Processing DSL in Scala - Suggest Libraries

开发者 https://www.devze.com 2023-02-14 08:14 出处:网络
We are developing an internal DSL in Scala for Image Processing domain. The DSL is supposed to offer the functionalities similar to MATLAB. We intend to develop this DSL as a wrappe开发者_开发问答r ov

We are developing an internal DSL in Scala for Image Processing domain. The DSL is supposed to offer the functionalities similar to MATLAB. We intend to develop this DSL as a wrappe开发者_开发问答r over existing Java Image Processing libraries. However since we have no prior experience with image processing in Java, we are finding it hard to decide upon a Java library to use for our project. So far we have come across Java Advanced Imaging Utilities (which was too low level for our taste) and JMagick (which doesn't have any online tutorial available it seems). What Image Processing libraries would you recommend us to use, considering ease of development and given a very short deadline? (The efficiency of the resulting library does not concern us much.)

PS: This is a bachelor level project.


You should check out ScalaLab, which does not yet to my knowledge incorporate an image processing library, but fits the "DSL + Matlab functionality" meme.

The largest open-source image-processing software package that I know of is ImageJ, with the bundle Fiji incorporating a particularly large number of routines. This certainly has the high level and power that you might want (at the module level, anyway), but it might be too high level for your purposes.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号