Community Profile

photo

Vivek Bhadouria


NIT-Agartala

Last seen: plus de 2 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Contact

Professional Interests: Image Processing, Fuzzy Logic

Statistiques

All
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • 3 Month Streak
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A soumis


Pratt's Figure of Merit
This function calculates the Pratt's figure of Merit between two edge maps.

plus de 7 ans il y a | 6 téléchargements |

Question


How to find an element in a row, corresponding to an element (in same row number) in another matrix?
Hello, I am trying to find the location of an element (in terms of column number only) in a row (Let us assume this matrix to...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


How to run MATLAB (or execute some algorithm) on specific number of cores on a computer?
Hello, I am trying to study the performance (in terms of execution time) of my some algorithm by varying the number of cores ...

environ 11 ans il y a | 2 réponses | 0

2

réponses

A répondu
Edge detector performance (Pratt's Figure of Merit)
Thanks for the help

plus de 12 ans il y a | 0

Question


Edge detector performance (Pratt's Figure of Merit)
Hi, I am trying to compare my edge detection algorithm with other standard ones (Sobel,Canny etc). I found one metric which c...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


AWGN for a grayscale image
Hello everyone, I need to add AWGN to a grayscale image for the purpose of denoising. Till now I was using "imnoise" to add t...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

A répondu
Image Processing
Use this piece of code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This program is used to zoom or shrink an image ...

plus de 12 ans il y a | 0

A répondu
Fourier Series Coefficients
Nice Approach

plus de 12 ans il y a | 0

Question


Converting FIR Filter Coefficients to Floating data type
Hello, I am having a filter coefficient say [0.1629 0.5055 0.4461 -0.0198 -0.1323 0.0218 0.0233 -0.0075]. ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

A répondu
subplot in matlab
Dear pg, With 9*3 subplot,you will get 27 plots in a single window. Let us assume you want to plot some signals (vectors) locat...

plus de 12 ans il y a | 1

A répondu
implementation filter gaussian in matlab...
Dear Megah, Use this function to generate 2D gaussian filter with varying kernel size and variance %%%%%%%%%%%%%%%%%%%%%%%...

plus de 12 ans il y a | 0

| A accepté

Question


Converting matrix into string
Hello everyone, I am having a matrix of dimension [20*11] as [0 0 0 0 0 0 0 0 0 1 0;1 0 0 0 0 0 0 0 0 0 0;............] and ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

A soumis


2D Gaussian filter with varying kernel size and variance.
This simple code generates 2D gaussian kernel

plus de 12 ans il y a | 2 téléchargements |