photo

Bharath Ramesh


National University of Singapore

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: image processing, pattern recognition

Statistica

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


ROI selection for saliency maps
Region-of-interest selection for saliency maps

quasi 11 anni fa | 5 download |

Thumbnail

Risolto


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

oltre 11 anni fa

Inviato


Pairwise term for Graphcut
Very fast, vectorized code for calculating the pairwise term for algorithms like Graph cuts.

quasi 12 anni fa | 2 download |

Thumbnail

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

quasi 12 anni fa

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

quasi 12 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

quasi 12 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 12 anni fa