-
Run Length Encoding
DTM Data Run
1 2 3 4 5 6 7 8 9 10 (column number)101 101 101 101 102 102 102 102 103 103
101 101 101 101 103 104 104 104 104 104
101 101 101 101 104 104 104 104 104 105
102 102 102 103 105 105 105 105 106 106run Length Encoding 101, 4, 102, 8, 103, 10 101, 4, 103, 5, 104, 10 101, 4, 104, 10, 105, 11 102, 3, 103, 4, 105, 8, 106, 10i want a matlab code of rle that Implement the run length encoding compression technique.plz help me
Request -
fractal coding using matlab to find fractal parameters scale and offset
fractal coding using matlab to find fractal parameters scale and offset
Request -
Canny Edge Detection Algorithm
I am working on Iteration back projection algorithm and i want to combine canny edge Detection with IBP algorithm. So can anyone help me?
Request -
Visual Cryptography
I hav da code fr stenography. I want a algorithm or code in Java for Visual cryptography.
Request -
RSA Implementation and Attacks
Console Implementation of the famous RSA cryptosystem...Uses GMP lib for large numbers.Both attacks and implementation in C. Comment if any problem...
-
Description of Interest Regions with Local Binary Patterns
Description of Interest Regions with Local Binary Patterns
Request -
Prime number generator
Generates large primes.Input is two limits between which a prime number is needed...
-
Randomize a set of elements...
Given an array of elements,randomize the array elements...meaning,randomly redistribute the array elements by changing their positions...This could be useful in certain data analysis rechniques where the data has to be first randomized for uniform picking...
-
0-1 Knapsack problem(using dynamic programming)
Problem is about to find the max value you can derive out of a set of objects with certain weights and corresponding values for them...the constraint is that there is a sack which has certain max capacity .task is to choose the objects such that a max val is obtained satisfying the sack capacity.
-
Number of 0's trailing the decimal representation of factorial of a number
Problem is to find the number of 0's that trail the decimal representation of factorial of a number.Obviously it is not possible to find the factorial and count the 0's as this doesn work in case of big numbers...
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)

