Subhransu Sekhar Bhattacharjee
Followers: 0 Following: 0
Statistics
RANK
78.910
of 295.569
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
12.695 of 20.247
REPUTATION
26
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
133
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Whiplash Gradient Descent Algorithm
First Order Gradient Descent Algorithm for Stiff-systems.
ongeveer 3 jaar ago | 1 download |
Question
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersHow 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
meer dan 3 jaar ago | 0
| accepted
Question
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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. ...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 1 answer | 0