Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing latest articles
Browse All 3 View Live

Answer by Andrey Pavlenko for According to the best practices page we want to...

There is no `Mat::putColumn()` method. But be aware that neither of `Mat::put()` methods can change the `Mat` size - instead they can change values of one or more sequential pixels in the `Mat`....

View Article


Comment by sammy for According to the best practices page we want to use the...

I think this post is useful for you http://answers.opencv.org/question/5/how-to-get-and-modify-the-pixel-of-mat-in-java/ . It explains how to modify your data in Java and update it at once in native

View Article

android: how to put a column into Mat

According to the [best practices page](http://opencv.org/platforms/android/android-best-practices.html) we want to use the fewest calls to the JNI as possible to get the job done. In my application, I...

View Article
Browsing latest articles
Browse All 3 View Live