
Kannan U V
Followers: 0 Following: 0
Image Analysis
Statistik
RANG
214.549
of 297.398
REPUTATION
0
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.433
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 158.782
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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);
mehr als 6 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
fast 7 Jahre vor | 3 Antworten | 0
3
Antworten3D 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 ...
fast 7 Jahre vor | 0