Community Profile

photo

Binu


Last seen: 6 mesi fa Attivo dal 2016

Statistiche

  • First Review
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
Input for U-NET segmentation
1) Look into imageDataStore, pixelLabelDataStore functions which can basically store your input image and corresponding masks ...

oltre 4 anni fa | 1

| accettato

Risposto
I want to find the end point coordinates of the major axis of a 3D object?
There is no 3D equivalent of regionprops to find major and minor axis. You could find the eigenvalues of your 3D point cloud wh...

oltre 6 anni fa | 0

| accettato

Risposto
convert cell array with struct information to struct
There is a *cell2struct* function structArray = cell2struct(cellArray, fields, dim)

oltre 6 anni fa | 0

Risposto
How to calculate the contrast energy, entropy of a ROI(Region of interest) of an image using GLCM feature extractactions method?
The *graycomatrix* function has a '*GrayLimits*' argument where you can specify a two-element vector [low high] which is used fo...

oltre 6 anni fa | 0

Risposto
how to return array of images from a function
Try bwlabel(2D) or bwlabeln(3D or higher). Each segmented chunk will be assigned a number label. It returns the label matrix t...

circa 8 anni fa | 0