Skip to content

Java at function#20221

Merged
opencv-pushbot merged 3 commits intoopencv:masterfrom
komakai:java-at-function
Jun 8, 2021
Merged

Java at function#20221
opencv-pushbot merged 3 commits intoopencv:masterfrom
komakai:java-at-function

Conversation

@komakai
Copy link
Copy Markdown
Contributor

@komakai komakai commented Jun 6, 2021

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is a test

A function like "at" for Java/Kotlin (partner to #20220 )
Includes some Kotlin extensions (Android only) to allow you do cool things like:

val (b, g, r) = lena.at<UByte>(10, 10).v3c

Also includes ability to disable Kotlin extensions for anyone that doesn't want them

allow_multiple_commits=1

@komakai komakai force-pushed the java-at-function branch 2 times, most recently from d4f949f to 7fcbec4 Compare June 6, 2021 10:14
@komakai komakai force-pushed the java-at-function branch from 7fcbec4 to f1f9121 Compare June 6, 2021 11:10
@komakai komakai force-pushed the java-at-function branch from c6a9b7a to a8757df Compare June 8, 2021 13:51
Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contribution 👍

@opencv-pushbot opencv-pushbot merged commit cafa04f into opencv:master Jun 8, 2021
@alalek alalek mentioned this pull request Jun 13, 2021
@alalek alalek mentioned this pull request Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants