Feature detection (computer vision): Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
Date/fix the maintenance tags or gen fixes
Added references
Line 95:
 
Please, see the respective articles on [[edge detection]], [[corner detection]], [[blob detection]] and [[ridge detection]] for main references within each feature category.
 
*Canny, J., A Computational Approach To Edge Detection, IEEE Trans. Pattern Analysis and Machine Intelligence, 8:679-714, 1986.
}}
* {{cite conference
| author=C. Harris and M. Stephens
| title=A combined corner and edge detector
| booktitle=Proceedings of the 4th Alvey Vision Conference
| pages=pages 147--151
| year=1988
| url=http://www.csse.uwa.edu.au/~pk/research/matlabfns/Spatial/Docs/Harris/A_Combined_Corner_and_Edge_Detector.pdf
}}
*{{cite journal
| author=S. M. Smith and J. M. Brady
| title=SUSAN - a new approach to low level image processing.
| url=http://citeseer.ist.psu.edu/smith95susan.html
| journal=International Journal of Computer Vision
| volume=23
| number=1
| pages=45-78
| month=May
| year=1997
}}
* {{cite conference
| author=J. Shi and C. Tomasi
| title=Good Features to Track,
| publisher=Springer
| month=June
| booktitle=9th IEEE Conference on Computer Vision and Pattern Recognition
| year=1994
| url=http://citeseer.ist.psu.edu/shi94good.html
}}
*{{cite journal
| author=M. Trajkovic and M. Hedley
| title=Fast corner detection
| journal=Image and Vision Computing
| volume = 16
| number = 2
| pages = 75-87
| year = 1998
}}
* {{cite journal
| author=T. Lindeberg
| title=Feature detection with automatic scale selection
| journal=International Journal of Computer Vision
| year=1998
| volume=30
| issue=2
| pages=pp 77--116
| url=http://www.nada.kth.se/cvap/abstracts/cvap198.html
}}
* {{cite journal
| author=D. Lowe
| title=Distinctive Image Features from Scale-Invariant Keypoints
| journal=International Journal of Computer Vision
| year=2004
| url=http://citeseer.ist.psu.edu/654168.html
}}
* {{cite conference
| author=J. Matas, O. Chum, M. Urban and T. Pajdla
| title=Robust wide baseline stereo from maximally stable extremum regions
| booktitle=British Machine Vision Conference
| year=2002
| pages=pp 384-393
| url=http://cmp.felk.cvut.cz/~matas/papers/matas-bmvc02.pdf
}}
*R. Haralick, "Ridges and Valleys on Digital Images," Computer Vision, Graphics, and Image Processing vol. 22, no. 10, pp. 28-38, Apr. 1983.
*J. L. Crowley and A. C. Parker, "A Representation for Shape Based on Peaks and Ridges in the Difference of Low Pass Transform", IEEE Transactions on PAMI, PAMI 6 (2), pp 156-170, March 1984.
*D. Eberly , R. Gardner , B. Morse , S. Pizer , C. Scharlach, Ridges for image analysis, Journal of Mathematical Imaging and Vision, v.4 n.4, p.353-373, Dec. 1994.
*T. Lindeberg: "Edge detection and ridge detection with automatic scale selection", International Journal of Computer Vision, vol 30, number 2, pp. 117--154, 1998. Earlier version presented at IEEE Conference on Pattern Recognition and Computer Vision, CVPR'96, San Francisco, California, pages 465--470, june 1996]
 
== See also ==