<discocaml>
<dubious245> No, I have searched high and low as well. If I search the problem itself its usually "and this is how you find contours call this function cv:findcontours and now your done you have successfully found contours. congrats" Or its the original research paper or a student project that doesn't compile and copied the variable names over. I did find one article describing the algorithm but it also uses the i2j2 i1j1 naming scheme thankfully they p
<discocaml>
<dubious245>
<discocaml>
<dubious245> Well underway to produce a functional, tail recursive version of this algorithm.
<discocaml>
<dubious245> No, I have searched high and low as well. If I search the problem itself its usually "and this is how you find contours call this function cv:findcontours and now your done you have successfully found contours. congrats" Or its the original research paper or a student project that doesn't compile and copied the variable names over. I did find one article describing the algorithm but it also uses the i2j2 i1j1 naming scheme thankfully they p
malte has quit [Remote host closed the connection]
malte has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
<discocaml>
<astreamingcomesacrossthesky> That's a mathematical convention used in matrices, isn't it?
<discocaml>
<dubious245> Oh your right I didnt even think about the matrix notation thats probably the source of it.
tomku has quit [Read error: Connection reset by peer]
tomku has joined #ocaml
tremon has quit [Quit: getting boxed in]
malte has quit [Remote host closed the connection]
malte has joined #ocaml
malte has quit [Remote host closed the connection]
agentcasey has quit [Read error: Connection reset by peer]
agentcasey has joined #ocaml
user_ has joined #ocaml
infohazards has quit [Remote host closed the connection]
tremon has joined #ocaml
Serpent7776 has joined #ocaml
Serpent7776 has quit [Ping timeout: 246 seconds]
bartholin has joined #ocaml
Tuplanolla has joined #ocaml
<discocaml>
<lukstafi> I want to port my ffi bindings to work on Windows. Does anyone have an example of Dune ctypes stanza working on (the default opam cygwin) Windows?