MulimgViewer icon indicating copy to clipboard operation
MulimgViewer copied to clipboard

Allows users to add custom processing functions.

Open nachifur opened this issue 1 year ago • 4 comments

See https://github.com/nachifur/MulimgViewer/blob/master/src/mulimgviewer/src/custom_func/main.py.

image

nachifur avatar Mar 11 '23 09:03 nachifur

  1. Custom processing functions can be complex, for example including a project under MulimgViewer\src\mulimgviewer\src\custom_func.
  2. 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.

1

nachifur avatar Mar 12 '23 16:03 nachifur

0176063126aa498af37fbaa1085439e

nachifur avatar Oct 24 '23 13:10 nachifur

请问为什么我打开custom processing function之后,会显示经过我custom processing function加工后的内容以及放大拼接,但是同时还会显示未加工的,最重要的是每次保存stitch,只会保存未加工的,不会保存custom processing function后的stitch,请问是我使用不对吗?

fkmajiji avatar Apr 11 '24 14:04 fkmajiji

@fkmajiji 确实是的,现在的代码没有保存未加工和处理后的stitch。

这个功能现在只能保存1.custom processing function加工后的内容,2.stitch保存时,只会保存未加工的。

nachifur avatar Apr 12 '24 06:04 nachifur