Skip to content

Releases: ImageProcessing-ElectronicPublications/scantailor-experimental

mean

11 Oct 20:34
Compare
Choose a tag to compare
  • threshold: fix Mean: norm 1 -> norm 2: for covers and k-means
  • fix version
  • fix NSIS scripts
  • filters: dimming colored: YCbCr -> HSV

NSIS based installer for Windows32 and Windows64 by @plzombie .

page

27 Sep 00:01
Compare
Choose a tag to compare
  • page layout: fix page size: fix 1117038
  • output: only "Mode" panel visible (for small monitor)

Build for Windows by @noobie-iv (Нубий-IV).

NSIS based installer for Windows64 by @plzombie .

binarize

25 Sep 02:43
Compare
Choose a tag to compare
restruct threshold
stex-0 2023 09 25-mode Reorganized thresholds (binarize). Thresholds are separated, transition to a map model of local thresholds, separation of prefilters and postfilters. Fixed BiModal threshold (similar to Otsu). The "Mode" panel has been reorganized.

Build for Windows by @noobie-iv (Нубий-IV).

hidden

18 Sep 23:38
Compare
Choose a tag to compare
hidden panels
stex-0 2023 09 19-panels Output: hidden panels for small monitors.

Build for Windows by @noobie-iv (Нубий-IV).

morphology

12 Sep 20:16
Compare
Choose a tag to compare

stex-0 2023 09 13-morphology

  • output: zones: subtract from k-means
  • filters: morphology mask for k-means

Build for Windows by @noobie-iv (Нубий-IV).

select

08 Sep 21:07
Compare
Choose a tag to compare

stex-0 2023 09 09-output

Changes:

  • select content: replacing Wolf threshold with BlurDiv
  • output: add scale 3.0 and 4.0
  • page layout: add center line.

zones

05 Sep 07:31
Compare
Choose a tag to compare
fill zones
stex-0 2023 09 05-zones Changing the order of the fillzones and adding a mask zone allows you to get different combinations of shading in combination with k-means.

dewarping

29 Aug 08:20
Compare
Choose a tag to compare
dewarping cylindrical (nonstable)
stex-dewarping-cylindrical-net The (nonstable) version of the cylindrical dewarping mesh was finally selected and formalized. This version has failures on the zero column of the grid, which manifests itself in twitching or skew of the first cells, and it is necessary to fine-tune the extreme points to eliminate this effect. But at the same time, dewarping is done properly: the curvature of the upper and lower faces is transferred to all grid lines, in contrast to the (stable)-version of meshing used in other varieties of ST. stex-dewarping-cylindrical-out

k-means

24 Aug 14:43
Compare
Choose a tag to compare
K-Means range Colors spectr HSV HSV
st-o-kmean K-means based on the HSV color space for the mask. Optionally, a medium color is blended into the white background (with a factor of 1.0, similar to noteshrink). Changed despeckle control. Now it is fully adjustable, keeping the original presets. st-i-kmean

color

12 Aug 05:51
Compare
Choose a tag to compare
color text zones
st-o-filters Adding a layer by mask (foreground) in combination with color filters allows you to leave colored text for further processing in third-party programs. Wiener and KNN denoisers allows you to effectively deal with background noise without touching the text. screen-color
mkdir -pv black; for ttif in *.tif; do gm convert -verbose -threshold 0 -compress Group4 "$ttif" "black/$ttif"; done
mkdir -pv color; for ttif in *.tif; do gm convert -verbose -fill white -opaque black "$ttif" "color/$ttif"; done