Browse
Recent Submissions
Item Human fall detection(UMT Lahore, 2024-07-27) Muhammad MuazItem Supply chain management system(UMT Lahore, 2024-03-04) Usman Rahim Qureshi; Zeeshan Ahmed Qureshi; Azeem Younus BhattiItem Automated fingerprint identification system(UMT Lahore, 2024-07-04) Mohammad Asad Sheikh; Abdul Basit; Imtiaz Ahmad Bhat; Tahir Mehmood BhuttaAccurate automatic personal identification is critical in a variety of applications in our electronically interconnected society. Biometrics, which refers to identification based on physical or behavioral characteristics, is being increasingly adopted to provide positive identification with a high degree of confidence. Among all the biometric techniques, fingerprint-based authentication systems have received the most attention because of the long history of fingerprints and their extensive use in forensics. However, the numerous fingerprint systems currently available still do not meet the stringent performance requirements of several important civilian applications. A critical step in automatic fingerprint matching is to automatically and reliably extract minutiae from the input fingerprint images. However, the performance of a minutiae extraction algorithm relies heavily on the quality of the input fingerprint images. In order to ensure that the performance of an automatic fingerprint identification and verification system is robust with respect to the quality of input fingerprint images, it is essential to incorporate a fingerprint enhancement algorithm in the minutiae extraction module. We present a fast fingerprint enhancement algorithm that can adaptively improve the clarity of ridge and furrow structures of input fingerprint images based on the estimated local ridge orientation and frequency. A fingerprint classification algorithm is presented in this paper. Fingerprints are classified into five categories: arch, tented arch, left loop, right loop, and whorl. The algorithm extracts singular points (cores and deltas) in a fingerprint image and performs classification based on the number and locations of the detected singular points. The fine-level matching is performed by extracting ridge endings and branching points, called minutiae, from a fingerprint image. The similarity between two fingerprints is determined by comparing the two sets of minutiae points.Item Wap outlook(UMT Lahore, 2024-03-27) Bilal Tahir; Ismail Mohamoud MohamadWAP has emerged as a hot new technology, which is expected to revolutionize connectivity. It enables mobile users to connect to the World Wide Web while on the move. It is different from former internet technologies in the sense that here a small mobile set is expected to perform the actions of a personal computer. WAP has specially been designed to fit perfectly with small devices, where screens are smaller and of different resolutions. This project covers some basic requirements of WAP connectivity, such as “Mail Box,” “Appointment Scheduler,” “Task Scheduler,” and “Address Book.” These are the basic facilities being provided by email services these days to ordinary internet users. The only difference is that of the software being used and the output devices, i.e., mobile phone screens.Item Online certification(UMT Lahore, 2024-04-29) Kashif Sharif; Aitzaz Hakeem ChItem Distributed point of sale (PCS) system(UMT Lahore, 2024-03-18) Wasim Rashid; Salahudin SarwarItem The e-commerce web site (a plateform independent application)(UMT Lahore, 2024-10-26) Erum Zahra; Allaudin SarwarItem E-auction(UMT Lahore, 2024-04-06) Syed Ali Murtaza; Faisal SarwarOnline auctions are an e-commerce site in which a seller can sell his or her products online, and a buyer can bid on relevant products that are being sold. It was eBay.com that popularized the concept of trading online using auctions. No one is quite sure why it is such a success, but it is, and it has had a marked effect on the world of online trading since its inception. It has even managed to shake the “old man” of e-commerce. Whereas a few months ago you could count the number of auction houses on the fingers of one hand, more and more e-tailers and startups are using the auction paradigm to peddle their goods and services. Moreover, individuals are finding it a convenient way to sell their old junk. Let us take a 20,000-foot view of what is involved in running an auction. In this discussion, I am going to assume that you understand the basics of how traditional e-commerce sites work. I will be referring to these traditional, cart-based sites simply as “e-commerce” sites from here on. An e-commerce site has a catalog that details the products that it sells. Typically, it has a “Products” table that may include details such as price, supplier codes, description, image URL, etc. An auction site has a table called “Items.” This Items table works in a similar fashion to the Products table. Each row represents an item; the seller of the item (or “supplier”) is tracked, along with the price of the item and any reserve price. An e-commerce site may also have departments that categorize and group the products into manageable chunks. In an auction site, the same thing is done. The “Categories” table lets us build a hierarchy very much like departments in an e-store. Sellers of items can choose which category they want to place their item in. Visitors can browse these categories in exactly the same way as they would departments on an e-commerce site. An e-commerce site has customers, whereas an auction site has users. Unlike an e-commerce site, auction users can also list items on the site.Item Parcel tracking system(UMT Lahore, 2024-04-06) Ghulam Mujtaba; Usman Rafique; Sohail IqbalTNT (Thomas Network of Telecommunication) is providing courier services all over the world and has its headquarters in Amsterdam (Holland). In Pakistan, its headquarters is in Karachi. Our team members visited the TNT office in Lahore, and after a detailed survey, we found out two major factors that were continuously being ignored by the company, due to which it lost its glory, grandeur, and position in the market and is going through a downfall. Firstly, they were completely ignoring customer satisfaction, as they had no answers to customers’ questions such as: why is our parcel late? When is it going to arrive? Where is it right now? And many more, which they were unable to answer because they had no such information. The second reason was that the parcel delivery procedure was very complicated, due to which it took more time from the delivery office. Keeping these conditions in mind, we suggested building a parcel tracking and delivery system that would be a complete solution to their problems. So, in collaboration with the company and other teams, we designed the system while keeping the company’s requirements and suggestions in mind.Item Process optimizer(UMT Lahore, 2024-04-04) Aoun Raza; Muhammad Sohaib Mahmood; Shahid MahmoodThe dissertation demonstrates that the conventional techniques used for CPU scheduling, mutual exclusion, deadlocks related to mutual exclusion, and synchronization between processes are narrow in scope. However, all of these conventional techniques are valid in their own scenarios. These techniques do not provide flexibility for all classes of processes. One technique, which is suitable for one type of process, is not suitable for another kind of process. When we are using a technique for process scheduling, there is always a possibility that a situation occurs where that technique fails. So, if we use one of these conventional techniques, it does not fulfill all the requirements in different situations. This research is basically about the concept that we should have a technique that removes almost all factors that can cause problems. Therefore, it will be better to merge the concepts of two or more techniques and develop a new technique that covers all the better aspects of these techniques. For this purpose, we merge round robin, shortest process next, and first come first serve to develop our new technique. We actually remove the drawbacks of these techniques and collect the admirable features of all these techniques to make our new technique. As far as mutual exclusion and deadlocks relating to mutual exclusion are concerned, we introduce a new algorithm, which is SSA’s algorithm. The concept of exception handling is used in this algorithm. This algorithm guarantees mutual exclusion and prevents deadlocks regarding mutual exclusion. Keeping the backup of the signal prevents improper synchronization. The dissertation focuses on the following major problems in the conventional techniques: There is a possibility in the round robin technique that if there is a short process in the queue of ready processes, or a short part of a process remains to be executed, it will have to wait for a longer process that completes all its allocated cycles. As a result, the throughput is decreased. In the shortest process next technique, the longer process will have to wait for a long time, and there may arise a condition where all the shorter processes, even if they come after the longer one, will be served before it. So, the longer process will have to wait excessively. Most operating systems do not know the number of instructions in a process. Therefore, it is difficult to estimate the CPU cycles for a process in order to designate a process as the shortest. Peterson’s algorithm is 100% valid. However, from a performance point of view, it uses a large number of comparisons and variables for manipulation even for only two processes. Our algorithm provides a more efficient solution. In multiprogramming systems, processes are synchronized, but sometimes it may occur that the signal sent by a process is not received by another, which can cause improper synchronization.Item Capture3D v1.0(UMT Lahore, 2024-07-31) Imran MahmoodItem Online shopping mall(UMT Lahore, 2024-05-04) Akram Maaz Khan; Shoaib Nazir Sial; Kashif Riaz DhilumThe main purpose of this project is to provide online shopping to the customer at just one click away. This site also provides a platform for merchants. Merchants first reserve their place on this site and then place their products for sale. Advertisement is an additional feature in this project. The administrator in this project will handle the whole system. The internet is the basic platform to run this project. People on the internet communicate easily and also do their business. The internet looks like a great vehicle for the business community, so that is why we selected this field.Item Library journal information system(UMT Lahore, 2024-03-21) Kamran Shahzad; Ferwa Batool Zaidi; Sadia Fahmeed SiddiquiThe Library Journal Information System (LJIS) is a database system designed for Pakistan's largest consulting company NESPAK's central library of the main branch. It is implemented in Oracle at the backend and Developer 2000 at the front end. It stores all the information of the journals which the company purchases from all over the world. The system helps in managing the main information concerning the name, publish location, year of publication, information of the papers in the journal, etc. The system also provides the facility of searching for a journal related to the specific interest of the users by having the search facility at every field, which are stated above. In addition, the system also maintains and gives information of the authors of the paper and also the specific keywords that help in searching all the papers on a specific topic. The LJIS also manages the process of issue and retrieval of journals. The system is controlled by login and password, which is different for the administrator, who will control the whole system, and the user, who will have only rights to view according to their searching criteria.Item Online shopping mall & chat center(UMT Lahore, 2024-06-29) Muhammad Ishaq; Kashif IdreesWe are living in a world where the internet is treating people closer and this world to be a global village. In this era where everything is finding its place on the internet, businessmen also want their businesses to be on the internet, so that their products can be accessed from all over the world irrespective of the physical and geographical location of the shopper. This website is also developed keeping in view the need of e-commerce. It is about Islamic books; a user can navigate the site, select the books of his own choice, and purchase online, paying for the books through a credit card. A chatting facility is also provided to our registered users of the site; they can exchange their views among themselves and discuss different matters of their own choice. A survey system is also provided where users can decide about the effectiveness of the site. Various statistics are also provided for the interest of users in order to make this website an effective one, and it is hoped that it will prove to be a good addition to the existing e-commerce websites.Item Prompt insurance(UMT Lahore, 2024-10-30) Ahmad Riaz Malik; Syed Zeeshan Zahoor; Muhammad Neman Nisar; Ijaz Ahmad ZahidItem Automated information system(UMT Lahore, 2024-03-29) Muhammad Waqas; Kamran Shahzad Khan; Umar Ishtiaq ButtThe world is under the influence of computer technology as well as automated database systems. Nowadays, the world needs automated information systems for storing and manipulating data. In Pakistan, organizations, companies, and other businesses now have all their data on computers, which makes it much easier for them to conduct their business according to new requirements. Since the project is an automated information system, because there is no such system in Rahim Yar Khan, inspiration was drawn from many other automated information systems, and it was decided to design and implement an automated information system that would contain attendance and payroll management systems. This system has the flexibility to adapt to day-to-day changes and any major future changes.Item Online Mavra.Book Mall(UMT Lahore, 2024-11-28) Muhammad Farooq Khan; Umar Shahzad; Faisal RiazThis project is of the online shopping process of “Mavra Books Depot,” Lahore. This system facilitates online transaction processing using an extranet. The system design mainly consists of two parts: front-end system design and back-end system design. The front-end design of the system is a website containing some static information. The user is provided with an online guide for purchasing, online information about books, and purchasing facilities. All pages of the website are designed using a rapid application development (RAD) tool. MS InterDev is used for front-end development, and Microsoft SQL Server is used as the back-end database. The design of the system requires a database management system to handle complete information about books, user information, user purchases, administrative passwords, and client-level passwords. For this purpose, the system uses SQL Server, and for handling operations, it uses the VB environment. All front-end forms and reports are designed in Microsoft Visual Basic.Item Software managed instruction learning education(UMT Lahore, 2024-04-24) Muhammad Saim Sajid MinhasItem Bukhari Sharif for windows and Java enabled mobile phones(UMT Lahore, 2024-10-19) Zaighum AminIn these days, Muslims are having a lot of conflicts within Islamic concepts. To remove these misconceptions, we must read and understand the sayings of our Prophet Muhammad (S.A.W). That is why I have selected a project of developing Bukhari Sharif for mobiles. The concept is that most Muslims now use mobile phones, and approximately all mobiles support Java applets. My task is to create a Java-based application through which a user can read the sayings of Prophet Muhammad (S.A.W) in English. To complete this task, I have used Java NetBeans as an editor. Bukhari Sharif contains ninety-three books and nine volumes, with a collection of 7,075 Ahadith. For this purpose, I have developed MIDlets for each volume. There is a main MIDlet that shows all MIDlets attached to this project. Users can select any volume using a user-friendly environment. This documentation covers all aspects of this project in a step-by-step form. A soft copy of the project is also attached on a CD.Item Denim research project(UMT Lahore, 2024-08-06) Owais Bin Sajid