# SDCT **Repository Path**: vt-developer/SDCT ## Basic Information - **Project Name**: SDCT - **Description**: Robust Visual Tracking via Sparse Representation under Subclass Discriminant Constraint - **Primary Language**: Matlab - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This code is a Matlab implementation of the tracking algorithm described in "Robust Visual Tracking via Sparse Representation under Subclass Discriminant Constraint" by Cheng Qian. This version of the source code is just released for ease of understanding the algorithm.It is recommended that the demo be implemented with Matlab2012b. ----------- how to run the demo ----------- 1. The filefolder with the image sequence is put into the directory "Images". 2. set the parameters in "MainTracking.m". 3. run MainTracking. -------------------------------------------