Pinned Repositories
AES
Use matlab to implement AES cipher algorithm.
CMDB
Configuration management system based on python 3.7 + django 2.2.3 + AdminLTE-3.0.0-beta.1.
CompileMex
use matlab compile c/c++ source file to mex file, and use it in matlab. Implement calling cpp function in matlab.
ImageStitching
Implemented image stitching based on SURF features in OpenCV.
JavaCallCpp
Use jni/jna to call C++ dynamic library in java.
JavaCallMatlab
Use java to call matlab functions, and compile matlab functions into jar and call matlab functions in java.
LearnTransformer
My notes and implementation of transformer.
LicensePlateRecognition
License plate recognition and positioning, using traditional image processing algorithms. And package it into a library.
PythonCallCpp
Use ctypes/capi/cython/swig/pybind11 to call C++ functions in python.
WeatherApplication
A simple weather app written using pyqt5.
UlovHer's Repositories
UlovHer/ImageStitching
Implemented image stitching based on SURF features in OpenCV.
UlovHer/CompileMex
use matlab compile c/c++ source file to mex file, and use it in matlab. Implement calling cpp function in matlab.
UlovHer/JavaCallMatlab
Use java to call matlab functions, and compile matlab functions into jar and call matlab functions in java.
UlovHer/PythonCallCpp
Use ctypes/capi/cython/swig/pybind11 to call C++ functions in python.
UlovHer/CMDB
Configuration management system based on python 3.7 + django 2.2.3 + AdminLTE-3.0.0-beta.1.
UlovHer/JavaCallCpp
Use jni/jna to call C++ dynamic library in java.
UlovHer/AES
Use matlab to implement AES cipher algorithm.
UlovHer/CMakeProjectTemplate
Commonly used C/C++ project build template, and use CMake to build it.
UlovHer/Douyin
Based on python 3.7 + django 2.2.3, realize the analysis of the sharing link of TikTok video and get the original video.
UlovHer/ImageProcessing
Gonzalez image processing experiment.
UlovHer/JavaCallPython
Use Jython to call python modules, use runtime to call python scripts, and package them
UlovHer/RBAC-Attack
Role-Based Access Control Attack
UlovHer/SiameseFC
Use SiameseFC to do target tracking.
UlovHer/LicensePlateRecognition
License plate recognition and positioning, using traditional image processing algorithms. And package it into a library.
UlovHer/WeatherApplication
A simple weather app written using pyqt5.
UlovHer/CompileEXE
Use mcc to compile matlab functions into executable programs. And calling matlab functions in other programming languages.
UlovHer/CppCallMtlab
Use Cpp to call matlab functions, and compile matlab functions into dll and call matlab functions in cpp.
UlovHer/CppCallPython
Use python's own dll to call python module in cpp.
UlovHer/DES
Use matlab/C++ to implement DES cipher algorithm.
UlovHer/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
UlovHer/GeneratePDF
Generate pdf.
UlovHer/GoUtils
Some practical scripts written by myself in go language.
UlovHer/LibJpeg
Use libjpeg to achieve image compression.
UlovHer/MysqlUtils
Common operating tools of mysql database, wrappered by C++.
UlovHer/MyTetris
Tetris game written in C++.
UlovHer/opencv
Open Source Computer Vision Library
UlovHer/PythonUtils
Some practical scripts written by myself in python language.
UlovHer/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
UlovHer/tensorflow
An Open Source Machine Learning Framework for Everyone
UlovHer/VigenereDecryption
Use matale to decrypt the Virginia cipher.