Prasad Kalane
ANUBHUTI RESEARCH & DEVELOPMENT
Followers: 0 Following: 0
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
Feeds
답변 있음
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...
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...
거의 9년 전 | 0
답변 있음
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...
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...
거의 9년 전 | 1
| 수락됨
답변 있음
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 ...
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 ...
거의 9년 전 | 0
답변 있음
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'...
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'...
거의 9년 전 | 0
답변 있음
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/~...
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/~...
거의 9년 전 | 0
답변 있음
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.
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.
10년 초과 전 | 0
답변 있음
Convert an [10,1] Array into an [1,10] Array
Assign variable & take transpose as suggested by azzi sir.
Convert an [10,1] Array into an [1,10] Array
Assign variable & take transpose as suggested by azzi sir.
10년 초과 전 | 0
답변 있음
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 = ...
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 = ...
10년 초과 전 | 0
답변 있음
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...
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...
10년 초과 전 | 0
답변 있음
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
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
10년 초과 전 | 2
| 수락됨
답변 있음
face tracking
try to identify faces using face color features. It has many limitations, >> It will identify only limited set of people(...
face tracking
try to identify faces using face color features. It has many limitations, >> It will identify only limited set of people(...
대략 11년 전 | 0
답변 있음
tracking
procedure is as follows (for stationary camera/background) >> after background Subtraction, hold on this image >> calculat...
tracking
procedure is as follows (for stationary camera/background) >> after background Subtraction, hold on this image >> calculat...
대략 11년 전 | 0
답변 있음
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...
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...
11년 초과 전 | 0