Data Processing
Data Processing
SHOOL OF INFORMATICS
IT MSc Regular
Assignment on
Data Processing
1
1. Loss: During this compression, the quality of the image may be sacrificed and it may not live
up to the expectations of the processed image.
2. Lossless: during this, quality of the image is not at all affected because of the fifth step which is
multi-resolution processing. The quality remains the same even after the size is decreased.
7. Morphological Processing: This step helps in changing the physical structure of the things
present in the image.
8. Segmentation: It is the process of breaking the image into different small segments or parts
mainly on pixel level for simplification or ease of processing.
9. Object recognition: In this process, the objects in the image, say a person or any other object is
recognized based on already present data and the description of that is recorded for future
purposes.
Data processing in Audio
Data processing in audio involves the manipulation and analysis of audio data to extract
meaningful information, enhance audio quality, or perform specific tasks.
Here are the key steps involved in data processing in audio:
1. Audio Recording: The first step is capturing the audio signal using a microphone or other audio
recording devices. This can involve capturing audio from various sources, such as musical
instruments, speech, or environmental sounds.
2. Preprocessing: These steps are often applied to the audio data before further processing. This
can include operations such as removing background noise, normalizing the audio levels, and
applying filters to eliminate unwanted frequencies or artifacts.
3. Audio Digitization: In order to process audio data using computers or digital systems, analog
audio signals need to be converted into a digital format. This involves sampling the continuous
analog signal at regular intervals and quantizing the amplitude to discrete values
4. Feature Extraction: This used to extract relevant information or characteristics from the audio
data. Feature extraction is important for tasks such as audio classification, speech recognition,
and music analysis.
5. Audio Enhancement: This techniques aim to improve the quality and intelligibility of the audio
signal. This can involve removing background noise, equalizing the frequency response, and
reducing distortions. Audio enhancement techniques can be useful in applications such as audio
restoration, speech enhancement, and music production.
2
6. Audio Analysis: Audio analysis involves extracting meaningful information from the audio data.
This can include tasks such as speech recognition, music genre classification, audio event
detection, or sentiment analysis.
7. Audio Synthesis and Generation: This involves creating new audio signals based on existing
data or models. This can include techniques such as sound synthesis, where new sounds are
generated using mathematical models or synthesis methods.
8. Audio Compression: Audio compression techniques are used to reduce the size of audio data
while maintaining an acceptable level of audio quality. Common audio compression formats
include MP3, AAC, and FLAC.
9. Audio Playback or Transmission: After processing and compression, audio data can be played
back through speakers or transmitted over various channels such as radio, internet streaming, or
telecommunications networks. Playback or transmission involves converting the digital audio
data back into analog signals that can be perceived by humans.
Data processing in video
This refers to the manipulation and analysis of video data to extract meaningful information,
enhance visual quality, or perform specific tasks.
Here are the key steps involved in data processing in video:
1. Video Recording: The first step is capturing the video frames using a camera or other video
recording devices. Video can be recorded from various sources, such as surveillance cameras,
smartphones, or professional cameras.
2. Video Digitization: Similar to audio, video data needs to be converted from analog to digital
format for processing. This involves sampling the continuous analog video signal at regular
intervals, quantizing the color and intensity values, and encoding them into a digital format.
3. Preprocessing: Preprocessing steps are often applied to the video data before further processing.
This can include operations such as removing noise, adjusting brightness and contrast, stabilizing
shaky footage, and correcting for lens distortions.
4. Frame Extraction: Video data is typically composed of a sequence of frames or images
captured at regular intervals. Frame extraction involves separating these frames from the video
data, which can then be processed individually.
5. Video Compression: Video compression techniques are used to reduce the size of video data
while maintaining an acceptable level of visual quality. Common video compression formats
include MPEG, H.264, and HEVC.
3
6. Video Enhancement: Video enhancement techniques aim to improve the visual quality of the
video. This can involve operations such as sharpening, color correction, and contrast
enhancement. Video enhancement techniques can be useful in applications such as video
restoration, surveillance, and video editing.
7. Video Analysis: Video analysis involves extracting meaningful information from the video data.
This can include tasks such as object detection and tracking, motion analysis, facial recognition,
activity recognition, and video summarization.
8. Video Synthesis and Generation: Video synthesis involves creating new video content based
on existing data or models. This can include techniques such as video interpolation, where new
frames are generated by filling in missing or intermediate information between existing frames.
9. Video Playback or Transmission: After processing and compression, video data can be played
back on displays or transmitted over various channels such as television, internet streaming, or
video conferencing systems. Playback or transmission involves decoding the compressed video
data and displaying the frames in real-time.