-
```
Hello samuel,
I want convert IplImage to Bitmap.
I saw #59 issue. But I can't translate IplImage to bitmap.
What steps will reproduce the problem?
1. JavaCV sample source modify(faceview.java)
2…
-
```
Attached is a possible contribution of a tuple library. The library is
consistent with the collections library and is easy to use, e.g.:
T2 swap(E0 e0, E1 e1) { return t(e1, e0); }
Note generic…
-
```
Hello samuel,
I want convert IplImage to Bitmap.
I saw #59 issue. But I can't translate IplImage to bitmap.
What steps will reproduce the problem?
1. JavaCV sample source modify(faceview.java)
2…
-
```
Hello samuel,
I want convert IplImage to Bitmap.
I saw #59 issue. But I can't translate IplImage to bitmap.
What steps will reproduce the problem?
1. JavaCV sample source modify(faceview.java)
2…
-
```
Hello samuel,
I want convert IplImage to Bitmap.
I saw #59 issue. But I can't translate IplImage to bitmap.
What steps will reproduce the problem?
1. JavaCV sample source modify(faceview.java)
2…
-
In #55 we discussed if `equals()` and `hashCode()` should actually be implemented for TOs.
I still say so and others said we should just keep default implementation of `Object`.
-
```
Hello samuel,
I want convert IplImage to Bitmap.
I saw #59 issue. But I can't translate IplImage to bitmap.
What steps will reproduce the problem?
1. JavaCV sample source modify(faceview.java)
2…
-
```
Hello samuel,
I want convert IplImage to Bitmap.
I saw #59 issue. But I can't translate IplImage to bitmap.
What steps will reproduce the problem?
1. JavaCV sample source modify(faceview.java)
2…
-
I believe that the whole transition from 0.x to 1.0 is pretty much connected with opencv transition from 2.x.x versions to 3.x.x. It isn't clear however why it's happened now, because 1.0 has missing …
treph updated
9 years ago
-
scala.io.Source is small, useful, troubled and usually recommended against although still used by many.
A recent SLIP submission: https://github.com/scala/slip/pull/2 suggested a Target cf to Source …