photo

Prasad Kalane


ANUBHUTI RESEARCH & DEVELOPMENT

Last seen: 8 dagen ago Active since 2013

Followers: 0   Following: 0

Message

Prasad Kalane Professional Interests: Signal processing, Image Processing , Computer vision, Code Generation, Machine Learning, Power Electronics, Communication......Inshort All, Which can be simulate by MATLAB & SIMULINK

Statistics

All
MATLAB Answers

0 Questions
13 Answers

ThingSpeak

1 Public Channel

RANK
3.242
of 298.292

REPUTATION
18

CONTRIBUTIONS
0 Questions
13 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
 of 20.560

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160.775

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
50

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Explorer
  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Channel


PUNE METRO

ongeveer 5 jaar ago

Answered
I am getting this error while running a matlab code for face detection and tracking Error in noseDetector = vision.CascadeObjectDetector('Nose', 'UseROI', true);
Correct following line of code: % noseDetector = vision.CascadeObjectDetector('Nose', 'UseROI', true); noseDetector...

meer dan 9 jaar ago | 0

Answered
How to stem positive part of wave?
Try using following code if true % code endx1=rand(1,10); x2=rand(1,10); x=[x1 -x2]; subplot(121);stem(x...

meer dan 9 jaar ago | 1

| accepted

Answered
what does it mean wcode=w64(1,:);
%Number of Data Sub-Carriers n =4; walsh=hadamard(n); % for User1 (2nd row) code1=walsh(2,:); % for ...

meer dan 9 jaar ago | 0

Answered
How can I create a bubble different size plot?
I am not getting your Total idea. but try using following >> plot(rand(1,10),'bo','MarkerEdgeColor','k','MarkerFaceColor','g'...

meer dan 9 jaar ago | 0

Answered
how to implement gammatone filter without using inbuilt matlab command??
Just take a look & design your own Gammatone filter (or Gamma chirp ,All pole variant etc). <https://engineering.purdue.edu/~...

meer dan 9 jaar ago | 0

Answered
i want to convert (.slx) format to (.mdl)format at this link: http://www.mediafire.com/?c5p02776wo6ly66
Use export to function below the save as function.

bijna 11 jaar ago | 0

Answered
Convert an [10,1] Array into an [1,10] Array
Assign variable & take transpose as suggested by azzi sir.

bijna 11 jaar ago | 0

Answered
how to segment hand from an image with non uniform lighting?
% Do some image illumination correction. background = imopen(I,strel('disk',15)); I = I - backgroundbackground I = ...

bijna 11 jaar ago | 0

Answered
Possible to export standalone MATLAB executable WITH toolboxes?
IF your code is running well in to MATLAB & it does not contain any of the listed function, apps(available at http://www.mathw...

bijna 11 jaar ago | 0

Answered
Face detection for multiple faces in an image
Check out demo in MATLAB 2012b onwards.... http://www.mathworks.in/help/vision/ref/vision.cascadeobjectdetectorclass.html

ongeveer 11 jaar ago | 2

| accepted

Answered
face tracking
try to identify faces using face color features. It has many limitations, >> It will identify only limited set of people(...

meer dan 11 jaar ago | 0

Answered
tracking
procedure is as follows (for stationary camera/background) >> after background Subtraction, hold on this image >> calculat...

meer dan 11 jaar ago | 0

Answered
Automated Green House Temperature Control
>> I had a code for plotting data from sensor.(tested on LM35,ARM-LPC2148,MATLAB 2010) >> Pls edit in that code as well as in c...

bijna 12 jaar ago | 0