Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

VISUAL BASIC .NET AND DATABASE: PRACTICAL TUTORIALS
  • Language: en
  • Pages: 298

VISUAL BASIC .NET AND DATABASE: PRACTICAL TUTORIALS

This book aims to develop a MySQL-driven desktop application that readers can develop for their own purposes to implement library project using Visual Basic .NET. In Tutorial 1, you will build a Visual Basic interface for the database. This interface will used as the main terminal in accessing other forms. This tutorial will also discuss how to create login form and login table. You will create login form. Place on the form one picture box, two labels, one combo box, one text box, and two buttons. In Tutorial 2, you will build a school inventory project where you can store information about valuables in school. The table will have nine fields: Item (description of the item), Quantity, Locati...

BACKGROUND SUBSTRACTION MOTION TECHNIQUES WITH OPENCV AND TKINTER
  • Language: en
  • Pages: 179

BACKGROUND SUBSTRACTION MOTION TECHNIQUES WITH OPENCV AND TKINTER

The first project, frame_differencing.py, integrates motion detection within video sequences using a graphical user interface (GUI) facilitated by Tkinter, enhanced by image processing capabilities from OpenCV, and image handling using PIL. The core functionality, embedded in the FrameDifferencer class, organizes the application structure starting from initialization, which sets up the GUI layout with video control widgets, playback features, and filter selection. The script processes video frames to detect motion through grayscale conversion, Gaussian blurring, and frame differencing, highlighting motion by thresholding and contour detection. Enhanced interactivity is provided through real-...

MACHINE LEARNING FOR CONCRETE COMPRESSIVE STRENGTH ANALYSIS AND PREDICTION WITH PYTHON
  • Language: en
  • Pages: 339

MACHINE LEARNING FOR CONCRETE COMPRESSIVE STRENGTH ANALYSIS AND PREDICTION WITH PYTHON

Welcome to "Machine Learning for Concrete Compressive Strength Analysis and Prediction with Python." In this book, we will explore the fascinating field of applying machine learning techniques to analyze and predict the compressive strength of concrete. First, we will dive into the dataset, which includes various features related to concrete mix proportions, age, and other influential factors. We will explore the dataset's structure, dimensions, and feature types, ensuring that we have a solid understanding of the data we are working with. Then, we will focus on data exploration and visualization. We will utilize histograms, box plots, and scatter plots to gain insights into the distribution...

START FROM SCRATCH DIGITAL IMAGE PROCESSING WITH TKINTER
  • Language: en
  • Pages: 490

START FROM SCRATCH DIGITAL IMAGE PROCESSING WITH TKINTER

"Start from Scratch: Digital Image Processing with Tkinter" is a beginner-friendly guide that delves into the basics of digital image processing using Python and Tkinter, a popular GUI library. The project is divided into distinct modules, each focusing on a specific aspect of image manipulation. The journey begins with an exploration of Image Color Space. Here, readers encounter the Main Form, which serves as the entry point to the application. It provides a user-friendly interface for loading images, selecting color spaces, and visualizing various color channels. The Fundamental Utilities play a crucial role by providing core functionalities like loading images, converting color spaces, an...

FROM ZERO TO JDBC HERO
  • Language: en
  • Pages: 499

FROM ZERO TO JDBC HERO

In this book, you will learn how to build from scratch a criminal records management database system using Java/SQLite. All Java code for digital image processing in this book is Native Java. Intentionally not to rely on external libraries, so that readers know in detail the process of extracting digital images from scratch in Java. In chapter one, you will create Bank database and its four tables. In chapter two, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. In c...

Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming
  • Language: en
  • Pages: 450

Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming

This book offers the straightforward, practical answers you need to help you do your job. This hands-on tutorial/reference/guide to PostgreSQL and SQL Server is not only perfect for students and beginners, but it also works for experienced developers who aren't getting the most from PostgreSQL and SQL Server. As you would expect, this book shows how to build from scratch two different databases: PostgreSQL and SQL Server using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. In chapter one, you will learn: How to install NetBeans, JDK 11, and the PostgreSQL connector; How to integrate external libraries into projects; How the basic PostgreSQL commands are used;...

Learn JDBC By Example: A Quick Start Guide to MariaDB and SQL Server Driven Programming
  • Language: en
  • Pages: 404

Learn JDBC By Example: A Quick Start Guide to MariaDB and SQL Server Driven Programming

This book explains relational theory in practice, and demonstrates through two projects how you can apply it to your use of MariaDB and SQL Server databases. This book covers the important requirements of teaching databases with a practical and progressive perspective. This book offers the straightforward, practical answers you need to help you do your job. This hands-on tutorial/reference/guide to MariaDB and SQL Server is not only perfect for students and beginners, but it also works for experienced developers who aren't getting the most from MariaDB and SQL Server. As you would expect, this book shows how to build from scratch two different databases: MariaDB and SQL Server using Java. In...

ADVANCED VIDEO PROCESSING PROJECTS WITH PYTHON AND TKINTER
  • Language: en
  • Pages: 406

ADVANCED VIDEO PROCESSING PROJECTS WITH PYTHON AND TKINTER

The book focuses on developing Python-based GUI applications for video processing and analysis, catering to various needs such as object tracking, motion detection, and frame analysis. These applications utilize libraries like Tkinter for GUI development and OpenCV for video processing, offering user-friendly interfaces with interactive controls. They provide functionalities like video playback, frame navigation, ROI selection, filtering, and histogram analysis, empowering users to perform detailed analysis and manipulation of video content. Each project tackles specific aspects of video analysis, from simplifying video processing tasks through a graphical interface to implementing advanced ...

CRYPTOGRAPHY AND IMAGE PROCESSING with Java GUI and SQLite
  • Language: en
  • Pages: 499

CRYPTOGRAPHY AND IMAGE PROCESSING with Java GUI and SQLite

The book details how programmers and database professionals can develop SQLite-based Java GUI applications that involves cryptography and image processing. In this book, you will learn how to build from scratch a criminal records management database system using Java/SQLite. All Java code for digital image processing in this book is Native Java. Intentionally not to rely on external libraries, so that readers know in detail the process of extracting digital images from scratch in Java. In chapter one, you will create Bank database and its four tables. In chapter two, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Mes...

THREE PROJECTS: SQL SERVER AND PYTHON GUI FOR DATA ANALYSIS
  • Language: en
  • Pages: 1344

THREE PROJECTS: SQL SERVER AND PYTHON GUI FOR DATA ANALYSIS

PROJECT 1: FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI In this project, we provide you with the SQL SERVER version of SQLite sample database named chinook. The chinook sample database is a good database for practicing with SQL, especially PostgreSQL. The detailed description of the database can be found on: https://www.sqlitetutorial.net/sqlite-sample-database/. The sample database consists of 11 tables: The employee table stores employees data such as employee id, last name, first name, etc. It also has a field named ReportsTo to specify who reports to whom; customers table stores customers data; invoices & invoice_items tables: these two tables store invoi...