Tracking: Cleanup, clarify comments in tracking settings

Make unit more explicit.

Ideally would be "embedded" into the field name itself, but this will be
more involved change.
This commit is contained in:
Sergey Sharybin 2020-11-20 15:09:53 +01:00
parent 2ee5bc33ea
commit 6d314c940e
1 changed files with 2 additions and 2 deletions

View File

@ -259,9 +259,9 @@ typedef struct MovieTrackingSettings {
short default_algorithm_flag;
/** Minimal correlation which is still treated as successful tracking. */
float default_minimum_correlation;
/** Size of pattern area for new tracks. */
/** Size of pattern area for new tracks, measured in pixels. */
short default_pattern_size;
/** Size of search area for new tracks. */
/** Size of search area for new tracks, measured in pixels. */
short default_search_size;
/** Number of frames to be tracked during single tracking session
* (if TRACKING_FRAMES_LIMIT is set). */