photo

Koteswar Rao Jerripothula


IIIT-Delhi

Last seen: oltre 3 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Assistant Professor, IIIT-Delhi, India.

PhD from NTU, Singapore.
B.Tech from IIT Roorkee, India.

Professional Interests: Computer Vision, Image Processing, Pattern Recognition

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

File Exchange

6 File

Cody

11 Problemi
225 Soluzioni

RANK
177.558
of 300.364

REPUTAZIONE
0

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
6.460 of 20.934

REPUTAZIONE
173

VALUTAZIONE MEDIA
3.00

CONTRIBUTI
6 File

DOWNLOAD
10

ALL TIME DOWNLOAD
1689

RANK
877
of 168.407

CONTRIBUTI
11 Problemi
225 Soluzioni

PUNTEGGIO
2.461

NUMERO DI BADGE
8

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer
  • Quiz Master
  • Puzzler
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Submission
  • CUP Challenge Master
  • Speed Demon
  • Creator
  • Commenter
  • Promoter

Visualizza badge

Feeds

Visto da

Risolto


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

oltre 3 anni fa

Inviato


Matlab code Group-Saliency-Propagation-for-Co-segmentation
A co-segmentation method that appears in ICIP'15 as oral paper

circa 7 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


Matlab code for Automatic-image-Co-Segmentation-using-GMS
An image co-segmentation algorithm that was presented in ICIP'14. It has been recipient of Top 10% paper award as well.

circa 7 anni fa | 3 download |

4.0 / 5
Thumbnail

Inviato


Matlab code QCCE: Quality Constrained Co-saliency Estimation
This work computes scores for saliency maps so that they can form co-saliency and subsequent common object localization (or co-l...

circa 7 anni fa | 3 download |

0.0 / 5

Inviato


least square algorithm for regression with regulaization
Basic least square algorithm (Normal equations) for regression

circa 7 anni fa | 1 download |

0.0 / 5

Inviato


Matlab Code for "Object Co-skeletonization with Co-segmentation", CVPR'17
Codes and dataset used in "Object Co-skeletonization with Co-segmentation", CVPR'17 paper

oltre 7 anni fa | 1 download |

0.0 / 5

Inviato


Matlab code for "Image Co-segmentation via Saliency Co-fusion", a paper in IEEE Trans. Multimedia'16
This repository consists of code for paper titled "Image Co-segmentation via Saliency Co-fusion"

oltre 7 anni fa | 1 download |

2.0 / 5

Risolto


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

quasi 8 anni fa

Risolto


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

quasi 8 anni fa

Risolto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

oltre 10 anni fa

Risolto


Repeat The Components of Matrix
Repeat The components of a matrix so that the size of the output matrix is double to input matrix and components are repeated ne...

oltre 10 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

oltre 10 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

oltre 10 anni fa

Risolto


Sum all integers from 1 to 5^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=6

oltre 10 anni fa

Risolto


Vector
Create a 1 x 10 vector from 1 to 20 with increments of 2

oltre 10 anni fa

Risolto


Create a vector
Create a vector from 0 to n by intervals of 2.

oltre 10 anni fa

Risolto


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

oltre 10 anni fa

Risolto


Try and Catch Simple Example
Try and Catch Simple Example <http://in.mathworks.com/help/matlab/ref/try.html Example> Vector x=[1 4 6 8 10]; Create...

oltre 10 anni fa

Risolto


Don't Try, give up and return NaN.
This is another version of <http://www.mathworks.com/matlabcentral/cody/problems/3107-try-and-catch-simple-example problem 3107....

oltre 10 anni fa

Risolto


Times 3 problem
When you enter the number, it should return the number multiplied by 3

oltre 10 anni fa

Risolto


Potential Energy
Calculate the potential energy of a rock.

oltre 10 anni fa

Risolto


Geometric series
Find the sum, given the first term t1, the common ratio r, and number of terms n. Examples If input t1=1, r=1, n=7 the...

oltre 10 anni fa

Risolto


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

oltre 10 anni fa

Risolto


Return area of square
Side of square=input=a Area=output=b

oltre 10 anni fa

Risolto


only input
Return the output without writing any code into the function.

oltre 10 anni fa

Risolto


Min of a Matrix
Return the minimum value in the given matrix.

oltre 10 anni fa

Risolto


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

oltre 10 anni fa

Risolto


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

oltre 10 anni fa

Risolto


Getting logical indexes
This is a basic MATLAB operation. It is for instructional purposes. --- Logical indexing works like this. thresh = 4...

oltre 10 anni fa

Risolto


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

oltre 10 anni fa

Carica altro