You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/html/02 - First Java Application with OpenCV.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,8 @@ <h2>Create a simple application<a class="headerlink" href="#create-a-simple-appl
98
98
<p>Then we can define a new Mat.</p>
99
99
<divclass="admonition note">
100
100
<pclass="first admonition-title">Note</p>
101
-
<pclass="last">The class <strong>Mat</strong> represents an n-dimensional dense numerical single-channel or multi-channel array. It can be used to store real or complex-valued vectors and matrices, grayscale or color images, voxel volumes, vector fields, point clouds, tensors, histograms.</p>
101
+
<pclass="last">The class <strong>Mat</strong> represents an n-dimensional dense numerical single-channel or multi-channel array. It can be used to store real or complex-valued vectors and matrices, grayscale or color images, voxel volumes, vector fields, point clouds, tensors, histograms. For more details check out the OpenCV <aclass="reference external" href="http://docs.opencv.org/modules/core/doc/basic_structures.html">page</a>.</p>
102
102
</div>
103
-
<p>For more details check out the OpenCV <aclass="reference external" href="http://docs.opencv.org/modules/core/doc/basic_structures.html">page</a>.</p>
<p>Everything we have done so far to add the logo to the image has to perform only IF our checkbox is check and the image loading process has ended successfully. So we have to add an if condition:</p>
0 commit comments