From 31ed1e3662d782cdf668137c6cda0cad8d53bd5d Mon Sep 17 00:00:00 2001
From: Majd Hafiri <majd.hafiri@stud.th-deg.de>
Date: Mon, 24 May 2021 00:13:36 +0000
Subject: [PATCH] Update Project proposal.md

---
 Project proposal.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project proposal.md b/Project proposal.md
index 11098b8..5b80650 100644
--- a/Project proposal.md	
+++ b/Project proposal.md	
@@ -13,7 +13,7 @@ Since Intelluctual property theft is becoming a common act in current world scen
 
 ## Implementation Strategy
 
-First of all, After passing the image to the FPGA , the FPGA will change some pixel values at some positions(will be specified by the user or randomly). The values of the chosen pixels (Least significant bit ) will be changed by some kind of mathematical operation.
+First of all, After passing the image to the FPGA , the FPGA will change some pixel values at some positions(will be specified by the user or randomly). The values of the chosen pixels (Least significant bit ) will be changed by some kind of mathematical operation. Then the modified image will be pushed back to the software in order to be sent or saved. Another overlay should be created which represents the the receiving part which verifies the ownership. This is done by passing the copy righted image to the FPGA as streams of pixels and calculate the number of modified pixels.
 
 once decided on the pixel positions for embedding information we can use the following bit manipulation technique:
 
-- 
GitLab