georgslazdans / outline-app

Outline recognition app
https://outline.georgs.lv
GNU Affero General Public License v3.0
84 stars 5 forks source link

Optimization: Outline Check Image #5

Open georgslazdans opened 1 month ago

georgslazdans commented 1 month ago

Description

Outline check image is created by drawing the paper contours and transforming Extract Object steps result so it overlays correctly on the original image.

Investigate

It should be a bit faster to transform the resulting points and then draw them, instead of transforming whole image.