How can I use ImageJ as a library for a separate Java application?

后端 未结 3 1099
慢半拍i
慢半拍i 2021-02-07 12:11

In a regular Java application, I have a BufferedImage that I would like to manipulate with ImageJ. I have a macro that is exactly what I need to execute. I suspect that the firs

3条回答
  •  时光说笑
    2021-02-07 12:38

    The following site describes ImageJ API with examples: http://albert.rierol.net/imagej_programming_tutorials.html#ImageJ programming basics

    The examples include reading images, processing pixels etc. Well, I guess you will also need to use the API documentation a lot.

提交回复
热议问题