Community Profile

photo

Giridharan Kumaravelu

Last seen: 6 giorni fa Attivo dal 2021

Statistiche

  • Knowledgeable Level 2
  • First Answer
  • First Review

Visualizza badge

Content Feed

Visto da

Risposto
Incorrect result from camera calibrator app
Thanks for providing the calibration images. This is a limitation of the technique (Zhang's algorithm) that camera calibrator ap...

6 giorni fa | 0

| accettato

Risposto
Get Undistorted Camera Matrix
The answer to this question depends on undistortImage function's Name-Value argument OutputView. If it is not used and left to u...

7 mesi fa | 0

Risposto
How to get normalized pixel values
Here are the answers to your questions: f in that equation refers to fx in pixels That equation is incomplete as it is missing...

10 mesi fa | 0

| accettato

Risposto
Camera Calibrator App Asymmetric Circles Grid Detection Issue
The Camera Calibrator App does not support Circle Grid Patterns with white circles. It assumes the images contain black circles ...

oltre un anno fa | 0

| accettato

Risposto
When I use Matlab coder,This problem occurs,“Undefined function or variable 'outputLimits'.”
Thank you for reporting this issue. This issue is a bug in the code generation part of the example. As an interim workaround, p...

oltre un anno fa | 0

| accettato

Risposto
Camera Intrinsics for camera 2 not returned by estimateCameraParameters.
It looks like the estimateCameraParameters function did not have sufficient number of quality points to converge to a better sol...

oltre un anno fa | 1

Risposto
"planetoplane" for "pcregistericp" in ICP algorithm?
Starting R2022b, pcregistericp supports the planeToPlane metric that uses the Generalized-ICP algorithm for registration.

oltre un anno fa | 1

Risposto
ICP using pcregistericp with forcing Scale matrix to identity
The pcregistericp function only estimates a rigid transformation (rotation and translation only, no scale). That means the incom...

quasi 2 anni fa | 1

| accettato

Risposto
Trouble getting worldToImage to reproduce the reprojection points shown in the Stereo Camera Calibrator
The major differences between the workflow in your code snippet and that of in the calibrator app are mentioned below. In the ca...

quasi 2 anni fa | 0

Risposto
Bad Image Rectification after Stereo Calibration and Image Rectification (From 2D to 3D)
I agree with Benjamin here on the number of calibration images used in the calibrator app. Two image pairs looking similar in or...

quasi 2 anni fa | 0

Risposto
What is the difference of 'Low' and 'High' image distortion in Camera Calibrator App
When an image is distorted, straight lines in the image appear to be curved. Image distortion is typically high in cameras with ...

oltre 2 anni fa | 0

| accettato

Risposto
cameraIntrinsicsFromOpenCV does not seem to account for differences in distortion model
The two equations mentioned in your question are essentially the same if the higher order radial distortion coefficients (k4-k6)...

oltre 2 anni fa | 0

| accettato