Skip to content
Snippets Groups Projects
Commit b7ef9ce0 authored by Sepehr Fazeli Shahroudi's avatar Sepehr Fazeli Shahroudi :link:
Browse files

Merge branch 'develop' into 'main'

Develop

See merge request !1
parents b975f600 f079ab55
No related branches found
Tags v1.76
2 merge requests!4Draft: Review Branch with all changes from main against empty,!1Develop
Pipeline #53965 failed
Showing
with 39 additions and 10 deletions
...@@ -11,4 +11,5 @@ sources/test.htm ...@@ -11,4 +11,5 @@ sources/test.htm
sources/test1.htm sources/test1.htm
output_md/ output_md/
*.md *.md
*.sh *.sh
\ No newline at end of file Fazeli_Shahroudi-Sepehr-Mastersthesis.pdf
File deleted
...@@ -64,22 +64,22 @@ ...@@ -64,22 +64,22 @@
% \input{main} % \input{main}
% \chapter{Introduction} % \chapter{Introduction}
\input{chapters/Introduction.tex} % Separate file or replace with content directly here \input{chapters/1-Introduction.tex} % Separate file or replace with content directly here
% \chapter{Literature Review} % \chapter{Literature Review}
\input{chapters/Literature_Review.tex} % Background or Literature Review \input{chapters/2-Literature_Review.tex} % Background or Literature Review
% \chapter{Methodology} % \chapter{Methodology}
\input{chapters/Methodology.tex} % Methods or approach to the research \input{chapters/3-Methodology.tex} % Methods or approach to the research
% \chapter{Evaluation of Alternatives} % \chapter{Evaluation of Alternatives}
\input{chapters/Evaluation_of_Alternatives.tex} % Findings or data analysis \input{chapters/4-Evaluation_of_Alternatives.tex} % Findings or data analysis
% \chapter{Analysis and Discussion} % \chapter{Analysis and Discussion}
\input{chapters/Analysis_and_Discussion.tex} % Analysis of the results \input{chapters/5-Analysis_and_Discussion.tex} % Analysis of the results
% \chapter{Conclusion and Recommendations} % \chapter{Conclusion and Recommendations}
\input{chapters/Conclusion_and_Recommendations.tex} % Summary and future work \input{chapters/6-Conclusion_and_Recommendations.tex} % Summary and future work
% Appendices (Optional) % Appendices (Optional)
\appendix \appendix
......
File moved
File moved
\chapter{Methodology} \chapter{Methodology}
\section{Functional Requirements and Tasks} \section{Functional Requirements and Tasks}
\input{sections/Tasks.tex} \input{sections/Chapter-3-sections/Tasks.tex}
\section{Performance Metrics} \section{Performance Metrics}
\input{sections/performance-metrics.tex} \input{sections/Chapter-3-sections/performance-metrics.tex}
\section{Benchmarking Setup and Tools} \section{Benchmarking Setup and Tools}
This evaluation uses BenchmarkDotNet to measure and compare library performance. This evaluation uses BenchmarkDotNet to measure and compare library performance.
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
\section{Evaluation of Alternatives} \section{Evaluation of Alternatives}
\input{sections/evaluation-of-alternatives.tex} \input{sections/Chapter-4-sections/evaluation-of-alternatives.tex}
\section{Evaluation of Alternatives in GO} \section{Evaluation of Alternatives in GO}
\input{sections/evaluation-of-alternatives-in-go.tex} \input{sections/Chapter-4-sections/evaluation-of-alternatives-in-go.tex}
\section{Summary of Evaluations} \section{Summary of Evaluations}
\input{sections/suggestions.tex} \input{sections/Chapter-4-sections/suggestions.tex}
\chapter{Analysis and Discussion} \chapter{Analysis and Discussion}
\section{Performance Benchmarking Results} \section{Performance Benchmarking Results}
\input{sections/image-processing-benchmark.tex} \input{sections/Chapter-5-sections/image-processing-benchmark.tex}
\section{Memory Benchmarking} \section{Memory Benchmarking}
\input{sections/memory-benchmarking.tex} \input{sections/Chapter-5-sections/memory-benchmarking.tex}
\section{Development Effort Estimation} \section{Development Effort Estimation}
\input{sections/development-effort-estimation.tex} \input{sections/Chapter-5-sections/development-effort-estimation.tex}
\section{Overall Comparison and Key Insights} \section{Overall Comparison and Key Insights}
\input{sections/Overall_Comparison_and_Key_Insights.tex} \input{sections/Chapter-5-sections/Overall_Comparison_and_Key_Insights.tex}
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
A summary of key findings from the evaluation and analysis. A summary of key findings from the evaluation and analysis.
\section{Final Recommendation} \section{Final Recommendation}
\input{sections/final-decision-on-image-processing-library.tex} \input{sections/Chapter-6-sections/final-decision-on-image-processing-library.tex}
\section{Future Work} \section{Future Work}
Suggestions for future research include exploring additional libraries and evaluating for specific use cases. Suggestions for future research include exploring additional libraries and evaluating for specific use cases.
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment