Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ChangeColorSpace/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changing Of Color-space

The following color-space changes need to be implemented:
* BGR ↔ Gray
* BGR ↔ HSV.
Binary file added Editing Images/StandNote.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions ObjectTracking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Object Tracking

Extract a colored object.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We’ll use the git clone command along with the URL that points to your fork of
git clone https://github.com/your_username/Image-Processing-OpenCV
```

<img src="https://github.com/geekquad/AlgoBook/blob/master/project/Readme_Images/clone_cmd.JPG">
<img src="assets\clone.PNG">



Expand Down Expand Up @@ -103,11 +103,11 @@ You can type the command ```git add -A``` or alternatively ```git add -all``` fo
At this point, you are ready to make a pull request to the original repository.

You should navigate to your **forked** repository, and press the “Compare & pull request” button on the page.
<img src="https://github.com/geekquad/AlgoBook/blob/master/project/Readme_Images/pr.JPG">
<img src="assets\PR.PNG">

GitHub will alert you that you are able to merge the two branches because there is no competing code. You should add in a **title**, a **comment**, and then press the **“Create pull request”** button.

<img src="https://github.com/geekquad/AlgoBook/blob/master/project/Readme_Images/create%20pr.JPG">
<img src="assets\create pr.PNG">

### Step 6: CONGRATULATIONS :boom: :clap: :relaxed:
You have made your contributions. Kudos to you!!
Expand Down
Binary file added assets/PR.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clone.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/create pr.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.