[Gegl-developer] Contributing code that detect and change text/shapes in computer screenshot?
- From: Gil Eli <gileli121 gmail com>
- To: gegl-developer-list gnome org, gimp-developer-list gnome org
- Subject: [Gegl-developer] Contributing code that detect and change text/shapes in computer screenshot?
- Date: Sat, 31 Aug 2019 15:11:19 +0300
Hello,
I was previously contributed to solve gimp screenshot bug here:
I want to contribute again.
I am the developer of this product
It include some algorithem to detect texts/shapes on the screen.
In order to work, it needs to scan the pixels and figure out what pixels are background and not. then It can remove everything without the texts/shapes, and it change the color of the texts to different color.
Now I was able to make use of nvidia cuda to improve the performance.
My new algorithem that useĀ
nvidia cuda
produce even better result. Here is an example:
The efficiency is very high. It takes 5ms to produce the result.
It working without relying on any open source project/image processing frameworks. Everything is
done by me in low level including the idea how to do it.
I am wondering how much it can be used for GIMP as part of a feature or as a feature.
Do you need the code that can do such thing?
To be clear, I have the knowledge to:
- Detect any pixel that is text/shape of any language (no OCR needed)
- Change the color texts/shapes
- Remove the background around texts/shapes
I am wondering if this can be used as some tool for GIMP and if so then how to get started.
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]