Commit Graph

5 Commits

Author SHA1 Message Date
beurtschipper e00871fe2f Implemented linear filter 2021-03-21 17:11:30 +01:00
davidhcefx 0790e6fc91 Add more comments and logging for better readability 2021-01-08 04:42:32 +08:00
davidhcefx 544ba4d623 Change criteria for checking neighbor blocks (#39) and bugfix
- Change criteria for checking neighbor blocks, as described in #39.
- Possibly bugfix:
    - Under the loop in [line 192](f2353b6f5e/depixlib/functions.py (L192))
    - assume it found a match in line 211 when `pixelatedSubRectange` == THE_ABOVE_PIXEL,
    - and it also found a match when `pixelatedSubRectangle` == THE_BELOW_PIXEL,
    - then `totalMatches` == 2, so the two results would be abandoned.
    - However, they are valid results, and should be taken into account.
2021-01-05 00:22:12 +08:00
beurtschipper f2353b6f5e Improvements by davidhcefx 2020-12-30 19:21:03 +01:00
beurtschipper 18989c635a Initial Depix commit 2020-12-06 14:29:44 +01:00