openIMAJ学习记录
因为老师说后面的课程会用java讲,别的课程也用了java,就暂时放弃python多用用java写项目,拿起openIMAJ.
Chapter 1
很简单,使用命令行的mvn,设置path以后要重启才能生效.最好不要用IDE内置的maven,出了一些奇怪的问题.
使用 mvn assembly:assembly 命令时要用管理员权限的终端,不然会报错.成功后能看到helloworld
我用的IDEA,就没用m2e
fill是填充背景
drawText是写字,字体很神
直接点main旁边的运行就能运行,不需要命令行
Chapter 2
教程很清楚,引用可以通过IDE自动生成
标准代码:https://github.com/openimaj/openimaj/blob/master/documentation/tutorial/tutorial-code/src/main/java/org/openimaj/docs/tutorial/fund/images/firstimage/App.java
chapter 7
没明白为啥要学这章,warning不用管
代码链接:https://github.com/openimaj/openimaj/blob/master/documentation/tutorial/tutorial-code/src/main/java/org/openimaj/docs/tutorial/fund/video/procvid/App.java
Chapter 6
应该是要学第六章,教程改地方了
主要是关于图片集体处理的一些方法,需要注册一个flickr账号
代码链接: https://github.com/openimaj/openimaj/blob/master/documentation/tutorial/tutorial-code/src/main/java/org/openimaj/docs/tutorial/fund/images/datasets/App.java