rlancaste / stellarsolver

GNU General Public License v3.0
88 stars 47 forks source link

I want to use OpenCV deal with input image, the ImageBuffer can convert to OpenCV Mat ? #134

Open taurushappy opened 6 months ago

rlancaste commented 5 months ago

Hi, I do not have experience with opencv, but StellarSolver is a library for plate solving and star extraction. As long as you build your program linking to StellarSolver, have an image open in your program with a compatible image buffer, then pass that with other relevant details to The StellarSolver Library, it can work with it.

rlancaste commented 5 months ago

I have numerous examples in the repository of how to work with the library and you can also look at how KStars makes use of it.