how to find the intersection point of two objects

2016-09-14 Thread LC
Dear All, I am new to image processing and using OpenCV on python for implementing a part of research work. The aim is : - To identify the predecessor and successor of an object (shape) and - To calculate the Indegree(edges coming on shape) and outdegree(edges going out from shape) of

Re: Management of PRs, issues, and threads

2016-09-14 Thread Stefan van der Walt
On Sun, Sep 11, 2016, at 23:13, Juan Nunez-Iglesias wrote: > > This way your PRs are always checked against the latest master, not > > whatever was around when they were first made > > I thought Travis did this already? > > https://docs.travis-ci.com/user/pull-requests > > "Rather than test the com

Re: Task board

2016-09-14 Thread Stefan van der Walt
On Mon, Aug 29, 2016, at 13:17, Stefan van der Walt wrote: > I have some ideas around (1) that need fleshing out, but in the mean > time I was looking at http://zube.io to address part of (2). Take a look at this! https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forum

neighbors contour length

2016-09-14 Thread Jaime Lopez Carvajal
Hi, I would like to know if someone could help or suggest any idea how to do this: First, I am trying to know how many neighbors (objects) one particular object have using its contour. Second, I need to extract the length of each shared contour with every neighbor, Third, calculate their respe

Re: Management of PRs, issues, and threads

2016-09-14 Thread Johannes Schönberger
This should very be interesting in this regard: https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features > On 12 Sep 2016, at 18:35, Nelle Varoquaux wrote: > > Hi scikit-image folks! > > >> We've had a couple of community fails on GitHub recently: >> h

Re: Fwd: PyData Community Cookbook - August Update

2016-09-14 Thread Alexandre Fioravante de Siqueira
Hi all, like Emmanuelle said in this previous e-mail, it's time to think about the content. Would you like to point any gallery examples for that? What do you think it's important to be in that chapter? I was thinking on a first section about the basics: open a file, separate the color channels,