RuliaReader / Rulia

This is a manga reader. It gives you different feeling. Give it a shot.
https://lancercomet.com/rulia
131 stars 0 forks source link

Experimental: Image detection #23

Open LancerComet opened 1 year ago

LancerComet commented 1 year ago

I have implemented a neural network for determining whether two images are the left and right parts of the same original image. This is very helpful for the image layout process, as it can automatically stitch together two suitable images, eliminating the need for manual switching by the user.

Convert it to onnx format and embed it into Rulia by using built-in Windows AI. (Microsoft.ML.OnnxRuntime is not capable with UWP anymore)

LancerComet commented 1 year ago

Maybe a standalone window could be made if there were two "attachable" images.