Hi Sir, PFA of python notebook file for Project 2 - Library Book Management System using Tkinter and SQLite. Thanks & Regards, Nikitha N L
Nikitha N L
updated on 23 Jan 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Nikitha N L (6)
Project 8
# Project 8 """ Description 1. Use Lucas Kanade Optical Flow method to perform sparse Optical Flow for pixels of interest. 2. Pixels or features of interest are derived from Shi-Tomasi corner detector algorithm Task 1. Perform Optical flow on the videofile provided and highlight the features of interest using shi tomasi…
10 Oct 2022 12:10 PM IST
Project 4
# Project 4 ### Task 1. Perform a lane detection operation for the given video by implementing Hough transform by extracting individual frames from the images. The video can be seen attached below. 2. Write a detailed report on the process involved and the nature of the output you obtain. 3. The output video for this project…
17 Aug 2022 09:02 AM IST
Project 2
import cv2 # cv2 is the importing for Opencv # Opencv is a library of Python bindings designed to solve computer vision problems import numpy as np # np is an alias for numpy # general-purpose array-processing package. # It provides a high-performance multidimensional array object and tools for working with these arrays…
28 Jun 2022 10:16 AM IST
Project 1
import cv2 # cv2 is the importing for Opencv # Opencv is a library of Python bindings designed to solve computer vision problems import numpy as np # np is an alias for numpy # general-purpose array-processing package. # It provides a high-performance multidimensional array object and tools for working with these arrays…
29 Mar 2022 07:13 AM IST
Project 2 Library Book Management System
Hi Sir, PFA of python notebook file for Project 2 - Library Book Management System using Tkinter and SQLite. Thanks & Regards, Nikitha N L
23 Jan 2022 08:55 AM IST
Project 1 English Dictionary App
files are attached.
19 Oct 2021 02:54 PM IST