You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

author_contribution.md 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Author Contribution Team Video
  2. ## Authors
  3. ### Roberto Gelsinger
  4. - Contribution: Algorithm development, Python Code
  5. - Email: gelsingerro81137@th-nuernberg.de
  6. ## Contribution
  7. ### Roberto Gelsinger
  8. #### General Contributen
  9. - **Creating README.md**
  10. - **Creating requiremenents.txt**
  11. - **Creating author_contribution.md structure**
  12. - **Added Docstrings to the code**
  13. - **Creating the Trello Agile Kanban Board and updating Team Video Tasks**
  14. #### Code Contribution
  15. - **facedetection.py**
  16. - Developed face and forehead detection using OpenCV.
  17. - **heartrate.py**
  18. - Implemented and optimized the heart rate calculation using SciPy
  19. - **main.py**
  20. - Created user interface using Tkinter for recording, processing and testing porpuses.
  21. - Connected all functionalities of the code to create a effective testing environment
  22. - **processing.py**
  23. - Handled video data processing and applied image processing algorithms.
  24. - Collaborated in the development of video manipulation techniques for analysis.
  25. - **pyramids.py**
  26. - Constructed image pyramids and performed image analysis.
  27. - Employed computer vision techniques for feature extraction and manipulation.
  28. - **recording.py**
  29. - Implemented video recording functionalities.
  30. - Developed modules for media file management and real-time video capture using threading.
  31. - **constants.py**
  32. - Established global constants and configuration parameters.
  33. - Defined critical frequency and alpha value parameters for system-wide use.
  34. - **eulerian.py**
  35. - Applies the maginfication alpha to the signal
  36. - **excel_processing.py**
  37. - Is used to create test cases and prcoess the value for the test case
  38. - Values and input is saved to a excel
  39. - **excel_update.py**
  40. - Creates entry in testrun excel file
  41. - Calculates the deviation and colors the excel cells.
  42. - Calculates the deviation for each test case and adds a overall deviation for the test run
  43. #### Testing Contribution
  44. - **Design and implement solution for test automation**
  45. - **Create testcase sample for test automation**
  46. - **Testing and optimizing the code**
  47. ---
  48. <div style="display: flex; justify-content: space-around; align-items: center;">
  49. <div>
  50. <hr style="width: 200px;">
  51. <p style="text-align: center;">Roberto Gelsinger</p>
  52. </div>
  53. <div>
  54. <hr style="width: 200px;">
  55. <p style="text-align: center;">Author 2</p>
  56. </div>
  57. <div>
  58. <hr style="width: 200px;">
  59. <p style="text-align: center;">Author 3</p>
  60. </div>
  61. </div>