Community Profile

photo

pb1106


Last seen: 3 years 前 自 2018 起处于活动状态

统计数据

  • First Review
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


Get neighbours of an element in matrix
Hello, Is there some easy way to get all the pixels of an element from a matrix? For example. given the following matrix: M=...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Create a graph from a matrix with 1 and 0
Hello, Let's suppose that I have this matrix: 1 1 0 0 0 1 1 1 1 0 0 0 1 1 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Get intersection of two segments
Hi, I have these two following matrices: Can you help me with some way to check if every line from segmentBA intersec...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How can I take segment points from convhull function and store them into a matrix?
Hi, I have the following figure. Here, I generated these 2 objects with this function that I wrote: function [regions] =...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Semantic Segmentation with pretrained networks
Hello all, Given this tutorial Semantic Segmentation Using Deep Learning I've learned that for a semantic segmentation task ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Can someone please help me implementing this code without loop ?
Hello, Can someone help me to speed up this code? Without loops img = imread("my_img.png"); for i=2:256 for j...

5 years 前 | 1 个回答 | 0

1

个回答