Community Profile

photo

Prasobhkumar P. P.


Last seen: 11 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Contatto

Statistiche

All
  • Personal Best Downloads Level 1
  • 3 Month Streak
  • First Submission
  • Revival Level 2
  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
augmentedImageDatastore center crop does not return datastore with labels
Labels of augmentedImageDatastore is is inside the output (see info). [data,info]=read(augimdsTrain) I got this info from b...

oltre 3 anni fa | 0

Risposto
How to read all Images in datastore
Memory limitation??

oltre 3 anni fa | 0

Risposto
Create a bagOfFeatures using HOG/LBP/KAZE features
BOF is also a built in MATLAB function. It works on image data store format https://in.mathworks.com/help/vision/ug/image-categ...

oltre 3 anni fa | 0

Risposto
How do I prevent minimizing Matlab windows after calling uigetdir?
Even thought this is not the correct solution. But it will work. https://in.mathworks.com/matlabcentral/answers/439512-when-i-u...

oltre 3 anni fa | 2

Risposto
Colormap utility - two axes in colorbar
Thank you dpb. The connection between 2 axes are achieved using updated version of your code. https://in.mathworks.com/matlabce...

oltre 3 anni fa | 0

Risposto
randomly select elements of an array
histHandle= histfit(data,nBins,'normal'); [Val Ind] = max(histHandle(2).YData); %histHandle(2) corresponds to th...

oltre 3 anni fa | 0

Risposto
Fourier transform of shifted signals (FFT)
Why do you multiply by Ts? X=Ts*fftshift(fft(x)); As per MATLAB's fft definition, it take cares of it automatically. Please cl...

circa 4 anni fa | 0

Risposto
how to add a signal?
Please ellaborate your question

circa 4 anni fa | 0

Risposto
power spectrum plot of an image
https://in.mathworks.com/matlabcentral/answers/13896-fftshift-of-an-image#answer_19151

circa 4 anni fa | 0

Risposto
How to plot Fresnel Diffraction?
function U = fresnel_advance(U0, dx, dy, z, lambda) % The function receives a field U0 at wavelength lambda % and returns the ...

circa 4 anni fa | 0

Risposto
How to correct lateral displacement in an image
https://in.mathworks.com/help/images/ref/deconvwnr.html Please check this

circa 4 anni fa | 0