-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
-
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.
-
Buildings Project Create buildings in real time while interacts with the Lego Reader. Predefined configurations of each pattern are drawn in 3D.
-
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
-
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.
-
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.
-
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.