sunank200 / asana_github_test

0 stars 0 forks source link

Automation of generation of masks #13

Open sunank200 opened 6 years ago

sunank200 commented 6 years ago

Issue: Current generation of mask is wrong as the resultant mask for both left and right contains all 8 petals.

Solution and Implementation: 1. Calculate the centre of generated mask and create another black image with same resolution. 2. Divide the generated image into 4 half so that each half is a square. Make one of the square complete white. 3. Rotate this white square over he given mask so that the square fills the maximum white. 4. Once the petals area is detected divide it into 2 halfs. 5. Add first half to left mask and second half to right mask

sunank200 commented 6 years ago

➤ Ankit Chaurasia commented:

Hey there! There is a new commit on this task. Following are the details: Commit-id: 8110f367ff04c046418132891e5869c9ef9be959 Commit-url: https://github.com/sunank200/MyTest/commit/8110f367ff04c046418132891e5869c9ef9be959 Please contact anyone in sofware development team.

sunank200 commented 6 years ago

➤ Ankit Chaurasia commented:

This step is complete and per the implementation I have mentioned in description section. Need to review with Rajat!