-
code Public
Forked from CodigoMaquina/codeConfig files for my GitHub profile.
Jupyter Notebook UpdatedOct 16, 2023 -
Contrast-processing Public
A contrast processing solving a variational model algorithm
Jupyter Notebook UpdatedJul 16, 2023 -
Face_Happiness_Detection Public
We use FER to detect laughs on a video, this its a demo for the main idea proyect.
Jupyter Notebook UpdatedJul 4, 2023 -
SORT_YOLOv8 Public
This implemetation was based from the original implementation: abewley/sort
Jupyter Notebook UpdatedJul 2, 2023 -
PacMan Public
C/C++ simple game, based on PacMan, project for the course: Introduction to Computer Sciences
C++ UpdatedJun 29, 2023 -
Deep_SORT_YOLOv8 Public
This implemetation was based from the original implementation: nwojke/deep_sort
Jupyter Notebook UpdatedJun 14, 2023 -
Image_enhancement Public
Image enhancement using FFT , solving a funtional model.
Jupyter Notebook UpdatedMay 11, 2023 -
Shape_classification Public
Applying the K-Means method to the Fourier descriptors to generate the 5 classes of shapes
-
-
Parallel and Secuencial Image smoothing as optimization problem using Jacobi Method with cuda/C++. Colaboration with @JacobHdez
C++ UpdatedSep 20, 2022 -
C-C-Bilinear-Interpolation Public
C/C++ Bilinear interpolation on PNG images. This algorithm increase a image from original resolution to other image with f x original resolution, where f is the size increase factor.
C++ UpdatedSep 18, 2022 -
C-C-TCP-Blink-Led Public
A simple TCP/IP Blink-Led (ON/OFF) using GPIO Raspberry Pi.
C UpdatedSep 18, 2022 -
Bicubic-Interpolation Public
C/C++ Bicubic Interpolation on PNG images. This algorithm increase a image from original resolution to other image with f x original resolution, where f is the increase factor size.