![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3188553_1522094026726_DEF.jpg)
Kannan U V
Followers: 0 Following: 0
Image Analysis
Statistics
RANK
218,722
of 297,016
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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);
6 years ago | 0
| accepted
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...
6 years ago | 3 answers | 0
3
answersQuestion
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 ...
7 years ago | 3 answers | 0
3
answers3D 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 ...
7 years ago | 0