Skip to content

Commit

Permalink
Change base settings for dragon, init image
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Oct 8, 2024
1 parent 8d0a4f2 commit 4b3a38a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions tutorial/tracking/render-based/data/sequence1/dragon.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"value": 0.1
},
"sampling": {
"samplingRate": 1,
"numPoints": 256,
"samplingRate": 2,
"numPoints": 128,
"reusePreviousPoints": true
}
},
Expand Down Expand Up @@ -56,6 +56,23 @@
"h": 8,
"delta_h": 1
}
},
{
"type": "klt",
"weight": 0.1,
"useMask": true,
"minMaskConfidence": 0.5,
"maxReprojectionErrorPixels": 5.0,
"newPointsMinPixelDistance": 4,
"minimumNumPoints": 20,
"blockSize": 5,
"useHarris": true,
"harris": 0.05,
"maxFeatures": 500,
"minDistance": 5.0,
"pyramidLevels": 3,
"quality": 0.01,
"windowSize": 5
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b3a38a

Please sign in to comment.