-
- Downloads
Replace std::shared_ptr<cv::Mat> with cv::Mat
cv::Mat is already reference counted. Also use QMap for storage of tracking images.
Showing
- Src/BioTrackerPlugin.cpp 2 additions, 3 deletionsSrc/BioTrackerPlugin.cpp
- Src/BioTrackerPlugin.h 2 additions, 3 deletionsSrc/BioTrackerPlugin.h
- Src/Controller/ControllerTrackingAlgorithm.cpp 1 addition, 2 deletionsSrc/Controller/ControllerTrackingAlgorithm.cpp
- Src/Controller/ControllerTrackingAlgorithm.h 2 additions, 2 deletionsSrc/Controller/ControllerTrackingAlgorithm.h
- Src/Model/BioTrackerTrackingAlgorithm.cpp 269 additions, 274 deletionsSrc/Model/BioTrackerTrackingAlgorithm.cpp
- Src/Model/BioTrackerTrackingAlgorithm.h 76 additions, 73 deletionsSrc/Model/BioTrackerTrackingAlgorithm.h
- Src/Model/TrackingAlgorithm/imageProcessor/preprocessor/ImagePreProcessor.cpp 23 additions, 36 deletions...gorithm/imageProcessor/preprocessor/ImagePreProcessor.cpp
- Src/Model/TrackingAlgorithm/imageProcessor/preprocessor/ImagePreProcessor.h 4 additions, 4 deletions...Algorithm/imageProcessor/preprocessor/ImagePreProcessor.h
Loading
Please register or sign in to comment