photo

Kannan U V


CSHL

Last seen: environ 2 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Message

Image Analysis

Statistiques

  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How do I compute the maxpool of a image? Let us say stride of 2,2 on a mxn matrix?
The following does the trick fun = @(block_struct) max(block_struct.data(:)); b = blockproc (a, [X Y], fun);

environ 6 ans il y a | 0

| A accepté

Question


How do I compute the maxpool of a image? Let us say stride of 2,2 on a mxn matrix?
If I were to implement just the max pooling operation on an image as mentioned in the following page https://www.quora.com/What...

environ 6 ans il y a | 3 réponses | 0

3

réponses

Question


How do I search for a wildcard file pattern (\**\* or /**/*) with in a directory in an OS independent way
I need to search recusrsively for all the files in directory with a pattern p05 within the directory homeDirectory I can use ...

environ 6 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
3D binary mask/voxel mask/volume from two surfaces
Did you get to use the distance transform? You can compute the distance of any point to the surface if you have the binary mask ...

plus de 6 ans il y a | 0