Afroz Chakure
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. 
### 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 :  ### After the change : ...
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...
- 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...