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
6 changes: 3 additions & 3 deletions topics-todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Information included in this repository will appear on each topic's respective p
- [ ] [chrome](https://github.com/topics/chrome/)
- [ ] [client](https://github.com/topics/client/)
- [ ] [command-line](https://github.com/topics/command-line/)
- [ ] [computer-vision](https://github.com/topics/computer-vision/)
- [ ] [configuration](https://github.com/topics/configuration/)
- [ ] [crawler](https://github.com/topics/crawler/)
- [ ] [cryptography](https://github.com/topics/cryptography/)
Expand All @@ -38,7 +37,6 @@ Information included in this repository will appear on each topic's respective p
- [ ] [game-development](https://github.com/topics/game-development/)
- [ ] [generator](https://github.com/topics/generator/)
- [ ] [gui](https://github.com/topics/gui/)
- [ ] [image-processing](https://github.com/topics/image-processing/)
- [ ] [image](https://github.com/topics/image/)
- [ ] [iot](https://github.com/topics/iot/)
- [ ] [javafx](https://github.com/topics/javafx/)
Expand All @@ -48,7 +46,6 @@ Information included in this repository will appear on each topic's respective p
- [ ] [monitoring](https://github.com/topics/monitoring/)
- [ ] [mvc](https://github.com/topics/mvc/)
- [ ] [network](https://github.com/topics/network/)
- [ ] [neural-network](https://github.com/topics/neural-network/)
- [ ] [parser](https://github.com/topics/parser/)
- [ ] [personal-website](https://github.com/topics/personal-website/)
- [ ] [portfolio](https://github.com/topics/portfolio/)
Expand Down Expand Up @@ -80,10 +77,13 @@ Information included in this repository will appear on each topic's respective p
- [x] [blockchain](https://github.com/topics/blockchain/)
- [x] [compiler](https://github.com/topics/compiler/)
- [x] [composer](https://github.com/topics/composer/)
- [x] [computer-vision](https://github.com/topics/computer-vision/)
- [x] [dot-net](https://github.com/topics/dot-net/)
- [x] [ethereum](https://github.com/topics/ethereum/)
- [x] [image-processing](https://github.com/topics/image-processing/)
- [x] [lua](https://github.com/topics/lua/)
- [x] [maven](https://github.com/topics/maven/)
- [x] [neural-network](https://github.com/topics/neural-network/)
- [x] [objective-c](https://github.com/topics/objective-c/)
- [x] [opencv](https://github.com/topics/opencv/)
- [x] [opengl](https://github.com/topics/opengl/)
Expand Down
9 changes: 9 additions & 0 deletions topics/computer-vision/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
aliases: machine-vision
display_name: Computer vision
related: vision, deep-learning, machine-learning, opencv, gan
short_description: Computer vision tasks include methods for acquiring, processing, analyzing, and understanding digital images.
topic: computer-vision
wikipedia_url: https://en.wikipedia.org/wiki/Computer_vision
---
Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.
9 changes: 9 additions & 0 deletions topics/image-processing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
aliases: digital-image-processing
display_name: Image processing
related: computer-vision, vision, deep-learning, opencv
short_description: Digital image processing is the use of algorithms to make computers understand the image content.
topic: image-processing
wikipedia_url: https://en.wikipedia.org/wiki/Digital_image_processing
---
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
9 changes: 9 additions & 0 deletions topics/neural-network/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
aliases: artificial-neural-network
display_name: Neural Network
related: machine-learning, deep-learning, tensorflow
short_description: Artificial neural network is a computational model based on the structure and functions of biological neural networks.
topic: neural-network
wikipedia_url: https://en.wikipedia.org/wiki/Artificial_neural_network
---
Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.