Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

[Android package] FIXME in MatOfDMatch.java file & features number extracted

Hi,

Im building an Android app, using opencv 3.4.5 version.(with Android studio ).

I have two questions: 1.In openCV 3.4.5, Android package, in the file "MatOfDMatch.java", the following comment apper: "//FIXME: do we need release() here?" Do we need a release in the constructor ?

2.After running the line: orb.detectAndCompute(img1re, new Mat(), kp1, des1);

how can I know how many features found ? numerically, without the draw function ?

*Add a pic displaying 1: image description

[Android package] FIXME in MatOfDMatch.java file & features number extracted

Hi,

Im building an Android app, using opencv 3.4.5 version.(with Android studio ).

I have two questions: 1.In openCV 3.4.5, Android package, in the file "MatOfDMatch.java", the following comment apper: "//FIXME: do we need release() here?" Do we need a release in the constructor ?

2.After running the line: orb.detectAndCompute(img1re, new Mat(), kp1, des1);

how can I know how many features found ? numerically, without the draw function ?

*Add a pic displaying 1: image descriptionimage description

[Android package] FIXME in MatOfDMatch.java file & features number extracted

Hi,

Im building an Android app, using opencv 3.4.5 version.(with Android studio ).

I have two questions: 1.In questions:

  1. In openCV 3.4.5, Android package, in the file "MatOfDMatch.java", the following comment apper: "//FIXME: do we need release() here?" here?". Do we need a release in the constructor ?

    ?.
  2. 2.After

  3. After running the line: orb.detectAndCompute(img1re, *orb.detectAndCompute(img1re, new Mat(), kp1, des1);

how can I know how many features found ? numerically, without the draw function ?

*Add a pic displaying 1: image description

click to hide/show revision 4
None

updated 2019-04-14 06:24:03 -0600

berak gravatar image

[Android package] FIXME in MatOfDMatch.java file & features number extracted

Hi,

Im building an Android app, using opencv 3.4.5 version.(with Android studio ).

I have two questions:

  1. In openCV 3.4.5, Android package, in the file "MatOfDMatch.java", the following comment apper: "//FIXME: do we need release() here?". Do we need a release in the constructor ?.
  2. After running the line: *orb.detectAndCompute(img1re, new Mat(), kp1, des1);

how can I know how many features found ? numerically, without the draw function ?

*Add a pic displaying 1: image description