Object tracking project, C/C++ Programming

Assignment Help:

Identify 2 to 3 existing algorithms commonly used for object tracking. Algorithms should be in C or written in MATLAB language. Document these algorithms in flowcharts and run these source codes on simulations of object tracking. They must be able to work, i.e. effectively track an object in a moving sequence. This must be demonstrated.

The source codes need not be original but all sources of codes and files used have to be properly referenced. Otherwise student will be penalised.

For each algorithm, identify a shortcoming and suggest a way to improve the source code to yield better results. This is to be included in the final report.

Simulations and experiments:

The level of practical experiment and simulation that should form a part of the project must be demonstrable during the presentation. Completing these simulations is a key part of the assessment.

Research report:

The research report is aimed at providing the same insights as the presentation but in a more formalised setting. It is possible in the research report to enter into more mathematical detail regarding the techniques considered.

All reports should have an abstract, introduction, conclusion and appendix. The appendix may contain a print out of the important parts of the code developed for the simulations undertaken or complex mathematical derivations if they are not central to the discussion in the body of the report. The main section of the report should lie between the introduction and conclusion and may consist of sections such as "problem formulation", "applications in the real world", "derivation of algorithm", "analysis of algorithm", "methodology", "experimental results", "discussion", etc. The particular nature of sections must be determined based on the nature of the topic studied and the work undertaken by the students. Full references should be given for all material (such as figures, etc) included in the report from an external source. Referencing should include all relevant information, including journal, number and page information. Web sites should be referenced with the full URL as well as information on when the site was visited to obtain the information. To keep the report to a reasonable level, a page limit of 10-15 pages has been set. This should be adhered to.


Related Discussions:- Object tracking project

C++ Program Please see where i do mistake, #include #include #include ...

#include #include #include #include #include class Employee { private: char *Name; //Set them as pointers... int IdNumber; char *Department; char *Position; public: voi

Give example of the do while loop, Normal 0 false false fal...

Normal 0 false false false EN-IN X-NONE X-NONE MicrosoftInternetExplorer4

C program for pattern star, 1 PETTERN1 (Pettern1.c)   main() { ...

1 PETTERN1 (Pettern1.c)   main() {           int i,j,k=1,a;           clrscr();           for(i=1;i           {                    if(i>=3)

Pointers to members, P o i n t er s to Members: In C a pointer is...

P o i n t er s to Members: In C a pointer is created  to locate  the address of another variable  for faster access. Consider the following example. int x, *p; p =

Area Under Curve, Write a program to find the area under the curve y = f(x)...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b

Arrays, how to avoid duplicates strings in an array

how to avoid duplicates strings in an array

Basics, conceptual difference between big o,big thete and big omega

conceptual difference between big o,big thete and big omega

Function, give an example of function

give an example of function

Define bitwise-and operator, Define Bitwise-AND Operator: &:? The bitwi...

Define Bitwise-AND Operator: &:? The bitwise-AND operator (&) compares every bit of its first operand to the corresponding bit of its second operand. If both bits are 1 the mat

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd