Is there any alternatives of 'getOptimalNewCameraMatrix' method in matlab?
    1 次查看(过去 30 天)
  
       显示 更早的评论
    
I need to use getOptimalNewCameraMatrix method for camera calibration but I do not find any alternatives in matlab. Here is my code:
           image = imread(image_path + "\" + file);
            [height, width] = size(image);
            [newcameramtx, roi] = cv2.getOptimalNewCameraMatrix(camera_matrix, dist, [width,height], 0, [width,height]);
3 个评论
  Bhuvanyu Dogra
    
 2021-8-20
				It is my understanding that you are looking for ways to use 'getOptimalNewCameraMatrix' method in MATLAB. 
Please refer to the following File Exchange submission for using OpenCV methods with MATLAB:
回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


