Subhransu Sekhar Bhattacharjee
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
78.903
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
12.694 of 20.242
REPUTACIÓN
26
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
1
ALL TIME DESCARGAS
133
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Whiplash Gradient Descent Algorithm
First Order Gradient Descent Algorithm for Stiff-systems.
alrededor de 3 años hace | 1 descarga |
Pregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasHow 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
más de 3 años hace | 0
| aceptada
Pregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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. ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0