
UnknownTiredMan
- Total activity 11
- Last activity
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by UnknownTiredMan-
UnknownTiredMan commented,
Yes, thank you, but I'm interested in the fbx format. Are the coefficients stored in an fbx file?
-
UnknownTiredMan commented,
Sorry for my late answer. I made a mistake. I mean distortion koefficients. Are they being exported at all?
-
UnknownTiredMan commented,
Hi, thanks for sharing the code. I looked throw it. It pretty similar with my script, except division and perspective distortion. But the last part is interesting to me. How do you compute the edge...
-
UnknownTiredMan commented,
Yeah thanks. I have corrected the script. But it didn't solve my problem. The black encircling area still remains.
-
UnknownTiredMan commented,
1) Yeah. Below is a Python script. I used OpenCV to transform image by coordinates. import numpy as npimport cv2 as cv2def toHomo(mx, my, width, height, focal, ppU, ppV):scale = max(width, height)p...
-
UnknownTiredMan commented,
Hi. Thanks for your answer! I compute m parameters next way: Convert to homogeneous coordinates using pixel transformations and K-matrix (The reverse formula to the one I described below). Compens...
-
UnknownTiredMan created a post,
Undistortion calculation
Hello! As i understood, image undistortion calculation using .XMP camera format described there: https://support.capturingreality.com/hc/en-us/articles/360017783459-RealityCapture-XMP-Camera-Math B...
-
UnknownTiredMan created a post,
Details about FBX format export
Hi! I tried to get the distortion parameters from .fbx format. But when i exported file, i couldn't find it there. Do the distortion parameters upload to .fbx file format? And if so, what tag are t...