Skip to content

Commit

Permalink
Create lierature.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssegvic authored Oct 24, 2023
1 parent 1edc955 commit 4f86826
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lierature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Literature
* [Geometric transformations](https://szeliski.org/Book/) (§ 3.6)
* [Canny edge detector](https://canvas.stanford.edu/files/4183084/download?download_frd=1)
* [Harris corner detector](https://citeseerx.ist.psu.edu/document?doi=88cdfbeb78058e0eb2613e79d1818c567f0920e2)
* [Invariant key-points (SIFT)](https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf)
* [Optical flow](http://dspace.mit.edu/handle/1721.1/6337)
* [Cascades of boosted classifiers](https://link.springer.com/content/pdf/10.1023/B:VISI.0000013087.49260.fb.pdf)
* [Semi-global matching](https://core.ac.uk/download/pdf/11134866.pdf)
* [Convolutional models](https://papers.nips.cc/paper_files/paper/2012/hash/c399862d3b9d6b76c8436e924a68c45b-Abstract.html)
* [Residual models](https://arxiv.org/abs/1603.05027)
* [Object detection](https://arxiv.org/abs/1703.06870)
* [Semantic segmentation](https://arxiv.org/abs/1605.06211)
* [Normalizing flows](https://arxiv.org/abs/1605.08803)
* [Vision transformers](https://arxiv.org/abs/2202.06709)
* [Generalization of convolutional models](https://arxiv.org/abs/1611.03530)
* [Masked auto-encoder](https://arxiv.org/abs/2111.06377)

0 comments on commit 4f86826

Please sign in to comment.