Sahan Dissanayaka
Sahan Dissanayaka
After Tracking the Patient , Mobile App sends Treatments for reported user and get feedback and based on that application can remove/update the reported patient from the map etc.
It would to be great if we can filter out the inaccurate data from our application. So method to fulfill that is to verify it by a given location availability...
App contains so much of layers we need to testify the project via a solid architecture. Here I used clean because project needs so much of background packages I'm currently...
dashboard should be provided latest reports data by charts to testified so quick to the user
 Current imagelab electron UI doesn't include a section for help for the starters. Need to implement such a feature to onboard the users extensively.
 Current imagelab documentation page doesn't include the electron project documentation and steps support for setup. It needs to include in the original wiki page.
Following higher-level milestones and tasks needs to be discussed and finalized in the GSoC 2021 under ImageLab - extend the functionality. ### Milestone 1 - Architecture Improvements - [x] Finalize...
Polygon is a figure with at least three straight sides and angles.OpenCV provides polygon drawing facility with **Improc.fillPoly()** method. Moreover, the operator enables to add custom points dynamically and it...
Remapping is the process of taking pixels from one place in the image and locating them in another position in a new image. OpenCV supports remapping with **Imgproc.remap()**
Operators like ImagePyramids(both Pyramids Up and Down) need variable image size(scale up or down) to show the scaling changes applied for the image. Fixed Image Size would be a barrier...