docs: add comparison table to README
Highlight what sets Skwik apart from existing perspective-correction and measurement tools: client-side, multi-datum weighting, mm scale, measurement tools, and scale bar export all in one. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
03d0f38476
commit
27b23a61d9
16
README.md
16
README.md
@ -59,6 +59,22 @@ pnpm type-check # vue-tsc
|
||||
|
||||
Rectangles: A3, A4, A5, A6, 15x10 cm. Custom dimensions supported. Lines: any length.
|
||||
|
||||
## How Skwik compares
|
||||
|
||||
There are plenty of tools that do *part* of what Skwik does, but none that combine everything:
|
||||
|
||||
| Tool | Client-side | Multi-datum weighting | Real-world mm scale | Measurement tools | Scale bar export |
|
||||
|---|:---:|:---:|:---:|:---:|:---:|
|
||||
| [**Skwik**](https://serv.e1n.sh/git/sam1902/skwik) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| [MYOG Perspective Correction](https://www.myogtutorials.com/free-online-image-perspective-correction-tool/) | ✅ | ❌ | ✅ | ❌ | ❌ |
|
||||
| [PerspectiveFix](https://oathanrex.github.io/perspective-fix/) | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||||
| [PicFix.pro](https://picfix.pro/) | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||||
| [ImageOnline Perspective](https://imageonline.io/perspective-tool/) | ✅ | ❌ | ❌ | ❌ | ❌ |
|
||||
| [Toolschimp Image Measure](https://www.toolschimp.com/image-measure) | ✅ | ❌ | ✅ | ✅ | ❌ |
|
||||
| [Aspose Deskew](https://products.aspose.app/imaging/image-deskew) | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
|
||||
Most deskew tools just pull 4 corners to a rectangle without any real-world dimensions -- the output has no scale. Most measurement tools calibrate against a single reference and don't correct perspective. Skwik uses multiple weighted datums (rectangles + lines, each with a confidence score) to solve both problems in one pass, and lets you measure distances or export with a scale bar on the corrected image.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user