Skip to content

Commit

Permalink
Update pm_depth_maps_defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
I-7 authored Jun 17, 2024
1 parent f796c61 commit ee1ec4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/phg/mvs/depth_maps/pm_depth_maps_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define COSTS_K_RATIO 1.2f
#define COSTS_BEST_K_LIMIT 5

#define SOFT_PERTURBATION 1
#define SOFT_PERTURBATION 0

#define VERBOSE_LOGGING
#ifdef VERBOSE_LOGGING
Expand All @@ -26,4 +26,4 @@
#define DEBUG_DIR "data/debug/test_depth_maps_pm/iterations_points/"

// TODO 208: что если попробовать другой PROPAGATION_STEP?
// TODO 209: что если попробовать в PROPAGATION брать 8 из 20 лучших с точки зрения их cost-ов, и уже затем выбирать из них лучшего с учетом примерки на себя?
// TODO 209: что если попробовать в PROPAGATION брать 8 из 20 лучших с точки зрения их cost-ов, и уже затем выбирать из них лучшего с учетом примерки на себя?

0 comments on commit ee1ec4a

Please sign in to comment.