> But other than taking a few photos of holiday mementos and lens-flaring sunsets, what’s the point? OT, but for me the point is not having my body absolutely panic from experiencing all kinds of rotation and sudden lateral displacement without anything happening visually. Honestly, I have no idea how people fly anywhere else, I wouldn’t be able to. The speeds and forces experienced even on a calm commercial flight a…
What you experience on a regular flight is a complete non-issue compared to what you can experience in a car, in an amusement park, or in VR. And if you remove the direct comparisons, then people do things like say, war, parachute jumping, or underwater welding that are way more extreme. Really like everything it's just the matter of getting used to it. As a kid flying used to be amazingly exciting. Then I got a job…
Photogrammetry on commercial flights (2021)
31–40 of 41 posts
Re: Photogrammetry on commercial flights (2021)
#32> But other than taking a few photos of holiday mementos and lens-flaring sunsets, what’s the point? OT, but for me the point is not having my body absolutely panic from experiencing all kinds of rotation and sudden lateral displacement without anything happening visually. Honestly, I have no idea how people fly anywhere else, I wouldn’t be able to. The speeds and forces experienced even on a calm commercial flight a…
Re: Photogrammetry on commercial flights (2021)
#33Earlier quoted context omitted.
I share such photos, and never got arrested. But I'm not Swedish. If you're Swedish and share such photos in the US, is it a crime? Where is the 'internet' at? Certainly not in any particular nation. Thus my confusion.
law !== enforcement
Re: Photogrammetry on commercial flights (2021)
#34This is very cool! How feasible would it be to take a video instead of a photo, then using landmark detection and a stitching algorithm such as SIFT to cover a larger surveying area?
Using SIFT or another keypoint detector is one of the ways to do georeferecing. You take a basemap and your image and match keypoints on both then calculate your transformation. There are a few things that make the problem harder than just use SIFT but it is a good starting point.
Re: Photogrammetry on commercial flights (2021)
#35If anybody is interested the word to search for is orthorectification.
Shameless plug. I recently published a post on my blog on how to calculate a projective transformation for an image if you know a few parameters of your camera (focal length and sensor size) and its position and orientation. My use case is satellite imagery so this is always available http://maxwellrules.com/math/looking_through_a_pinhole.html
Re: Photogrammetry on commercial flights (2021)
#36> But other than taking a few photos of holiday mementos and lens-flaring sunsets, what’s the point? OT, but for me the point is not having my body absolutely panic from experiencing all kinds of rotation and sudden lateral displacement without anything happening visually. Honestly, I have no idea how people fly anywhere else, I wouldn’t be able to. The speeds and forces experienced even on a calm commercial flight a…
Same way I have no idea how people get dizzy so easily, do you get dizzy when on a boat, or when using a VR headset?
Re: Photogrammetry on commercial flights (2021)
#37> But other than taking a few photos of holiday mementos and lens-flaring sunsets, what’s the point? OT, but for me the point is not having my body absolutely panic from experiencing all kinds of rotation and sudden lateral displacement without anything happening visually. Honestly, I have no idea how people fly anywhere else, I wouldn’t be able to. The speeds and forces experienced even on a calm commercial flight a…
What you experience on a regular flight is a complete non-issue compared to what you can experience in a car, in an amusement park, or in VR. And if you remove the direct comparisons, then people do things like say, war, parachute jumping, or underwater welding that are way more extreme. Really like everything it's just the matter of getting used to it. As a kid flying used to be amazingly exciting. Then I got a job…
To me it feels like sitting in a chair that’s hurtling forward at 900 km/h and randomly rising and falling by a few meters. I’m not forgetting that for a second. It’s not that uncomfortable at cruise altitude, but I’m definitely very aware of what’s happening and how even tiny changes in pitch are tied to quite large and long acting G forces (compared to sitting in a chair, not to a rollercoaster).
Re: Photogrammetry on commercial flights (2021)
#38Despite the author's criticisms, it seems like there's lots of opportunity for UAV-generated open source imagery, but I can't really find an active community for sharing it. Open Aerial Mapp[1] seems like a good start, but doesn't seem to be particularly active. Seems like we could use a "Mapillary[2] but from Above" type of project - only one that doesn't end up getting acquired by Facebook. [1] https://openaerialma…
Re: Photogrammetry on commercial flights (2021)
#39To explain the underwhelmed response I guess most people were expecting ’google maps quality’ 3d models. Which is not an unreasonable expectation, given an aerial platform such as a drone converting photos to 3d models of large areas is commoditized. Just dump photos to an application such as Agisoft Metashape or Luma, wait a bit and you can get something like this for example: https://skfb.ly/6DvVP
Re: Photogrammetry on commercial flights (2021)
#40He quotes that you need a lot of points and a fancy transformation to correct images while taking into consideration the differences in elevation within the scene. While it is true that having more points is important, the better way is to actually also consider the elevation of the identified points using a digital elevation model (DEM). That increases the accuracy of the transformation a lot and reduces the number…