top of page
Illuminated Abstract Shapes
342160779_1408587606555898_3510083999485430948_n.jpg
lol.jpg
bk.jpg
336958016_747193487044785_5454107684845992398_n.jpg

Project
         Features

Computer Vision System

The processes done with computer vision in taking human body measurements. The system reads captured images from the camera or uploads images from the web application. The images are used to determine the presence of a human object through feature detection by counting the visible focal points in the image. These images undergo preprocessing steps including focal point detection, image binary conversion, and edge detection. The images are then converted into binary format to segregate the background and object model in the frame, followed by edge detection using the Canny edge algorithm to filter out noise and define the range of edges in the images. After the image preprocessing the pixel measurements are then extracted from the processed images. Once the pixel measurements are extracted, it is then calculated to give the real-word measurements in centimeters. Notably, the position of the feature points can be robustly detected, defining horizontal and vertical coordinates of various body parts; of which the focal points used in the system are, shoulder, elbow, wrist, hip, knee and ankle. These focal points are used to measure the shoulder width, arm length, upper arm length, hip girth, hip height, thigh girth, knee girth, knee height, calf girth, and ankle girth.

Contactless Body Measurement

The recommended distance between the client and the prototype is 3 meters for this to be achieved accurately.

Real-time Database System Update

The interface of the database which is a record of past measurement projects. The user can view via Project ID along with client name, date, time, and notes for additional information about client requests and specific types of clothes. The search bar is located in the upper right corner of the interface for sorting and easily finding specific client data. Lastly, the action buttons, located in the left corner of the interface, include Refresh, Delete, Select of data file records to view and remove, and the back button to return to the main menu of the system.

Web Application for Online client

The Web app consists of registration for both admins and users with features like forget password. The dashboard for the user interface consists of ""crop images" for the required size of the images and place order" for the uploads of the 4 images, including the client information such as name, address, contact number, etc., where the user can be able to view the images uploaded together with the information given, as well as the result measurement and status order as the admin time-to-time update. The admin interface is where the user can be able to view all registered and ordered users together with the information and images given, and the status of the order (on-process, canceled, and completed) and the measurement results of the client.

bottom of page