Community Profile

photo

Kannan U V


CSHL

Last seen: 거의 2년 전 2018년부터 활동

Followers: 0   Following: 0

연락

Image Analysis

통계

  • Revival Level 1
  • First Answer

배지 보기

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년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 3 | 0

3

답변

질문


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 ...

거의 6년 전 | 답변 수: 3 | 0

3

답변

답변 있음
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 ...

대략 6년 전 | 0