photo

student


University Of Mysore

Active since 2012

Followers: 0   Following: 0

Message

M tech Student
Professional Interests: image processing

Statistics

All
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
2 Solutions

RANK
10,779
of 297,503

REPUTATION
4

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
83,934
of 159,017

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


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:...

12 years ago

Answered
How to come out of a running matlab program when the software shows status as 'busy'?
As you use in "C" here also there is a command "CTRL + C"

12 years ago | 0

| accepted

Question


I am using PCA for dimension reduction .After some preprocessing i have stored my images in a matrix . In matrix i found that some of pixel value coming like NaN+NaNi . How to overcome with that so that covariance will b calculated .
*A* is the matrix where all images are stored column wise in which NaN+NaNi is there . cov=A' * A. covariance matrix is full ...

12 years ago | 0 answers | 0

0

answers

Question


how to calculate variance of the different blocks of an image
respected sir / madam i have a question that how to make partition of an image in to blocks of the size decided dynamically ...

12 years ago | 2 answers | 0

2

answers