Afroz Chakure

Results 9 issues of Afroz Chakure

The line ``image, contours, hierarchy = cv2.findContours(thresh,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE)`` should be changed to ``contours, hierarchy = cv2.findContours(thresh,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE)`` in the readme file. ``cv2.findContours()`` function returns only ``contours`` and ``hierarchy`` but **not the image**...

### Summary Changed the Link within README.md file so that License badge directs to License. Previously License badge link gave 404 Not Found Error, when clicked. ## Fixes #51 ###...

When the License badge is clicked (in develop branch) the link gives 404 Page Not Found. ![Screenshot from 2020-10-05 16-06-34](https://user-images.githubusercontent.com/40469121/95069770-c9c0b980-0724-11eb-9bc8-24f31e5aebe7.png)

### Summary #### Which issue(s) this PR resolves: Resolves #89 ### Checklist - [x] Created a PR to update the documentation: PR LINK N/A ### Changes License badge links to...

Currently when clicking on the license badge, it goes to display the badge image. After clicking the badge it should redirect to URL - https://github.com/appvia/krane/blob/master/LICENSE to show the License. Hey...

### Summary * Updated License section with the correct link to license. ### Before the change : ![Screenshot from 2020-12-24 18-46-11](https://user-images.githubusercontent.com/40469121/103090894-6c981e00-4618-11eb-81a0-7a2e39589c9a.png) ### After the change : ![Screenshot from 2020-12-24 18-46-31](https://user-images.githubusercontent.com/40469121/103090898-715cd200-4618-11eb-9ad8-119845b1640d.png)...

When ``licensed as MIT`` hyperlink in the **License section** is clicked, we get a ``Page Not Found`` error. Old Link : https://github.com/MLH/mlh-hackathon-nodejs-starter/blob/master/LICENSE.md Correct Link : https://github.com/MLH/mlh-hackathon-nodejs-starter/blob/master/LICENSE

Things that can be added to the README.md file : * Add performance metrics for the program such as accuracy when working on a number of images. * Analysis of...

todo

- For example: Some problems have files and filename as `Contains_Duplicate`, change this to `ContainsDuplicate`. - Do the same to each of the solution programs. - Also Please don't create...

good first issue