summaryrefslogtreecommitdiff
path: root/docs/overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overview.md')
-rw-r--r--docs/overview.md48
1 files changed, 39 insertions, 9 deletions
diff --git a/docs/overview.md b/docs/overview.md
index e14d33b..8810654 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -41,14 +41,43 @@ The VFRAME/Check image deduplication API will provide capabilities to determine
## Example Images
-The API should be able to detect exact matches such as this example
+Matches that can be detected
-|Query|Known Image|Match|
-|---|---|---|
-|![](images/example_1.jpg)|![](images/example_2.jpg)|True|
-|![](images/example_collage_1.jpg)|![](images/example_collage_2.jpg)|False|
-|![](images/example_collage_1.jpg)|![](images/example_collage_3.jpg)|False|
+|Query|Known Image|Match|Notes|
+|---|---|---|---|
+|![](images/example_1.jpg)|![](images/example_2.jpg)|True|Different size|
+Matches that can be detected
+
+|Query|Known Image|Match|Notes|
+|---|---|---|---|
+|![](images/example_2.jpg)|![](images/example_3.jpg)|True|Small grey border|
+|![](images/example_2.jpg)|![](images/example_4.jpg)|True|Small black
+ border|
+|![](images/example_2.jpg)|![](images/example_5.jpg)|True|Slightly desaturated|
+
+<div class="pagebreak"></div>
+
+Matches that can be detected
+
+|Query|Known Image|Match|Notes|
+|---|---|---|---|
+|![](images/example_2.jpg)|![](images/example_6.jpg)|True|Different JPG export quality|
+|![](images/example_2.jpg)|![](images/example_7.jpg)|True|Image slightly stretched horizontally|
+|![](images/example_2.jpg)|![](images/example_8.jpg)|True|Image slightly stretched vertically|
+
+<div class="pagebreak"></div>
+
+
+Similar images that can not be detected
+
+|Query|Known Image|Match|Notes|
+|---|---|---|---|
+|![](images/example_collage_1.jpg)|![](images/example_collage_2.jpg)|False|collage|
+|![](images/example_collage_1.jpg)|![](images/example_collage_3.jpg)|False|collage, and text section|
+
+
+<div class="pagebreak"></div>
## Data Retention
@@ -56,8 +85,8 @@ The API should be able to detect exact matches such as this example
- the computed hash features
- timestamp
- sha256 of the file
-- mysql data will be stored in Frankfurt
-- image data on S3 storage will be stored in Amsterdam
+- mysql data will be stored on a server in Frankfurt
+- image data on S3 storage will be stored on a server in Amsterdam
## Out of Scope
@@ -71,5 +100,6 @@ The API should be able to detect exact matches such as this example
## Assets Required
-- we will need a local copy of the dataset of existing images to initialize the database and to test the image matching threshold
+- we will need a sample set of images to test and calibrate with here
+- and timely feedback to make any needed revisions