Skip to content

Commit 9df8a2e

Browse files
authored
Update ConfigParser.cpp
1 parent 09d91fe commit 9df8a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/ConfigParser.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ void surfelwarp::ConfigParser::loadCameraIntrinsicFromJson(const void *json_ptr)
315315
check_and_load("depth_principal_y", raw_depth_intrinsic.principal_y);
316316

317317
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);
319319
check_and_load("rgb_principal_x", raw_rgb_intrinsic.principal_x);
320320
check_and_load("rgb_principal_y", raw_rgb_intrinsic.principal_y);
321321

@@ -395,4 +395,4 @@ bool surfelwarp::ConfigParser::use_offline_foreground_segmneter() const {
395395

396396
bool surfelwarp::ConfigParser::use_density_term() const {
397397
return m_use_density_term;
398-
}
398+
}

0 commit comments

Comments
 (0)