Software Listing of Author : "Yue Wu"
- 1D Bifurcation plot
- License: Shareware
- Price:


This code is used to generate 1D bifurcation plot for any 1D map with one parameter. Compared to those existent bifurcation plot tools in Matlab central, this plot tool runs much faster and uses much less memory. Please remember to rate, if you like my code. Thanks
- Platform: Matlab, Scripts
- Chan Vese Active Contours without edges
- License: Shareware
- Price:


Implement following papers: 1. Chan, T. F., & Vese, L. A. (2001). Active contours without edges. IEEE Transactions on Image Processing, 10(2), 266d-deDl277. 2. Chan, T.F., & Sandberg Y. B(2000). Active contours without edges for Vectord-deDlvalued Image. Journal of Visual Communication and Image Representation 11, 130 141 (2000) 3. Chan, T. F., & Vese, L. A. (2002). A Multiphase level set framework for image segmentation using the Mumford and Shah model. International Journal of Computer Vision 50(3), 271 293, (2002) -------------------------------------------------------------------------------- Detailed HELP file Teach you how to play with codes and what are functions for each file. --------------------------------------------------------------------------------
- Platform: Matlab, Scripts
- Fast Sudoku Solver
- License: Shareware
- Price:


This algorithm is more complicated than the recursive algorithm which is also posted on this website, but it run at least 100 times faster than the recursive one.
- Platform: Matlab, Scripts
- Fast Template Matching using SSDXCORR
- License: Shareware
- Price:


Fast template matching algorithm SSDXCORR is implemented in this file with neat and efficient code. The details of SSDXCORR paper information is: F. Essannouni, R. Oulad Haj Thami, D. Aboutajdine and A. Salam, "Simple noncircular correlation method for exhaustive sum square difference matching", Opt. Eng. 46, 107004 (Oct 03, 2007); doi:10.1117/1.2786469
- Platform: Matlab, Scripts
- Template Matching using Correlation Coefficients
- License: Shareware
- Price:


The correlation coefficient calculation is implemented not with built-in function corr or corr2 but with conv2. Function corr is relatively slow for template matching purpose and it is also required extra considerations on controlling the boundary and selecting region of interest on the frame image. However, by using conv2, the template matching speed has been accelerated and run-time has reduced to a reasonable value.
- Platform: Matlab, Scripts


