Commit 9df8a2e 1 parent 09d91fe commit 9df8a2e Copy full SHA for 9df8a2e
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ void surfelwarp::ConfigParser::loadCameraIntrinsicFromJson(const void *json_ptr)
315
315
check_and_load (" depth_principal_y" , raw_depth_intrinsic.principal_y );
316
316
317
317
check_and_load (" rgb_focal_x" , raw_rgb_intrinsic.focal_x );
318
- check_and_load (" rgb_focal_x " , raw_rgb_intrinsic.focal_x );
318
+ check_and_load (" rgb_focal_y " , raw_rgb_intrinsic.focal_y );
319
319
check_and_load (" rgb_principal_x" , raw_rgb_intrinsic.principal_x );
320
320
check_and_load (" rgb_principal_y" , raw_rgb_intrinsic.principal_y );
321
321
@@ -395,4 +395,4 @@ bool surfelwarp::ConfigParser::use_offline_foreground_segmneter() const {
395
395
396
396
bool surfelwarp::ConfigParser::use_density_term () const {
397
397
return m_use_density_term;
398
- }
398
+ }
You can’t perform that action at this time.
0 commit comments