Mandar
MathWorks
Followers: 0 Following: 0
I am a senior application support engineer at MathWorks. Disclaimer: Any advise or opinion here are my own, and in no way reflect that of MathWorks.
MATLAB
Spoken Languages:
English
Professional Interests:
Image Processing Toolbox, Deep Learning for Image Processing
Estadística
0 Preguntas
40 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
2.179
of 295.448
REPUTACIÓN
28
CONTRIBUCIONES
0 Preguntas
40 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
104.177
of 153.872
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
I'd like to give my graph background color based on a string value
I understand you want to change the background colour of the graph. Refer the link below to know more about changing the backgro...
más de 1 año hace | 0
I have used the built-in function called 'divideint' to divide my data for training, validation, and testing. Want to know if the data is randomly picked for training.
You can type the following command in the command window to know more about the function parameters such as inputs, outputs and ...
casi 2 años hace | 0
No Hyperspectral Viewer app icon
I could not reproduce the stated issue using MATLAB R2022a on Windows 11. However, as a potential a workaround, try installing h...
casi 2 años hace | 0
hyperspectral imaging signature plot
Install the hyperspectral imaging library from this link. Use “hypercube” function to read the hyperspectral data. The function ...
casi 2 años hace | 0
Creating a table of ROI average values
I understand that you want to create a table that shows average value of the ROI for each frame. Refer the demo example below wh...
casi 2 años hace | 0
Improve change detection from subtracting 2 images
The simple subtraction of two images might generate lot of false positives for several reason such as registration error, pixel ...
casi 2 años hace | 0
I have the hyperspectral radiance value, How can I convert the radiance value into reflectance?
You can make use of the function “radiance2Reflectance” to compute the reflectance value from radiance value. This MATLAB docume...
casi 2 años hace | 0
Matlab R2015a with extractLBPfeatures?
The function “extractLBPFeatures” is part of Computer Vision Toolbox which was first introduced in R2015b as per the documentati...
casi 2 años hace | 0
Unable to change active contour method in Image Segmenter app
I have tried to reproduce the behaviour of the active contour method in the Image Segmenter app in the similar setup. However, I...
casi 2 años hace | 0
I would like to binarize and perform image analysis on this image. such as size and equivalent diameter and count of cells.
As a potential workaround, you may think of applying segmentation technique such as Watershed segmentation to get the boundaries...
casi 2 años hace | 0
How to calculate the contrast energy, entropy of an 3d volumetric image using GLCM feature extractactions method?
The GLCM features can be is obtained by computing gray-level co-occurrence matrix using “graycomatrix”. Next, the “graycoprops” ...
casi 2 años hace | 0
How to detect contents of a beaker in an image
Looking at the image, the watershed-based segmentation approach could be a good starting point to segment out the content in the...
casi 2 años hace | 0
How to apply distance formula on n-number of input data sets?
The “pdist” function can be a potential workaround to the above issue. The function “pdist” provides the pairwise distance betwe...
casi 2 años hace | 0
Would you mind tell me how VGG16 deep learning architecture sketched?
You can refer the following online tool which is famous among the scientific community to sketch the CNN models. Link: http:/...
casi 2 años hace | 0
| aceptada
Hello everyone, when I try to add AlexNet using add on explorer on matlab 2022b it displays me the following message shown in figure below. how can i solve this please?
This seems a licencing issue. Feel free to reach out to MathWorks support and create a service request. They will help you to re...
casi 2 años hace | 0
Autoencoder parameter selection in 'trainAutoencoder' function
Refer to the MATLAB documentation link that discuss the training of the sparse autoencoder networks and the significance of the ...
casi 2 años hace | 0
How can I segment all buildings in the image?
As a potential workaround, you may think of applying segmentation technique such as Watershed segmentation to get the boundaries...
casi 2 años hace | 0
Resuelto
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
casi 2 años hace
deep learning images with data
The “imageDatastore” function assign the labels for all the images in subfolder, given a "LabelSource". Refer the following MA...
casi 2 años hace | 0
GAN with larger image size
Refer the following link to the MATLAB answer which has already described the potential workaround to the similar query. https:...
casi 2 años hace | 0
Can seeded region growing segmentation technique be applied to binary images?
Refer the following link to the MATLAB answer which has already described the potential workaround to the similar query. Link: ...
casi 2 años hace | 0
how to extract or copy the values of first row and first column of an image
Refer the following link to the MATLAB answer which has already described the potential workaround to the similar query. Link: ...
casi 2 años hace | 0
How i can extract GLCM feature from 3d volumetric brain tumor image?
The GLCM features can be is obtained by computing gray-level co-occurrence matrix using “graycomatrix”. Next, the “graycoprops” ...
casi 2 años hace | 0
How i can extract GLCM features from 3d volumetric brain tumor images?
The GLCM features can be is obtained by computing gray-level co-occurrence matrix using “graycomatrix”. Next, the “graycoprops” ...
casi 2 años hace | 0
How can i extract shape features of an image for content based image retrieval ?
The “regionpropos” function can be used to compute various shape features of the object. For example, Major axis length, Area, P...
casi 2 años hace | 0
How to stop neural net training
I understand that you want to stop the training of the network. Refer the following link which has already answered to the si...
casi 2 años hace | 0
How to load a sequence of images, to be accessed by IMAGESC
I understand that you want to load the sequence of the images. Refer the following documentation link to know perform operati...
casi 2 años hace | 0
Curves disappear after plotting figures
I understand that you are converting figure to eps fromat to be called in other program, for example overleaf. Refer to the fo...
casi 2 años hace | 0
| aceptada
How to implement customised loss function in patternnet (pattern recognition neural network)?
I understand that you want to define custom loss function. Refer to the following documentation link to know more about impleme...
casi 2 años hace | 0
How to convert 2D layer to 1D and from 1D to 2D?
I understand that you want make an autoencoder network with specific hidden layer (latent layer) size. You may refer the follo...
casi 2 años hace | 0