Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

How to switch UAV Processing toolbox for fixed camera tool box #78

Open
trkim117 opened this issue Feb 3, 2019 · 7 comments
Open

How to switch UAV Processing toolbox for fixed camera tool box #78

trkim117 opened this issue Feb 3, 2019 · 7 comments

Comments

@trkim117
Copy link

trkim117 commented Feb 3, 2019

Hi Everybody!
Since UAV toolbox is so useful, it will be great to have fixed camera option in UAV toolbox.
It is easy to take out ginput function for GCP but it is not easy to pass reference points.
What is the best way to run UAV toolbox with just GCP information at the beginning and without
ginput. for reference points?
Is there any key function to cut it off?
If you let me know your experiences, it will save a lot of time.
Thank you for your time in advance!

@kvos
Copy link
Contributor

kvos commented Feb 4, 2019

Hi trkim117,
At the moment the reference points are necessary in the UAV toolbox workflow. In case of a fixed camera, yes you could bypass this step, but there is no option in the toolbox to skip this step (at least in the GUI version).

@mpalmsten
Copy link
Member

@burritobrittany and @SRHarrison use the UAV Toolbox for fixed cameras, but I don't know how they have changed the code for there applications.

@trkim117
Copy link
Author

Thank you for comments and information.
I found that the easiest way is to do as followings,

%if oldGeoms% [beta1,,~,failFlag] = ...
% findNewBeta(Ig,betas(cnt-1,~meta.globals.knownFlags), meta);
% if failFlag
% deal with end of useable run% break
% else
betas(cnt,:) = beta1; betas(cnt,:) = betas(1,:);
% end
%end

@sivaiahborra
Copy link

sivaiahborra commented Jul 16, 2020

Hi trkim117,
I thought of you have been using this UAV tool box for your applications, I just want to use this tool box to extract some coastal features but, I have been understanding this tool box slowly, I have run sample .m file that is
sampleAerielleVideoDemo.m and understood that how it's taking GCPs and producing Timex, Dark and bright images as final output like this, so now I want to start with new video data from fixed camera in my study region with proper GCPs. I want to run this tool box for my new data. Since I am newbie to this, can you let me know that how many .m and .mat files in whole UAV tool box exactly do we need to edit with my own data to run successfully for my data. I have GCPs(lat, lon, height), intrinisic and extrinsic parameters, I didn't understand as of now that where exactly do we need to give I mean what are those.m for .mat files. (To enter my GCPs in DemoFileGCP.mat but, how to convert my lat, lon and height into local coordinates ). Please also let me know if are there any nice webinar or videos for beginners to use this tool box.

@burritobrittany
Copy link
Contributor

burritobrittany commented Jul 16, 2020

Hi @sivaiahborra
I would try using the new Introduction to Quantitative Coastal Imagery Toolbox. We are currently phasing out the UAVToolbox. The new toolbox is more applicable for fixed camera stations and beginners.

Best,
Brittany

@sivaiahborra
Copy link

sivaiahborra commented Jul 16, 2020 via email

@sivaiahborra
Copy link

sivaiahborra commented Jul 18, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants