MulimgViewer
MulimgViewer copied to clipboard
Allows users to add custom processing functions.
See https://github.com/nachifur/MulimgViewer/blob/master/src/mulimgviewer/src/custom_func/main.py.
- Custom processing functions can be complex, for example including a project under
MulimgViewer\src\mulimgviewer\src\custom_func
. - You can use MulimgViewer as an image display front-end for any image processing algorithm by modifying the interface file.
Here is a demonstration of object detection method using pytorch, which uses gpu.
请问为什么我打开custom processing function之后,会显示经过我custom processing function加工后的内容以及放大拼接,但是同时还会显示未加工的,最重要的是每次保存stitch,只会保存未加工的,不会保存custom processing function后的stitch,请问是我使用不对吗?
@fkmajiji 确实是的,现在的代码没有保存未加工和处理后的stitch。
这个功能现在只能保存1.custom processing function加工后的内容,2.stitch保存时,只会保存未加工的。