Create an ontology of African Wildlife || Semantic Web
Author: Code
A 3*3 size image has following intensity information
A 3*3 size image has the following intensity information 4 5 2 8 3 1 6 7 9 Change this image in-to a 9*9 size image using zooming by replacement method Solution Row operation 4 4 4 5 5 5 2 2 2 8 8 8 3 3 3 1 1 1 6 6 6 […]
Given the following gray level histogram of an image. Compute the gray levels after histogram equalization.
Given the following gray level histogram of an image. Compute the gray levels after histogram equalization. Gray Level 0 1 2 3 4 5 6 7 Frequency 200 500 40 600 800 60 1800 1000 SOLUTION Gray Value Frequency(n) Probability (n/sum n) Cumulative (sr) Sr*(L-1) Round Off 0 200 0.04 0.04 0.04*(8-1) =0.28 0 1 […]
How Many Image of Size 1200*800 with 8 bit gray value can be stored in 64 MB Storage space?
Question: How Many Images of Size 1200*800 with 8-bit gray value can be stored in 64 MB Storage space? Solutions Gray Level =8 bits 2m 23 The number of bits necessary to store the image is bits = N*M*m =1200*800*3 =2880000 bits Converts bits into MB 2880000/1024*1024*8 = 0.03337 MB So if we have 64 […]
Best Practices and Mistakes to Avoid
At first glance, tracking employee time seems pretty straightforward. Your employees simply denote the hours they were at work on a timesheet, or punch a time clock and turn their time cards in at the end of the week or month. What could go wrong? As it turns out, a lot. The ability to accurately […]
5 Common Accidental Sources of Data Leaks
In cybersecurity and infosec, it’s common to assume that criminals are behind all data breaches and major security events. Bad actors are easy to blame for information leaks or account takeovers, because they’re the ones taking advantage of vulnerabilities in systems to worm their way in and cause massive damage. But how do they gain […]
Download Packet Tracer
Packet Tracer is a cross-platform visual simulation tool designed by Cisco Systems that allows users to create network topologies and imitate modern computer networks. The software allows users to simulate the configuration of Cisco routers and switches using a simulated command-line interface. Click Here Download
Dos and Don’ts of iPad Form Design
Using the iPad for data collection offers enterprises many advantages. In addition to enabling enhanced accuracy and real-time submissions, the tablet provides more processing power than smartphones. iPad data collection on the field is also preferable due to better data and battery consumption. Enterprises, however, may not get all the benefits iPad forms have to […]
Different between programming without and with AI
The programming without and with AI is different in the following ways − Programming Without AI Programming With AI A computer program without AI can answer the specific questions it is meant to solve. A computer program with AI can answer the generic questions it is meant to solve. Modification in the program leads to […]