Algorithm/Vision Sample Code

Active Contour Model

빠릿베짱이 2015. 5. 8. 17:12
반응형


 A real-time algorithm for the approximation of level-set based curve evolution




정보 : C++/Qt로 되어 있음

관련 논문

|1| Y. Shi, W. C. Karl - A real-time algorithm for the approximation of level-set based curve evolution - IEEE Trans. Image Processing, vol. 17, no. 5, May 2008.

|2| T. F. Chan, L. A. Vese - Active contours without edges - IEEE Trans. Image Processing, vol. 10, no. 2, Feb 2001.

|3| V. Caselles, R. Kimmel, G. Sapiro - Geodesic active contours - International Journal of Computer Vision, 22(1), 61–79 (1997).

|4| S. Perreault, P. Hébert - Median filtering in constant time - IEEE Trans. Image Processing, vol. 16, no. 9, Sep 2007.

|5| P. Perona, J. Malik - Scale-space and edge detection using anistropic diffusion - IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 12, no. 17, Jul 1990.

 



Narrow band region-based active contour [code c++]

관련 논문

J. Mille, Narrow band region-based active contours and surfaces for 2D and 3D segmentation, Computer Vision and Image Understanding, 113(9):946-965, 2009


J. Mille and L.D. Cohen, A local normal-based region term for active contours, 7th International Conference on Energy Minimization Methods in Computer Vision and Pattern Recognition (EMMCVPR), pages 168-181, Bonn, Germany, 2009

 

반응형

'Algorithm > Vision Sample Code' 카테고리의 다른 글

CVPR2015 Code & Paper Link  (0) 2015.06.17
RGB to Luv  (0) 2015.05.08
Face Alignment 관련 기술  (0) 2015.04.07
Vision Datasets  (0) 2015.03.31
Tracking  (0) 2015.03.23