Pinned Repositories
blockProcessing
Python script for dividing a single image into a number of square blocks.
ellipse-detection
favourite-instagram-color
Have you ever wondered what your favourite color is? I have, and the answer is a pretty boring one.
fourier_to_spatial_activity
Examining activity in images generated from the Fourier domain, using the iDFT
grubbs_test_investigation
Determining how the significance level affects detection of hidden stego information
handwriting-character-recognition
Python script for text recognition from a photo and classification of characters
hdr-tone-mapping
Python script for creating HDR images using multiple tone-mapping operators
hyperspectral_analysis
Analysis of cyan process color patch on two different materials - standard and fluorescent
image_attacks
Examining various image attacks.
python-fourier-transform
Fourier Transform in Python applied on greyscale images using numpy and cv2
pjelusic26's Repositories
pjelusic26/python-fourier-transform
Fourier Transform in Python applied on greyscale images using numpy and cv2
pjelusic26/blockProcessing
Python script for dividing a single image into a number of square blocks.
pjelusic26/ellipse-detection
pjelusic26/favourite-instagram-color
Have you ever wondered what your favourite color is? I have, and the answer is a pretty boring one.
pjelusic26/fourier_to_spatial_activity
Examining activity in images generated from the Fourier domain, using the iDFT
pjelusic26/grubbs_test_investigation
Determining how the significance level affects detection of hidden stego information
pjelusic26/handwriting-character-recognition
Python script for text recognition from a photo and classification of characters
pjelusic26/hdr-tone-mapping
Python script for creating HDR images using multiple tone-mapping operators
pjelusic26/hyperspectral_analysis
Analysis of cyan process color patch on two different materials - standard and fluorescent
pjelusic26/image_attacks
Examining various image attacks.
pjelusic26/image_deconvolution
pjelusic26/image_local_activity
The method calculates the difference between the value of a single pixel, and the surrounding area - across an entire image.
pjelusic26/magnitude_image_quality
Estimating image degradation using frequency domain data
pjelusic26/pjelusic26
Config files for my GitHub profile.
pjelusic26/printing-data-regression
Predictions using TensorFlow/ Keras
pjelusic26/psnr-investigation
What can we learn about PSNR metric from a zit between the eyes?
pjelusic26/stego_project
Embedding multiple bits of data in a single image using a block-based approach. The embedding is done in the Fourier Domain, and the project is to be used within the print-scan communication channel.
pjelusic26/web_scraping
Getting NBA data from Basketball Reference using Python