Community Profile

photo

Subhransu Sekhar Bhattacharjee


Last seen: mehr als ein Jahr vor Aktiv seit 2021

Statistiken

All
  • Thankful Level 2
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 1
  • First Submission
  • Explorer
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Eigenfaces display code issues
I am not being able to display the eigenfaces, in the visualisable image format of the top 10 eigenfaces. here is my code up to...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


K means Segmentation function
clc img = imread('peppers.png'); T= rgb2lab(img); T = im2uint8(T); nrows = size(T,1); ncols = size(T,2); [X,Y] = meshgrid...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I write the first function as a part of the second?
I have been given a peculiar task by my instructor. There are two K means code, I need to write a K means function which cap...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ODE Parameter Optimisation for early convergence
I have a system which is quite a bit complicated and is a dynamical system with Stiff requirements. There is a particular gain v...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to segment images based on colour?
https://www.mathworks.com/matlabcentral/answers/592402-how-many-colors-with-their-name-present-in-the-image#answer_493348

etwa 3 Jahre vor | 0

| akzeptiert

Frage


Imshowpair showing only green channel
% Imshowpair output shows only the green channel of the RGB image in both the cases, for the % code below, the input image is R...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


User defining image filter
I have a problem where I have to input an image and a kernel and it must give an output image. The kernel could be of any type. ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to segment images based on colour?
I have a RGB image of with n seperate colours seperated together to form a coloured pallete. I need to segment this image into n...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort