bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.51k stars 1.58k forks source link

Image feature extraction and comparison #1800

Open mappedbyte opened 2 years ago

mappedbyte commented 2 years ago

How to use image eigenvalues and extraction, I need some sample code, I didn't find the detector of OpenCV

saudet commented 2 years ago

If you have some sample code in C++, we can start from there.

mappedbyte commented 2 years ago

If you have some sample code in C++, we can start from there.

No, I don't have C + + code. I need javacv for image feature extraction and comparison

mappedbyte commented 2 years ago

For mat in javacv, I can't find the get () method. How to use double [] grayarr = mat.get(i, j) in opencv ; This method

saudet commented 2 years ago

We can use the Java API of OpenCV with JavaCV as well: http://bytedeco.org/javacpp-presets/opencv/apidocs/org/opencv/core/Mat.html#get-int-int-