41 lines
2.2 KiB
Plaintext
41 lines
2.2 KiB
Plaintext
# Parameter file generated by TracTrac Python v3.0 (22/05/2021) | J. Heyman
|
|
|
|
# Video loops
|
|
vid_loop 0.0 # Number of loops over frames to train motion model
|
|
|
|
# Image Processing
|
|
ROIxmin 0 # Region of interest for tracking (xmin)
|
|
ROIymin 0 # Region of interest for tracking (ymin)
|
|
ROIxmax 128 # Region of interest for tracking (xmax)
|
|
ROIymax 128 # Region of interest for tracking (ymax)
|
|
BG 0.0 # (0 or 1, default 0) Use background subtraction to remove static regions
|
|
BGspeed 0.02 # (0 to 1, default 0.01) adaptation speed of background
|
|
noise 0.0 # (0 or 1, default 0) Use median filtering to remove noise
|
|
noise_size 3 # (3 or 11, default 3) Size of median kernel
|
|
|
|
# Object Detection
|
|
peak_th_auto 0.0 # (0 or 1) Automatic object detection threshold
|
|
peak_th 0.02 # (-inf to +inf) Manual object detection threshold
|
|
peak_neigh 5 # (1 to inf, default 1) Minimum distance between object
|
|
peak_conv 2.0 # Object detection kernel: 0 (none), 1 (Dif. of Gaussian), 2 (Log of Gaussian), default 1.
|
|
peak_conv_size 2.2 # (0 to +inf) Object typical size (pixels)
|
|
peak_subpix 1.0 # Subpixel precision method : 0 (quadratic), 1 (gaussian), default 1
|
|
peak_minima 0.0 # (0 or 1) : Track dark objects (instead of bright), default 0
|
|
|
|
# Motion Model
|
|
motion 1.0 # (0 or 1) : Use motion model to predict object displacements, default 1
|
|
motion_av 5.0 # (1 to +inf) : Number of neighboors over which model is averaged, default 5
|
|
motion_it 1.0 # (0 to +inf) : Iterations of motion model
|
|
filter 1.0 # (0 or 1) : Enable filtering of outliers
|
|
filter_std 3.0 # (-inf to +inf, default 1.5) : Threshold for outliers filtering (in nb of standard deviation of motion model error)
|
|
filter_time 1.0 # (0 to +inf, default 1) : Time speed of adaptation of outlier threshold
|
|
|
|
# Plotting
|
|
plot 1 # (0 or 1) : Plot tracking process
|
|
plot_image 1 # Plot Raw (1), Convoluted (2) or Background (3) image
|
|
plot_data 1 # Color by velocity magnitude (0), motion model velocity (1), motion model error (2)
|
|
plot_data_type 2 # Vectors (1) or scatter (2) plot
|
|
plot_cmin 0 # (-inf,+inf) Minimum value of colorscale
|
|
plot_cmax 1 # (-inf,+inf) Maximum value of colorscale
|
|
plot_alpha 1.0 # (0,1) Transparency
|