-
Request
-
Principal Component Analysis (PCA) transform
This function calculates the Principal Component Analysis (PCA) transform of an input multi-band image
-
Image Enhancement using Unsharp masking
This function enhances an input image using the unsharp mask
-
IBP Super Resolution
IBP (Iterative Back Projection) Super Resolution example Matlab code for demonstrations. Good as a first example.
-
Exact String Matching Brute Force
No preprocessing brute force Exact String Matching. Searching in O(mn) time complexity with 2n text characters comparisons.
-
Knuth Morris Pratt (KMP) algorithm for Exact String Matching
Knuth-Morris-Pratt algorithm for Exact String Matching. Preprocessing phase takes O(m) space complexity. Same for time complexity. searching phase takes a O(n+m) time complexity (non dependent on alphabet size).
Based on www-igm.univ-mlv.fr/~lecroq/string/ with added input and output and a minor bug fix.
-
Karp-Rabin algorithm for Exact String Matching
Rabin-Karp algorithm for exact string matching. This algorithm uses hashing to find any one of a set of pattern strings in the text.
preprocessing O(m) time complexity with constant space. Searching in O(mn) time complexity. Expected running time is O(n+m).
Based on www-igm.univ-mlv.fr/~lecroq/string with input and output. Ready to run.
-
Digital image processing demonstration
This is an example for several image processing algorithms. This example includes: - Geometrical transformations such as rotation and perspective. - Kernel filter (custom kernels) - min/max and random filters (and custom) - This example also includes a GUI.
- Runs on all OS in graphical environment.
-
-
Mandelbrot Fractal in Matlab
Mandelbrot fractal calculated in simple Matlab code. Feel free to make the code better.
User login
Search
Search categories
Tags
- sort (11)
- Sorting (11)
- Data Structure (9)
- Graph Theory (9)
- Graphs (9)
- Image Processing (7)
- Dynamic Programming (6)
- Filtering (4)
- Compression (3)
- Data Compression (3)
- more...
Content type
- Algorithm (90)
- Algorithm Request (24)

