Skip to content

Commit 663813c

Browse files
committed
⬆️ opencv 4.10.0
1 parent 7cf577c commit 663813c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ mainDependencies {
5656
api("us.ihmc:openblas:$openblasVersion:linux-x86_64")
5757
api("us.ihmc:openblas:$openblasVersion:linux-arm64")
5858
api("us.ihmc:openblas:$openblasVersion:windows-x86_64")
59-
val opencvVersion = "4.7.0-1.5.11-ihmc-3" // Hosted on github https://github.com/ihmcrobotics/maven-artifacts-archive
59+
val opencvVersion = "4.10.0-1.5.11-ihmc-3" // Hosted on https://robotlabfiles.ihmc.us/repository
6060
api("us.ihmc:opencv:$opencvVersion")
6161
api("us.ihmc:opencv:$opencvVersion:linux-arm64")
6262
api("us.ihmc:opencv:$opencvVersion:linux-arm64-gpu")

src/main/java/org/bytedeco/javacv/Frame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ public <I extends Indexer> I createIndexer(boolean direct, int i) {
210210
* Cloning a frame containing a full HD picture (alpha channel included) would take 1920 x 1080 * 4 = 8.294.400 Bytes.
211211
* Expect a heap overflow exception when using this method without cleaning up.
212212
*
213-
* @see #cloneBufferArray
214213
* @return A deep copy of this frame.
214+
* @see {@link #cloneBufferArray}
215215
*
216216
* Extension proposed by Dragos Dutu
217217
* */

0 commit comments

Comments
 (0)