SCCapstone / SnakyBusiness

2 stars 0 forks source link

Progress Report: October 11 #9

Closed josemvidal closed 4 years ago

josemvidal commented 4 years ago

Everyone write below a short summary of any progress you have made between the last Progress Report and October 11. Feel free to cut-n-paste from your Personal Log.

When everyone is done reporting, close this Issue. I might re-open it later if I have questions.

The deadline for closing this is October 14.

Kronemeyer commented 4 years ago

I Reinstalled Qt to most recent release, compiled and added the OpenCV libs to Qt, and created a working color thresholder example for the Research milestone. Also general research into what is possible with the OpenCV libraries

Geist-of-the-Automaton commented 4 years ago

Created my filter demo to show the (majority) of the filters I plan to use. The code organization and optimization is not final. I have given thought about how to implement the brushes as well as the general organization of the code.

mmmelvin commented 4 years ago

Created random color generator for research milestone (mainly to test button functionality/get used to Qt) Discussed with team members what C++ code standard to use Wrote some requirements & poc issues for milestone (mainy import/export ones). Looked into OpenCV librabries

patpat4567 commented 4 years ago

Created a color selector to test my understanding of QColorDialog and QColor.

MattPollard44 commented 4 years ago

Discussed with team members what C++ code standard to use (Google Guidelines vs something else), no definitive conclusion reached yet Met to discuss future logistics and start thinking of ideas for future issues (best way to unit test, more code standard discussion) Worked on Research Milestone with QImage transformations

josemvidal commented 4 years ago

Good work.