Draft: Review Branch with all changes from main against empty
4 unresolved threads
4 unresolved threads
Update: enhance GitLab CI configuration with variable for thesis name and adjust Markdown conversion
Merge request reports
Activity
assigned to @cschober
General comments on the current thesis
Please check examples of other master thesis regarding structure and content. A very highlevel overview of the so-called "IMRAD" scheme (default for scientific papers) can be found here. The current state is far from the required structure and needs rework. Keep in mind the submission deadline on 24.03.2025!
Abstract
Introduction (incl. theory / literature)
- Why is this study important?
- General introduction to digital image processing and its applications.
- Why are the topic and the results relevant?
- Image processing required for many applications
- Used on powerful and less powerful (embedded?) devices
- Speed and resource usage dictate possible use cases
- If allowed also include the use cases in dassault systems, but not exclusively!
- What was the aim of the study?
- Describe the research goals! Allow educated choices for image processing tools depending on defined metrics
- Explain how the work done in this study can help other people to select the right tool for their requirements
- Do not focus solely on 5000€ saving in the company (this is still peanuts!) ImageSharp is one of many compared tools and coincidentally the one currently used by Dassault!
- What were the research question(s) and/or hypotheses?
- What is the performance of different libraries for a given set of selected image processing tasks
- Which library provides the most resource efficient processing?
- Hypothesis is not easily applicable here!
- What research does already exist on this topic?
- This is important! You must do a literature search for other comparisons or evaluations of image processing libraries. Don't look for blog posts or project websites, but scientific literature!
- Use Google Scholar (and other literature research tools available!), e.g., Example Search Image Processing Comparison
Methodology
- Explain both defined metrics (image loading time and pixel iteration). Why are they used? Why not something else?
- How are the metrics obtained/measured?
- How are the results processed and analyzed?
- How are the libraries for the comparison selected? By which criteria? Why?
Implementation (optional, sometimes fits in CS work, sometimes better to methodology)
- How was the benchmark implemented? Larger fragments of code belongs to appendix
Results
- What is the answer to the research question?
- Important: Answers, not discussion or interpretation!
- What data were generated? Do they support the hypotheses?
- Include results of benchmarking, graphs, tables etc
- Requires written paragraphs!
Discussion
- What do the results mean? / How can the results be interpreted?
- Here you can start
- What conclusions can be drawn?
- Is there a universally good library?
- What are the strengths and weaknesses of the different libraries?
- To what larger field are the findings relevant?
- What implications can be derived for further research, theory, or practice?
- Was the approach chosen for the study appropriate? What could be done differently in a further study?
Edited by Christoph Schober- Why is this study important?
- media/image3.gif 0 → 100755
- Resolved by Sepehr Fazeli Shahroudi
- Tables/EmguCV_table.tex 0 → 100644
- chapters/1-Introduction.tex 0 → 100755
changed this file in version 2 of the diff
added 33 commits
- e2d2ba23...a6ad0584 - 23 earlier commits
- 37b7c6bd - Add: Result chapter
- 1b5fdb2d - Merge remote-tracking branch 'origin/develop' into 5-results
- 788c66d5 - Fix: Correct xcolor package usage in the LaTeX document
- 9cf9ac8b - Merge remote-tracking branch 'origin/develop' into 6-discussion
- 0aa1a258 - Add: Changed the location of out dated sections
- 8187991c - Merge branch '5-results' into 'develop'
- 43ad056d - Merge remote-tracking branch 'origin/develop' into 6-discussion
- 1fd9e2f2 - Add: discussion Chapter
- 4a692cae - Merge branch '6-discussion' into 'develop'
- 7944a074 - Merge branch 'develop' into 'main'
Toggle commit listadded 21 commits
- 7944a074...c7d71498 - 11 earlier commits
- ae996f27 - Edit: Result
- 8b6f3a56 - Merge branch '11-edit-result' into 'develop'
- b1997b12 - Edit: Discussion
- 4d1c7f86 - apendex added
- 03e53896 - Update submission date to March 24, 2025
- 0f3c1711 - Merge branch '12-edit-discussion' into 'develop'
- 903a40ce - Final edit: Methodology
- fbdf5cc7 - final edit
- 21874d65 - Merge branch '13-final-edit' into 'develop'
- 65b51ce8 - Merge branch 'develop' into 'main'
Toggle commit list
Please register or sign in to reply