3DOM-FBK / HyRe

A command line tool designed to analyze, filter and co-register airborne point clouds simultaneously acquired by LiDAR sensors and photogrammetric algorithm (dense image matching).
Other
6 stars 1 forks source link

What should I do after run "gradlew.bat"? #2

Open LinLin1031 opened 4 months ago

LinLin1031 commented 4 months ago

image

I would like to reproduce the function, but haven't found out what the next step is. @mwelponer @3DOM-FBK

mwelponer commented 4 months ago

I suggest you to use IntelliJ to download dependencies using gradle and compile Sent from my iPhoneOn 8 Apr 2024, at 14:46, Lin @.***> wrote: image.png (view on web) I would like to reproduce the function, but haven't found out what the next step is. @mwelponer @3DOM-FBK

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

LinLin1031 commented 4 months ago

Can you share the photo_file and lidar_file used for the experiment? None of the files under "src/main/resources/" seem to be complete. @mwelponer

mwelponer commented 4 months ago

here you can find the official intellij guide on how to deal with gradle projects https://www.jetbrains.com/help/idea/getting-started-with-gradle.html

On Mon, Apr 8, 2024 at 7:31 PM Lin @.***> wrote:

Can you share some tutorials on how to compile? What should I do at each step after I open the project in IDEA? @mwelponer https://github.com/mwelponer

image.png (view on web) https://github.com/3DOM-FBK/HyRe/assets/50825626/2d4785f0-3f0a-43ab-bb59-8870c378df64

— Reply to this email directly, view it on GitHub https://github.com/3DOM-FBK/HyRe/issues/2#issuecomment-2044044748, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOEOPCWI36AHTKRITOIQJTY4NHHTAVCNFSM6AAAAABF4UOLZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBUGA2DINZUHA . You are receiving this because you were mentioned.Message ID: @.***>

--

Alice: Which road do I take? the Cat: Where do you want to go? Alice: I don't know "Then, said the cat, it doesn't matter."

mwelponer commented 4 months ago

a sample of the lidar and photo files used to test the tool is already included in the project, see the following https://github.com/3DOM-FBK/HyRe/tree/master/src/main/resources

On Tue, Apr 9, 2024 at 8:16 PM Lin @.***> wrote:

Can you share the photo_file and lidar_file used for the experiment? None of the files under "src/main/resources/" seem to be complete. @mwelponer https://github.com/mwelponer

— Reply to this email directly, view it on GitHub https://github.com/3DOM-FBK/HyRe/issues/2#issuecomment-2046471980, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOEOPES5BJRD2ON7L6OCKLY4SVKBAVCNFSM6AAAAABF4UOLZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBWGQ3TCOJYGA . You are receiving this because you were mentioned.Message ID: @.***>

--

Alice: Which road do I take? the Cat: Where do you want to go? Alice: I don't know "Then, said the cat, it doesn't matter."

LinLin1031 commented 4 months ago

Should hyRe f1.txt f2.txt 1.0f -v be changed to pcFilter photo_file lidar_file 1.0f -v? That is, is pcFilter the core of this project? Because as soon as I open this project, IDEA automatically reads the pcFilter. @mwelponer

image

LinLin1031 commented 4 months ago

Additionally, I'm a little confused about the contents of f1.txt and f2.txt, and the menu I get from running Main.java: image I did not see where the registration operation was performed, because I think the registration work usually yields a transformation matrix. @mwelponer