Skip to content
Vanesa Alcantara edited this page Jan 12, 2019 · 9 revisions

Welcome to the CSL_Lima wiki!

Repository used by University del Pacifico in Lima for the design, development and deployment of CityScope Project related project.

Projects

  1. Lego Reader Project Color recognition using HSB color model. Creates a mesh with nblocks x nblocks (number of blocks), assign a color to each block reading what the camera sees.

  2. Buildings Project Create buildings in real time while interacts with the Lego Reader. Predefined configurations of each pattern are drawn in 3D.

  3. Graphics Project Basic templates for different kinds of graphics changing with time. Includes bar graphics, line graphics, pie ring graphics, population graphics, radial line graphics and speedometer for KPIs

  4. QRreader Project Creates a mesh with nblocks x nblocks (number of blocks), assign a QR value to each block, if it exist, reading what the camera sees.

  5. Humanitarian Model Project This model is based on fuzzy logic inference. It consists in assigning a vulnerability index to each hospital, based on population density and traffic congestion. This index is the input for an optimization system, where a distance matrix assigns one hospital per each school. This script allows to visualize Lima's network with hospitals and schools, and shows a path by clicking each hospital or school.

  6. QRreaderPY Project It is a conversion of the original QRreader to a python script in order to increase its efficiency. Creates a n x n grid. Reads what the camera sees and, if a QR code is found within a blocks, assigns that value to the corresponding block.

Clone this wiki locally