TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IPT – Image Perspective Transformation (1996)

32 pointsby njnover 6 years ago

4 comments

drzaiusx11over 6 years ago
I once used this technique to make a 2D pseudo-lidar sensor from a camera mounted on a indoor vehicle, it worked fairly well when used on uniformly textured flooring. After transforming the camera input image using an IPT, you could do some basic trig to figure out the distances away from the camera to non-floor objects.
tylerflickover 6 years ago
This is really cool. Does anyone have links to the math/code behind this?
评论 #18674354 未加载
JadeNBover 6 years ago
The title is missing a right parenthesis after the date <a href="https:&#x2F;&#x2F;www.xkcd.com&#x2F;859" rel="nofollow">https:&#x2F;&#x2F;www.xkcd.com&#x2F;859</a> . EDIT: I originally put one in this comment, but then realised that that would be even worse once the title was fixed ….
richardpennerover 6 years ago
Great stuff. Would it kill this site to allow for even just the tiniest bit of context for why a 22 year old article is being posted? Also it looks like fmwconcepts.com has come up on Hacker News a few times for Fred&#x27;s ImageMagick scripts. But has anyone found the code to do the perspective transformation discussed here?