-
Hi,
I want to ask how could I see the MOS intrinsic parameters for Sky130 PDK? For example the Vth and Kp of 01v8 MOS. I need these parameters for circuit design activities. I am currently not seei…
-
Why are cx and cy not used in projection? Generally speaking, cx and cy affect the correspondence between pix and points. But in the source code, I found that cx and cy are not used at all. I would be…
-
Thanks for your reply to the previous issue.
I've got some other questions.
(1) I have a set of face images, but I don't have other information such as camera parameters.
How can I extract intrin…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.or…
Docea updated
2 months ago
-
how can i obtain the intrinsic parameters of the zed 2?
-
### What feature or enhancement are you suggesting?
Exposing camera intrinsic parameters to JS. This thread: https://github.com/mrousavy/react-native-vision-camera/issues/2998 referenced grabbing c…
-
It seems that no camera intrinsic parameters are provided in this repo. Though I know this is a dataset for detection, I wonder if intrinsic parameters of the RGB camera are avaliable. Many thanks.
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [x] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org…
-
Hi, I need to get distance to an object, I gathered a small dataset of outdoor images at a varied distances to test, and the model results are varied,
My Questions are:
What is the best practice t…
-
It seems that there is a bug that setting the intrinsics doesn't seem to affect the run. The relevant code fragment I use is
intrinsics = np.zeros((3,3), dtype=np.float32)
Fdx = (1…