Bharath Ramesh
National University of Singapore
2012년부터 활동
Followers: 0 Following: 0
Feeds
제출됨
ROI selection for saliency maps
Region-of-interest selection for saliency maps
12년 초과 전 | 다운로드 수: 1 |
문제를 풀었습니다
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 = ...
대략 13년 전
제출됨
Pairwise term for Graphcut
Very fast, vectorized code for calculating the pairwise term for algorithms like Graph cuts.
13년 초과 전 | 다운로드 수: 1 |
문제를 풀었습니다
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 ...
13년 초과 전
문제를 풀었습니다
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 ...
13년 초과 전
문제를 풀었습니다
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...
13년 초과 전
문제를 풀었습니다
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:...
13년 초과 전




