Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows users to add custom processing functions. #74

Open
nachifur opened this issue Mar 11, 2023 · 4 comments · Fixed by #73
Open

Allows users to add custom processing functions. #74

nachifur opened this issue Mar 11, 2023 · 4 comments · Fixed by #73
Assignees
Labels
enhancement New feature or request

Comments

@nachifur
Copy link
Owner

nachifur commented Mar 11, 2023

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

image

@nachifur nachifur added the enhancement New feature or request label Mar 11, 2023
@nachifur nachifur linked a pull request Mar 11, 2023 that will close this issue
@nachifur nachifur self-assigned this Mar 11, 2023
@nachifur
Copy link
Owner Author

nachifur commented Mar 12, 2023

  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
Copy link
Owner Author

0176063126aa498af37fbaa1085439e

@fkmajiji
Copy link

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

@nachifur
Copy link
Owner Author

nachifur commented Apr 12, 2024

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

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

@nachifur nachifur reopened this Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants